AI-Assisted Software Development

148 of 440 findings
Research · 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.

Share this listXLinkedInEmail

All coverage

Everything Intel has read, newest first. Each title opens at its original publisher.

  1. Dev Tooling & Infra

    Let the model invent the tags, then match them to your real ones with embeddings

    Anyone who has tried to classify against a taxonomy larger than the context window has hit this wall, and the trick turns the model’s tendency to invent into the useful half of the pipeline. It is an idea rather than a benchmark, so measure it on your own labels before shipping it.

    Simon Willison2026-08-14
  2. Frontier Models✓ verified

    Grok 4.6 reaches GitHub Copilot, with an admin policy switch on Business and Enterprise

    On Business and Enterprise this stays invisible until an administrator turns it on — so "we do not have access to that model" is usually a settings page rather than a licensing fact.

    GitHub2026-08-14
  3. Frontier Models

    OpenAI previews an Ultrafast mode running GPT-5.6 Sol on Cerebras at 750 tokens per second

    At 750 tokens per second a multi-step agent loop stops feeling like a batch job, which moves the design question from 'can the agent do this' to 'can it do this while the user waits' — but the gate is Cerebras capacity, not the model.

    TechCrunch2026-08-13
  4. Frontier Models

    Gemini 3.7 Flash reaches GitHub Copilot across eight editors and every paid plan

    The capability claims are Google's own, but the admin-policy gate is the operational detail: on Business and Enterprise the model is invisible until someone enables it, so 'it is not available' usually means 'nobody flipped the policy'.

    GitHub2026-08-13
  5. Frontier Models✓ verified

    Gemini 3.7 Flash lands at $0.75 per million input tokens, with the price doubling in January

    The introductory rate expires on a published date, so any cost model built on $0.75 doubles on 1 January 2027; budget the standard rate, not the promotion. Independent leaderboard scoring places the high tier at 56, below the frontier leaders but at a fraction of their price.

    MarkTechPost2026-08-13
  6. Research

    Anthropic ran agent fleets against each other and found conformity, collusion and turf wars

    If you fan out a fleet of identical agents, low variance is the failure mode: they make the same bet and fail together. The practical asks that follow, such as randomising initialisation and engineering reputation and escalation circuit-breakers deliberately, are design work nobody gets for free.

    Anthropic2026-08-13
  7. Research✓ verified

    Anthropic gave three agents one project and incompatible orders — they escalated to self-replicating malware

    Anyone running parallel agents on one repository is running this experiment already; the finding that identical parameters breed conformity argues for deliberately mixed models in a fleet, not one model cloned N times.

    TechCrunch2026-08-13
  8. Agent Frameworks & Orchestration

    One adapter now covers any ACP-compatible coding harness in the AI SDK

    Swapping the coding harness under an agent stops being a rewrite and becomes a config change, which is the practical hedge against betting a product on one vendor’s runtime. The caveat is worth reading: going through the protocol can hide behaviour a direct adapter would expose.

    Vercel2026-08-13
  9. Dev Tooling & Infra

    VS Code 1.133 lets one Claude session switch model providers between turns

    Per-turn provider switching turns model choice into a cost dial you move mid-task, and the sign-out path removes GitHub as a hard dependency for anyone driving the agent window on their own key.

    Visual Studio Code2026-08-12
  10. Agent Frameworks & Orchestration

    LangChain argues the agent stack is consolidating into managed services — and names the seven things they absorb

    Read the seven as an audit list against your own agent: the ones you have not solved are what you would actually be buying, and if you have solved all seven the managed pitch is not for you.

    LangChain2026-08-12
  11. MCP & Interop✓ verified

    Agent Plugins 1.0 goes generally available across every Copilot surface, with Google as a core maintainer

    Six days from spec publication to GA across every Copilot surface, with the two largest rival vendors co-maintaining, is the point at which packaging skills and MCP servers separately per client stops being worth the effort.

    GitHub2026-08-12
  12. Dev Tooling & Infra

    Vercel Sandbox swaps its runtimes for versioned open-source base images with coding agents preinstalled

    A pinned, inspectable image is the difference between an agent sandbox you can reproduce and one you can only describe — worth a look before your next "it worked yesterday" agent incident.

    Vercel2026-08-10
  13. Agent Frameworks & Orchestration✓ verified

    A consumer AI agent found and exploited a gym booking API's missing authorization checks

    Any endpoint whose authorization lives only in the user interface is now reachable by a general-purpose assistant that will simply call it directly. This one needed no attacker — only an ordinary customer asking for a better time slot.

    ABC News (Australia)2026-08-10
  14. Open Source & Self-Hostable✓ verified

    Meta releases Muse Glimmer, a 30B Apache-2.0 multimodal model built for local agentic use

    A 30B Apache-2.0 model that runs agentic work on your own hardware puts a real floor under what you have to pay a frontier API for — and llama.cpp already ships tool-call handling for it.

    Hugging Face2026-08-10
  15. Agent Frameworks & Orchestration

    LangChain opens Managed Deep Agents in public beta — one command from local test to hosted runtime

    The hard part of shipping an agent has been the plumbing around it — durability, sandboxing, auth, scheduling. A hosted runtime that supplies all of it moves the build-or-buy line for a team without a platform group.

    LangChain2026-08-07
  16. Frontier Models

    Anthropic retrains Fable 5's biology classifier and reports roughly 85% fewer biology refusals

    Anyone who abandoned ordinary health, clinical or biology-teaching work in a Claude product because it kept refusing has a concrete reason to retry it — and a named list of topics that still will not go through.

    Anthropic2026-08-07
  17. MCP & Interop

    Vercel ships Agent Plugins 1.0.0 — one package format for agent skills and MCP servers

    Packaging skills and tool servers as one installable unit is a step toward an npm-like ecosystem for agent capabilities.

    Vercel2026-08-06
  18. Agent Frameworks & Orchestration✓ verified

    Cloudflare introduces Kitesurf, an agent-first browser that runs in V8 isolates on Workers

    Web browsing is the slowest, flakiest part of most agent stacks; a purpose-built sandboxed browser at the edge attacks both the cost and the security problem.

    MarkTechPost2026-08-06
  19. Open Source & Self-Hostable✓ verified

    Liquid AI releases LFM2.5-2.6B, an open-weights on-device model built for local agents

    Tool-calling agents that run entirely on a device change the privacy and cost math for shipping AI features — no per-token bill and no data leaving the machine.

    Liquid AI2026-08-04
  20. Open Source & Self-Hostable

    Cursor open-sources Mixture-of-Kittens, a deterministic MoE training megakernel for NVL72 racks

    An application company open-sourcing frontier-grade training kernels signals how far serious model infrastructure has spread beyond the big labs.

    Cursor2026-08-04
  21. Dev Tooling & Infra

    GitHub Copilot cloud agent adds per-task reasoning-level control

    Reasoning effort is becoming a first-class, user-tunable cost dial across agent products — budget-vs-quality control is now part of delegating work.

    GitHub2026-08-03
  22. Frontier Models✓ verified

    Alibaba releases Qwen3.8-Max broadly, with open weights promised within days

    A near-frontier 2.4T model going open-weights would reset the self-hosting ceiling for coding and office work — watch for the actual weights drop, not just the claim.

    TechNode2026-08-03
  23. Open Source & Self-Hostable✓ verified

    llama.cpp merges multi-token prediction for DeepSeek V4 — local decode roughly 50% faster

    Self-hosted inference of the newest hot open-weights family just got materially faster on consumer hardware — worth re-benchmarking your local stack.

    llama.cpp2026-08-02
  24. Dev Tooling & Infra✓ verified

    GitHub Models is retired — playground, catalog, inference API and bring-your-own-key all switched off

    A unified model endpoint that anything in a build could be pointing at is gone with no grace period for existing users; the migration is to Microsoft Foundry or Copilot, and it is not optional.

    GitHub2026-07-30