A developer tested whether repeatedly asking modern agentic LLMs to improve code could yield genuine performance gains, this time using Rust rather than Python. After months of experimentation following the release of Opus 4.5, the author found that these models can produce Rust code significantly faster than current state-of-the-art implementations, provided they are given proper constraints and guardrails.
minimaxir.com
· 2026-09-22
Foremerge is a new open-source coordination protocol that sits on top of Git to let multiple AI coding agents, such as Claude Code, Codex, or Cursor, share their intended changes before writing code. Each agent registers what function or component it plans to modify in a shared SQLite-backed list stored inside the project's .git folder, so overlapping or contradictory plans can be flagged before they merge. The current release, version 0.5.0, is a local-first, pre-1.0 MVP with a working CLI, JSON API, MCP server, and conflict detector, though it doesn't yet support coordination across multiple machines.
github.com
· 2026-09-21
While many tech firms cite AI code-generation as reason to cut entry-level hiring, one company says it is increasing its junior engineer headcount instead. The company argues that AI tools handle routine coding tasks but cannot substitute for the on-the-job learning that turns junior developers into engineers with real judgment and intuition.
fastcompany.com
· 2026-09-18
OpenSpec is a new open framework designed to help teams and AI coding agents stay aligned on software requirements. It provides tools to draft specifications, refine them for accuracy, and verify that the resulting code implementation actually matches what was specified.
openspec.dev
· 2026-09-16
A new tool called Delta has entered public beta, offering a multiplayer workspace where teams write code alongside AI agents and review the results without relying on traditional pull requests. The company behind it says it has already disabled pull requests on its own repository, running all internal collaboration through Delta instead. The tool is available on macOS, Linux, Windows, and via browser, including mobile access to ongoing conversation threads.
zed.dev
· 2026-09-16
Datamimic has released a Community Edition of its data engine as an open-source, MIT-licensed, Python-native tool that generates deterministic synthetic datasets and pseudonymizes PII in staging or QA exports. The CE version runs standalone across databases and file formats like PostgreSQL, MongoDB, CSV and JSON, while a paid Enterprise Platform adds governed workflows, PII scanning, access controls, audit logging and scheduling for regulated industries.
github.com
· 2026-09-16
A new tool called Ordewell breaks down a single stated goal into an ordered sequence of coding-agent tasks, each assigned its own runner, model, thinking effort and execution mode. Users can edit the plan before execution—reordering, adding, removing or rewiring dependencies—without losing finished work or restarting the AI conversation. Task completion is verified by checking for a unique marker in the runner's output rather than trusting the model's self-reported success.
github.com
· 2026-09-15
A new benchmark called Real-SWE evaluates frontier AI coding models against tasks drawn from real, private production codebases licensed from actual companies, including billing, tax and customer-migration work. Top performer Fable 5.1 running on Claude Code resolved 38.8% of tasks, followed by GPT-6 Astra and Gemini 3.8 Flash, with several other models trailing well below that mark.
withspecific.com
· 2026-09-12
A speculative forecast titled 'AI 2027' traces a fictional lab called OpenBrain through 2025 and beyond, describing how early stumbling AI 'personal assistant' agents evolve into far more capable coding and research agents that act like employees rather than tools. The scenario shows compute for training jumping from GPT-3 and GPT-4 levels to an imagined Agent-1 system built on datacenters larger than any built before.
ai-2027.com
· 2026-09-10
At Laracon US 2026, Thorsten Ball, co-founder of the coding agent Amp, gave a talk titled 'How I Prompt,' detailing his personal methods for instructing AI coding agents. He drew on his background at Sourcegraph and Zed, and his role building Amp, which launched shortly after Claude Code and has been praised for its polish and usability.
thorstenball.com
· 2026-09-09
A researcher evaluated 26 different prompt conditions—ranging from 'use TDD' to formal methods like Lean 4, TLA+, and SMT solvers—to see whether simply instructing coding agents to apply specific testing techniques or libraries improves the correctness of Rust implementations of Zstd. Four popular testing 'skills,' including ones with hundreds of thousands of GitHub stars, were also tested alongside a self-written skill, using the same Zstd benchmark from prior agentic programming comparisons.
danluu.com
· 2026-09-08
An Entrepreneur contributor argues that while AI coding agents have been rapidly embraced by software teams, autonomous agents for go-to-market functions like sales and marketing remain underused. The piece attributes this gap not to AI capability limits but to fragmented, duplicated sales data that lacks connection to reliable external signals needed for commercial decisions.
entrepreneur.com
· 2026-09-04