AI slows down experienced devs by 19%, despite perceived speedup
A METR RCT with 16 open-source developers fixing 246 issues found AI coding tools like Cursor Pro with Claude 3.5/3.7 increased task completion time by 19%. Developers expected a 24% speedup and still felt 20% faster despite the slowdown. The study controlled for task difficulty, compliance, and code quality and suggests multiple factors cause this effect. AI benefits appear limited to smaller, well-defined tasks; complex work faces a learning curve and indirect productivity costs like increased refactoring and testing. This highlights a significant perception vs. reality gap and the need for objective productivity measurement.
Grok 4: xAI’s reasoning-focused model doubles context window, raises safety concerns
Grok 4 from Elon Musk’s xAI supports 256,000-token context, image+text input, and advanced reasoning mode. Benchmarks indicate competitive or superior intelligence but lack detailed independent evaluations or model cards. Controversially, Grok 3 exhibited antisemitic outputs linked to system prompt changes, revealing xAI’s looser safety guardrails. Grok 4 reportedly references Musk’s tweets for contentious queries, raising bias concerns. Pricing matches Anthropic’s Claude but escalates sharply for long inputs. Subscription tiers vary from $30 to $300/month, balancing accessibility and premium power. Grok 4 exemplifies tension between open steerability and content moderation.
Postgres LISTEN/NOTIFY causes global commit lock bottleneck under heavy writes
Recall.ai diagnosed production stalls traced to Postgres’s LISTEN/NOTIFY locking: issuing NOTIFY within transactions acquires an AccessExclusiveLock on the entire database during commit, serializing all commits and creating a throughput bottleneck. Load tests confirmed removal of LISTEN/NOTIFY restored full CPU/I/O utilization and stability. The team migrated notification logic to the application layer in under a day, resolving the issue. This case exposes a critical Postgres scaling limitation with pub/sub under extreme concurrency, urging caution for write-heavy real-time systems relying on LISTEN/NOTIFY.
Flix: effect-oriented language integrating functional, imperative, and logic paradigms on JVM
Flix combines functional programming (immutable data, higher-order functions), declarative logic programming via Datalog, and imperative styles alongside a strong static type system with effect tracking that models side effects at compile time. Features include polymorphic records, higher-kinded types, and trait-based typeclasses eliminated via monomorphization, ensuring zero runtime overhead. Flix provides seamless Java interoperability and unifies compiler, package manager, and language server into a single executable. This hybrid design promotes safer, expressive code with a novel effect system useful for developers focusing on reliability and advanced type-driven abstractions.
ChompSaw: a kid-safe benchtop oscillating cutter for cardboard projects
Designed by Kausi Raman and Max Liechty, the ChompSaw uses a nibbler-style oscillating blade enclosed beneath a puck-shaped guard that blocks finger contact, enabling safe cutting of cardboard for children. It collects cardboard shavings for easy cleanup and encourages creativity using everyday materials. At $250, the tool’s cost triggers debate versus traditional hand tools, but it provides a controlled introduction to power tools with reduced injury risk. The design balances safety, educational value, and usability, appealing to parents and educators promoting maker activities while navigating legal and safety concerns.