Build Interactive 3D Worlds With GPT-6 & Blender
28 items
28 posts
A new code-editing paper finds full-file generation beating iterative diff edits on Flutter/Dart tasks. The useful takeaway is not to abandon diffs, but to route by task locality.
Linear's August 2026 usage data shows teams connected to a coding agent went from 21 to 65 weekly PRs in two years while teams without one moved from 8 to 10. Yet total product-development time rose, and LinearB's benchmark finds AI-assisted PRs merge at less than half the rate of human ones.
Vercel Labs' fx installs as a 7.8 MiB Zig binary and runs as a shell-like CLI, a JSON script endpoint, an ACP server, or an embeddable WebAssembly module. Here is the verified setup path, the three auth routes, and the workflows each surface unlocks.
fx is Vercel Labs' experimental coding agent written in Zig: a roughly 6 MiB native binary built to be embedded anywhere from CI sandboxes to the browser. We read the source, the docs, and the launch thread so you can decide fast.
Two minimal coding agents are taking swings at the platform era, but they minimize opposite things: pi refuses features, fx shrinks the bytes. Placing both on the harness spectrum against Claude Code and raw shells shows who each bet is actually for.
How a one-developer protest against bloated coding harnesses became a 95,000-star agent toolkit: pi's five-package architecture, branching JSONL session trees, four run modes, and the philosophy that refuses to build sub-agents, plan mode, or MCP.
The August 17 GitHub outage lasted 7 hours 47 minutes and disrupted PRs, Actions, APIs, and Copilot. If your coding agents treat GitHub as the control plane, you need a local fallback that can keep shipping for four hours.
xAI shipped Grok 4.6 on August 12, 2026: it matches GPT-5.6 Sol on the AA Intelligence Index (61), beats it on CursorBench 3.2, and keeps Grok 4.5's $2/$6 per million token pricing. Available in Cursor and Grok Build today, and in OpenCode as opencode/grok-4.6.
A study of 247,694 instruction lifetimes in 1,867 repositories shows agentic prompt files grow +226% on average because the reasoning behind each rule decays. Comments encoding that reasoning remove 99.3% of the excess.
EvoX Genesis built a 250k-line Rust C compiler with DeepSeek V4 Flash for $44 in tokens by making the project the persistent thing and keeping agents finite-lived. The paper's three runs, the design that made them possible, and what it says about agent memory.
Vercel added Hermes Agent to AI Gateway and made Vercel Sandbox a terminal backend for the open-source agent. Hermes is now fully BYO: your own model routing through 200+ models at no markup, and your own cloud microVM for every agent command. Here is what that unlocks and why the agent control plane is consolidating.
Databricks measured the same model through different coding harnesses and found cost per task varied more than 2x at identical quality. Pi's minimalism explains why: roughly 1k tokens of system prompt and 3x less context per turn.
Prime Intellect open-sourced Prime Agent on August 5, 2026. It gives the model exactly one tool - a persistent IPython kernel - and lets the harness rewrite its own prompts, skills, memory, and sub-agents mid-run. Here is how it works, what the benchmarks actually show, a full provider and model guide, and an honest comparison to Claude Code, Codex, OpenCode, OpenClaw, Hermes, and Pi.
A SCAM 2026 study of 100 top-starred repos catalogs six configuration smells in AGENTS.md and CLAUDE.md files: Lint Leakage in 62%, Context Bloat in 42%, Skill Leakage in 35%. Only 9 of 100 files were smell-free.
How to set up Entire's regional Git mirrors for AI coding agents. Covers installation, mirroring, integrations with Claude Code, Codex, Cursor, and Factory AI.
A Microsoft field study found that CLI coding-agent adoption spreads through peers and managers, while adopters merged roughly 24% more pull requests. The lesson is not to buy more seats. It is to instrument rollout, retention, cost, and review quality from day one.
xAI's Grok 4.5 ships at $2/$6 per million tokens with 80 TPS speeds, a 500k context window, and benchmark results that put it in the Opus and GPT 5.5 tier. What actually shipped, how the pricing compares, and when it makes sense over Claude, GPT, or Gemini.
The world's most famous mathematician used AI coding agents to revive 25-year-old Java applets and build new visualization tools. His observations on risk, quality, and trust are worth reading.
Lilian Weng argues self-improving AI won't start with models rewriting their weights - it starts with the harness. Here's what that means for developers building agents.
Factory.ai shipped a router that auto-picks the model for each Droid session and fails over across providers. The vendor claims 20-25% lower token spend and 99.9%+ request reliability. Here is what the product actually does, which claims are vendor claims, and whether a router beats DIY routing for your team.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.