AI-Assisted Software Development
Every finding this slice selected, newest first. Filter by topic, open any card's source, share any page: the URL is the state.
All coverage
Everything Intel has read, newest first. Each title opens at its original publisher.
- Agent Frameworks & Orchestration
Microsoft's Agent Framework adds agent-generated interfaces and a fatal-middleware signal
An agent that renders its own interface, and a middleware failure that actually stops the run, are both about giving the operator somewhere to stand.
- Open Source & Self-Hostable
llama.cpp starts a stable release channel with v0.2.0
Packagers and anyone shipping llama.cpp inside a product finally have a version to pin that does not move with every commit.
- Dev Tooling & Infra
Claude Security's vulnerability scanning moves onto Anthropic's most cyber-capable model
A frontier model reaching security teams as a product switch, rather than as an API they have to wire up themselves, is how capability actually lands in a security org.
- Dev Tooling & Infra
VS Code 1.134 lets one window drive agent sessions running in another
The prompt timeline and cross-window session hosting are the first-class answer to the thing that actually breaks a long agent run — nobody can tell which prompt made which edit. Reviewing an agent session is becoming a supported workflow rather than a scroll.
- Open Source & Self-Hostable
Ollama halves time-to-first-token by caching resolved model metadata
Time-to-first-token is what a local model feels like, so halving it changes whether self-hosting is pleasant enough to use for real work.
- Dev Tooling & Infra
GitHub adds organization-level code quality trend tracking
An org-level quality trend line is the first place a team writing a lot of agent-generated code will see the cost show up — worth switching on before the volume arrives, not after.
- Agent Frameworks & Orchestration✓ verified
Warp packages the "software factory" as infrastructure teams can rent
A named automation share from an operator — 30-35% of weekly tasks — is a far more useful planning number than a benchmark score, and the phase decomposition it sells is a decent template even for a team that builds its own.
- Dev Tooling & Infra
GLM-5.3 is available through Vercel AI Gateway
Gateway availability is what makes a non-US frontier model a one-line config change instead of a procurement project.
- Open Source & Self-Hostable✓ verified
Modular opens the Mojo compiler under Apache 2.0, a week after Mojo 1.0
A closed compiler is a single point of vendor failure for anything built on it; Apache 2.0 on the compiler is what moves Mojo from an interesting runtime to something a team can commit a GPU codebase to.
- MCP & Interop
The reference servers for Model Context Protocol now refuse the 2.x Python library
If your requirement is loose, a fresh install now pulls the 2.x library and the reference servers will not start on it. Pin explicitly before the next deploy.
- Dev Tooling & Infra
GitHub adds credential revocation and deauthorization by token type
Agent tooling multiplies the number of live tokens against a repo; killing one class without logging every human out is the difference between containing an incident and causing an outage.
- Dev Tooling & Infra
GitHub ships enterprise-managed settings for Copilot in JetBrains IDEs
Coding-assistant policy only becomes real when it is pushed from the org rather than set per developer, and JetBrains was the gap in that story.
- Agent Frameworks & Orchestration
Cline joins the AI SDK harness layer via an official adapter
A standard harness interface is how agent choice stops being an architecture decision and becomes a dependency you can swap.
- Agent Frameworks & Orchestration
Claude Agent SDK 0.2.140 adds MCP 2.x support and a tool-use permission callback
can_use_tool is the hook a host needs to put a real policy in front of an agent’s tool calls instead of trusting the prompt, and MCP 2.x support is the compatibility line anyone pinning an SDK version now has to check.
- Dev Tooling & Infra
Vercel discounts GPT-5.6 Sol 50% on AI Gateway through 18 September
A time-boxed 50% cut is a window to run the expensive evaluation you keep deferring, not a reason to re-plan your default model.
- Open Source & Self-Hostable✓ verified
Qwen 3.8 27B scores 52 on the Artificial Analysis Intelligence Index, level with models far larger
A 27B open-weights model at frontier-index parity is the size that actually fits on hardware you own — the point where running it yourself stops being a downgrade.
- Open Source & Self-Hostable
FreeToken serves a 753B open-weight model from a single workstation GPU
The gap between "open weights exist" and "I can run them" is a bandwidth-scheduling problem, and this is the clearest published attempt to close it on consumer hardware.
- Dev Tooling & Infra✓ verified
Cursor ships Origin, its own code host, and Vercel wires deploys straight into it
Where the repository lives decides which agent gets cheap access to your whole codebase — a lock-in question dressed as a hosting choice, and the compatibility with existing Actions workflows is what makes it cheap enough to try.
- Research
StateM claims 95.3% on Terminal-Bench 2.1 by scaling the harness, not the model
These are the authors’ own numbers on their own system and not yet independently replicated — but the claim is the interesting one either way: if most of a long-horizon failure rate is harness rather than model, the cheapest available win is in your own runtime.
- Market & Business✓ verified
SpaceX closes its $60B all-stock purchase of Cursor, the largest venture-backed startup acquisition on record
The coding-agent tool most teams standardised on is now owned by a launch company with its own compute; pricing, roadmap and data terms all now sit inside somebody else's capital plan.
- Open Source & Self-Hostable
llama.cpp folds --mmap, --no-mmap, --mlock and --direct-io into one --load-mode flag
Anyone pinning llama.cpp in a Dockerfile, systemd unit or run script has a flag rename to make before the next bump — silent, and it fails at start-up rather than at build.
- AI in Education✓ verified
Andrew Ng’s AI engineering skills map: four skills, and prompt engineering is not one of them
If your training plan is a prompt-engineering course, this is evidence the market is hiring for something else — and the four headings are a usable curriculum outline for a team that needs one.
- Research
Hugging Face's mid-2026 read of open models: Chinese labs set the ceiling, tiny models carry the traffic
If you are picking an open model to build on, the report argues the leverage is in the ecosystem around it — derivatives, quantized builds, tooling — and that ecosystem is currently Qwen’s rather than the biggest model’s.