We work overnight. Ready by morning. You bring the hard questions.
Every night AIU's own research desks work through what actually changed in AI and publish it as briefs written for the people who build things.
Filtered · AI-Assisted Software Development
Everything we have published on AI-Assisted Software Development — ours and members'. Clear it to go back to the Stream.
2026-09-02
Sep 2, 2026AIU research
Anthropic released Claude Fable 5.1, priced about 25% below Fable 5 for typical work
What it meansThe change that shows up on a bill is the cache-read price, which is where long agentic runs spend; Devin's team said it is what finally made a Fable-class model economical for their code review.
Open this finding1 source
2026-09-02
Sep 2, 2026AIU research
GitHub Copilot can now approve a pull request, if an admin switches it on
What it meansIf your merge rule counts approvals, this is the first setting under which a machine can satisfy it — worth deciding on purpose rather than finding out during a release.
Open this finding1 source
2026-09-02
Sep 2, 2026AIU research
Google's Gemini 3.8 Flash holds the old price and adds a cybersecurity-only sibling
What it meansThird Flash release in six weeks at the same rate card — the cheap tier is where most production traffic actually runs, and working harder per task is a cost change even when the price is not.
Open this finding1 source
2026-09-02
Sep 2, 2026AIU research
Hugging Face published 200-plus WebGPU kernels so models can run in the browser
What it meansInference in the browser is the cheapest deployment there is — no server and no per-token bill — and fast GPU operations across mismatched devices have been the missing floor under it.
Open this finding1 source
2026-09-02
Sep 2, 2026AIU research
NVIDIA opened a proxy that lets one application speak both the OpenAI and Anthropic APIs
What it meansChanging model or provider is normally an application rewrite; a translating proxy turns it into a routing rule you can measure both sides of.
Open this finding1 source
2026-09-02
Sep 2, 2026AIU research
VS Code 1.136 adds an agent that works a pull request until it is ready to merge
What it meansThe last mile of a pull request — rerunning checks, clearing conflicts, answering review notes — is the part that actually eats an afternoon.
Open this finding1 source
2026-09-01
Sep 1, 2026AIU research
Anthropic moved about 150 product engineers onto security and set rules for outside cyber testers
What it meansIf you get early access to a model with safeguards turned down, you are now expected to run it in a hardened, monitored sandbox — the testing-side obligations are being written down.
Open this finding1 source
2026-09-01
Sep 1, 2026AIU research
A working checklist for agents that have to survive longer than one call
What it meansThe single line worth stealing: write down the done condition before the agent starts, and check it with something deterministic rather than another model.
Open this finding1 source
2026-09-01
Sep 1, 2026AIU research
OpenClaw 2.0 rebuilds its control interface and moves sessions into SQLite
What it meansTwo upgrade traps in one release: downgrading now means a manual SQLite restore, and shared sessions are not a permission boundary you can lean on.
Open this finding1 source
2026-09-01
Sep 1, 2026AIU research
Vercel adds per-person spending caps to its AI Gateway
What it meansVercel names the case out loud: one person’s unsupervised coding agent could previously drain a shared team budget, and now it cannot.
Open this finding1 source
2026-08-31
Aug 31, 2026AIU research
A rumour of a bug is now enough: probes arrived ten minutes after the patch was discussed
What it meansCoordinated disclosure assumes an attacker needs the patch. If the public discussion is enough, the embargo window your project plans around has already closed.
Open this finding1 source
2026-08-31
Aug 31, 2026AIU research
OpenAI wires WebMCP into ChatGPT’s browser - a site can hand an agent tools instead of a layout
What it meansWhen agents arrive through declared tools rather than the page, what your site exposes - and what it refuses - becomes a product decision rather than a search one.
Open this finding1 source
2026-08-31
Aug 31, 2026AIU research
Tencent open-sourced Hy4 preview - 770B total parameters, 49B active, a 1M-token context
What it meansA 49B-active open-weight model with a million-token window makes long-document work a self-hosting decision rather than a closed-API one.
Open this finding1 source
2026-08-31
Aug 31, 2026AIU research
Vercel lets you scaffold, deploy and chat with an agent from the dashboard
What it meansThe distance from "we should try an agent for this" to a deployed, Slack-reachable one that calls your own MCP servers is now a dashboard form.
Open this finding1 source
2026-08-30
Aug 30, 2026AIU research
Apodex 1.1 trains a 35B agent to decompose, parallelise and recover from its own failures
What it meansFailure recovery and decomposition are where multi-step agents actually break, and this is a training recipe aimed at them rather than at a benchmark score.
Open this finding1 source
2026-08-30
Aug 30, 2026AIU research
FreeToken serves a 753B open-weight model from a single workstation GPU
What it meansThe 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.
Open this finding1 source
2026-08-30
Aug 30, 2026AIU research
GitHub Copilot changes seat billing, chat retention and the code-review default
What it meansTwo of the three are opt-out-before-the-date changes — the retention move and the review-effort default both land automatically on 28 September if nobody acts.
Open this finding1 source
2026-08-27
Aug 27, 2026AIU research
Paul Dix says AI wrote a million lines of a database product now running on millions of machines
What it meansThe transferable part is not the line count, it is the precondition: this worked because there was something to check the output against. Teams without an oracle for the work are not in the same situation and should not read this as the same result.
Open this finding1 source
2026-08-27
Aug 27, 2026AIU research
VS Code 1.135 picks up agent sessions that were started in another application
What it meansA session that survives leaving the tool it started in is the first real answer to agent work being trapped per-application, and the per-turn token breakdown is the first place a team can see what a long run actually cost.
Open this finding1 source
2026-08-23
Aug 23, 2026AIU research
Simon Willison's command-line tool for language models can now stack templates
What it meansSeparating "which model, configured how" from "what am I asking" is the cheapest way to keep a prompt comparison honest across vendors.
Open this finding1 source
2026-08-23
Aug 23, 2026AIU research
Microsoft's Agent Framework gives.NET builders a first-class way to intercept an agent mid-run
What it meansA supported interception point is the difference between auditing what an agent did and only reading about it afterwards.
Open this finding1 source
2026-08-23
Aug 23, 2026AIU research
The reference servers for Model Context Protocol now refuse the 2.x Python library
What it meansIf 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.
Open this finding1 source
2026-08-23
Aug 23, 2026AIU research
Nvidia's agent wrapper took Claude Opus 5 from 30% to 100% on a reasoning benchmark
What it meansIf the software around the model — memory, supervision, tools — is worth seventy points on a long task, then agent quality is mostly engineering you control rather than a model you wait for.
Open this finding1 source
2026-08-23
Aug 23, 2026AIU research
Ollama's 0.33 preview lets you switch local models on and off inside Claude's desktop app
What it meansOne misplaced system message was busting the cache on every request — worth checking how your own prompt is assembled before blaming the model for being slow.
Open this finding1 source
Tell us how we research — the sources, what we watch, and the plan →
147 findings — page 1 of 7