» Tag
tooling
8 postsWhat Actually Crosses the React Server Component Boundary
A deep dive into which prop types survive React 19's Flight serializer across the client boundary, and two subtle traps that break builds despite passing review.
Julia Introduces UnifiedIR to Merge Parser, Lowering and Optimizer IRs
Julia's compiler team unifies parsing, lowering and optimization under one IR, UnifiedIR, with a shared kind registry and source provenance tracking.
mcpgrade audit: a third of 36 popular MCP servers score D or F
mcpgrade graded 36 MCP servers on agent usability, not spec compliance — a third scored D/F due to undocumented parameters and naming collisions.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comWhy Not Rust? A Balanced Look at Its Real Trade-offs
A veteran engineer's balanced critique of Rust covering complexity, slow compiles, immature tooling, and C/C++ integration friction.
Why TypeScript 7 Breaks ESLint, ts-jest, and ts-morph
TypeScript 7's tsgo compiler lacks a stable programmatic API until 7.1, breaking ESLint, ts-jest, and ts-morph. Here's the workaround.
How one maintainer runs a 40-package monorepo with Turborepo, Bun, Biome
flare-engine shows how Turborepo, Bun and Biome govern 40 packages from single root configs, with no ESLint anywhere in the repo.
The Forgotten Symlink: 'It Works' Isn't 'It's Maintained'
A repo had the right Cursor symlinks all along, but forgot why they mattered - proving working code isn't the same as maintained code.
Production Patterns for AI Agent Tool Calling: 8 Lessons from 6 Months
Explore common issues and solutions in LLM tool calling processes.