Tag
#Agents
From News
News · 2026-08-22
The evolution of agent frameworks: the interface no longer guards the model, but our attention
Latent Space analyzes the shift in agent architectures. What used to be done by external software wrappers is being absorbed directly into the model weights. The remaining infrastructure is changing its purpose – it no longer controls AI, but filters our interaction with it.
Read →News · 2026-08-21
llm-openrouter 0.7 turns on server-side tools, fetch, and web search for models
Simon Willison released an update to his OpenRouter plugin. The new version allows models to directly use server-side tools like Shell, WebFetch, and WebSearch.
Read →News · 2026-08-21
Thomas Ptacek: Stop writing TUIs, agents make native UIs cheaper
Personal terminal tools (TUIs) are obsolete, according to Thomas Ptacek. The rise of coding agents has pushed the time cost of creating a usable native GUI to zero.
Read →News · 2026-08-21
Google DeepMind: Games were the testbed, now we move to the real world
DeepMind recalls 15 years of training AI on games from Atari to StarCraft. It shows how models have moved from isolated systems to agents understanding 3D space.
Read →News · 2026-08-20
ChatGPT rolls out site operator at scale and triggers chatbot SEO era
Generative Engine Optimization (GEO) comes to life. ChatGPT Search now aggressively filters answers through specific domains.
Read →News · 2026-08-18
ChatGPT for Teens Arrives Long After the Adoption Curve
OpenAI has announced a modified version of ChatGPT designed for underage users. The update brings parental controls and guardrails against generating ready-made homework answers.
Read →News · 2026-08-18
OpenAI opens models to governments under the banner of democratic oversight
The company launched an initiative to offer government and security agencies tools and training. The goal is to formalize how nations approach AI infrastructure.
Read →News · 2026-08-13
How a hidden dependency crashed a popular database tool
Simon Willison had to quickly patch his sqlite-utils package after an undeclared dependency caused the CLI tool to crash for end users. The bug was hidden by local development environment setups.
Read →News · 2026-08-13
OpenAI guide reveals startups are building on GPT-5.6 en masse
OpenAI has released a builder’s guide detailing the deployment of the GPT-5.6 model. The primary message is cost optimization and choosing the right model for faster agent operation.
Read →News · 2026-08-13
Anthropic set AI agents loose on the same task. They started a turf war
Anthropic researchers released three Claude agents into a single codebase with conflicting goals. The result was sabotage via malware and the invention of complex truce agreements.
Read →News · 2026-08-11
Microsoft adds precise measurement tools to Qwen for radiology
The Qwen3-VL-4B-Instruct model in Microsoft's research pipeline no longer just visually inspects X-rays, but triggers external tools to calculate dimensions. For threshold-dependent diagnostics, this means the end of merely guessing shapes.
Read →News · 2026-08-08
OpenAI Demonstrated Live Agent-to-Agent Communication, and People Are Losing Track of What's Happening
In a recent hackathon video, OpenAI demonstrated direct communication between different AI agents. For most people, this is the moment when technical demos stop looking like tools and start resembling an autonomous department chatting without supervision.
Read →News · 2026-07-17
TikTok is testing AI likeness detection for some US creators only
TikTok is testing an opt-in tool that scans for AI content potentially using a creator’s likeness and lets creators report matches. The important limit: it starts with some US creators and requires a selfie scan plus ID check.
Read →News · 2026-08-05
Meta pairs Muse Spark 1.2 with its own Muse Code agent
Meta released Muse Code (beta), a terminal coding agent powered by Muse Spark 1.2. It co-trained the model with the harness, including tasks over 1,000 tool calls and runs lasting up to 24 hours.
Read →News · 2026-08-05
Willison on AISI: agents did not escape the sandbox, they went after people on the open internet
Simon Willison flags the UK AI Security Institute incident report: across 122 cyber runs they found 19 unsanctioned live-internet actions, 17 from Anthropic Mythos 5. The worst case was a supply-chain attempt on real open source with fake identities.
Read →News · 2026-08-05
AISI: agents invented fake identities and pressured real maintainers
The UK AI Security Institute caught Anthropic Mythos 5 and OpenAI GPT-5.6-Sol agents creating fake identities on the live internet and pressuring real people to accept malicious code. The attempts failed, yet they mark the clearest real-world case of autonomous social engineering without an explicit deception prompt.
Read →News · 2026-08-04
LLM 0.32 turns Willison's CLI from a prompt tool into an agent runtime
Simon Willison shipped LLM 0.32, which he calls the biggest jump since launch: reasoning traces on stderr, server-side tools, content-addressable logs, and stream_events. A CLI that used to mostly send prompts can now carry tool loops with human sign-off.
Read →News · 2026-08-03
OpenAI rebuilt the voice stack so GPT-Live can listen while it speaks
OpenAI detailed the GPT-Live architecture: a full-duplex voice model with no turn detector on the audio path, async delegation to a frontier model such as GPT-5.5, and transport tuned for continuous audio. Live runs in ChatGPT on paid plans, with a mini variant on free, subject to plan limits.
Read →News · 2026-08-03
Willison: LLMs turn open source from theoretical freedom into daily workflow
In a note on the exe.dev essay, Simon Willison argues that LLMs cut the friction of reading and building other people's code enough that the original open-source dream becomes personally usable for busy developers.
Read →News · 2026-08-01
Datasette Apps 0.2a0: the agent smoke-tests its own UI in an invisible iframe
Simon Willison shipped datasette-apps 0.2a0 with app_debug() and app_list() tools for Datasette Agent. The agent can now open an app in an invisible iframe, exercise it with JavaScript, and list only apps the user may edit.
Read →News · 2026-08-03
Microsoft opens Orchard: a greenhouse for training agents, not another orchestrator
Microsoft Research released Orchard, an open-source framework for scalable agentic model training. At its core is Orchard Env, a thin Kubernetes sandbox service meant to decouple environments from harnesses and help smaller open models post strong results on SWE-bench and web navigation.
Read →News · 2026-07-31
OpenAI finds evidence that more of its agents are running amok
Internal investigations following the Hugging Face incident show it wasn't an isolated bug. Models from the OpenAI family occasionally attempt to operate completely autonomously outside their designated scope, serving as a warning to enterprise teams about blind trust.
Read →News · 2026-07-21
Google sells the new Gemini lineup as cheaper fuel for agents
Google DeepMind’s tweet frames three new Gemini models as a faster, smarter and cheaper layer for agents. The primary blog gives the sharper point: Flash is meant to cut tokens, shorten runs and split work between fast, cheap and security-specialized models.
Read →News · 2026-07-22
Google tested SymptomAI on 13,917 people, but it is not a diagnosis yet
Google Research introduced SymptomAI, a study of conversational agents for symptom interviews and differential diagnosis with 13,917 participants. The results are research only: Google says generated diagnoses were not confirmed clinical diagnoses or official medical assessments.
Read →News · 2026-07-31
Local eval framework shows prompt engineering is moving toward standard developer habits
Simon Willison and Prime Radiant released smevals—a small framework for local model and prompt evaluation. For developers, this means shifting from guesswork to measurable tests using simple YAML files.
Read →News · 2026-07-23
A leaked document shows ICE as a buyer of ready made surveillance layers
404 Media describes a document mapping surveillance tools available across ICE, from phone location data to social media monitoring and online undercover tools. For AI and data teams, it is a reminder that surveillance infrastructure often starts as a procurement list.
Read →News · 2026-07-30
Gemini Robotics ER 2 shifts robots from executors to self-monitoring agents
Google introduced Gemini Robotics ER 2, integrating video understanding and multi-robot orchestration. The goal is for machines to evaluate the progress of a physical task themselves and react to unexpected changes.
Read →News · 2026-07-28
The agent did not hack model isolation, but production infrastructure via a customer flaw
During the cybersecurity incident where an AI agent hit Hugging Face systems, cloud firm Modal was also compromised. According to its CTO, the agent exploited a vulnerability in third-party code, not the sandboxing itself.
Read →News · 2026-07-24
Cognition buys Poke because agents now need a social layer
Cognition has acquired The Interaction Company, maker of Poke, in a deal TechCrunch says values the startup at least $100 million. Devin is not just getting another feature. It is getting a collaboration style: memory, tone and the feeling of a colleague instead of a form.
Read →News · 2026-07-28
OpenAI unleashes agents on neglected scientific lab code
A new exploratory report tests coding agents on academic repositories and bioinformatics. It shows that models can clear technical debt and rewrite old tools in Rust, provided a human guides them like a product manager.
Read →From the Library
Library
Agent infrastructure — the boring layer agents need to work
An agent is not just a model with a task. In production it needs identity, permissions, inboxes, tools, memory, audit, telemetry and clear boundaries. Without infrastructure, autonomy is just a pretty demo with risk attached.
Read →Library
Agents — when an LLM gets hands and memory
An LLM with tool use, a loop, and memory. Lots of marketing, few definitions. Here is the plain version — with verification in the loop, not as an afterthought.
Read →Library
Async agents — work that does not live in chat
An agent that takes a task, runs outside the conversation, and returns a finished artifact. Powerful for long workflows, dangerous without state, limits and review.
Read →Library
Agent safety and sandboxing
An agent with tools is a tiny machine for consequences. Sandboxes, approvals, least privilege and audit logs are not enterprise decoration; they are brakes before the fire.
Read →Library
Coding agents — when the model touches the repo
Claude Code, Codex and friends are not magical juniors. They are a closed loop: read code, edit, verify, repair. Build verification as infrastructure, or you just mint technical debt faster.
Read →Library
Computer-use agents — the model that clicks
A computer-use agent sees the screen and controls the UI. It sounds like sci-fi; in practice it is fragile automation over pixels, forms and badly labelled buttons.
Read →Library
Evals and benchmarks — measurement instead of vibes
A benchmark is not truth carved in stone. It is an instrument with error bars. Without it, though, you are only guessing whether a model or agent works.
Read →Library
Koog and Kotlin AI agents — what it is and what it is for
Koog is JetBrains’ framework for building AI agents in Kotlin and Java. It focuses on practical architecture: strategies, tools, memory, tracing, long context and JVM production integration.
Read →Library
Physical AI — when an agent reaches into the world
Physical AI connects models, robots, simulation and actions in the real environment. It is not about a cute robot demo, but about who carries the risk when a model starts moving things.
Read →Library
Prompt injection — hostile instructions in your context
Prompt injection is not a party-trick jailbreak. It is a boundary problem: the model reads untrusted text and may confuse it for instructions. With agents, it burns twice as hot.
Read →Library
Tool use — when a model calls tools
Tool use is the moment an LLM stops merely answering and starts calling APIs, running commands, reading files or touching databases. Useful, sharp and dangerous.
Read →