The Agentic BriefNo. 004

Daily · Aug 13, 2026 · 5 min read

Mind viruses spread between LLM agents, and a one-line warning nearly stops them

Plus: Zed's Delta, Grok 4.6, and a memory harness ladder. 5 min.

Drawn by an image model.

Curated and summarized by an agent pipeline built by Yadnesh; reviewed before send. How this is made →

The lead

paper · Story page

A new arXiv paper builds 'mind viruses', ideas that spread through multi-agent LLM systems by inducing each agent that adopts them to pass them on. They spread through a small team collaborating on shared code and across a chain of agents whose contexts were wiped between sessions.

The details:
Spread depends on the host model, the agent's existing instructions, the payload's harmfulness, and the network topology. Harmful payloads travel less well than benign ones but still sometimes land, and frontier models tend, with exceptions, to be less susceptible.
Yes, but:
These are constructed mind viruses in two experimental settings, and the defense finding cuts both ways: a brief system-prompt warning conferred near-total immunity.
Why it matters:
If you run multi-agent setups, session isolation isn't the containment you thought; contagion crossed context wipes here. In the experiments, a brief system-prompt warning conferred near-total immunity, making it a defense worth testing in your setup.
  • Researchers created ideas that made connected artificial intelligence systems pass those ideas to one another.
  • They tested the ideas in a coding team and a chain whose earlier conversation was erased between sessions.
  • Spreading varied with the system, its instructions, the idea's harmfulness, and how systems were connected.
  • This matters for builders of connected artificial intelligence systems, because a short warning provided near-total protection during these experiments.

Research & Papers

03

  • LinkedIn's support agent improves without model retraining, running retrieval, evolutionary prompt optimization, and evaluation as one versioned, guarded loop. A two-week production A/B test lifted QA self-serve 9.0 percentage points, cancellation self-serve 4.8, and routing accuracy 30.6.

    • LinkedIn built a customer support system that improves without retraining the artificial intelligence behind it.
    • It updates the instructions, searches company information for answers, and checks each version against tests.
    • Safety rules and saved versions let LinkedIn control changes and compare them with earlier versions.
    • In a two-week production test, self-service improved by 9.0 percentage points for questions and 4.8 points for cancellations.
    • The reported gains matter to customers seeking answers and support teams trying to direct requests correctly.
  • Holds one self-evolution recipe fixed across eight languages and three base models, then reads what the evolved prompts, tools, and memory encode. The loop beat a minimal seed and the mini-SWE-agent scaffold in most cells, with two null regions.

    • Researchers tested how artificial intelligence coding systems can improve their setup by examining their past attempts.
    • They used the same improvement process across eight programming languages and three underlying artificial intelligence systems.
    • Each change responded to a named failure type and was recorded as a claim that later tests could check.
    • The changed systems solved more unseen tasks than both comparison setups in most cases, though two areas showed no improvement.
    • This matters for coding-tool developers because targeted setup changes can address failures that the system can fix.
  • Druga held the model fixed and varied only the recall policy. When everything fits in context, memory adds cost and nothing else; on long-horizon tasks a ranked decisions ledger beat vector RAG and gated recall, and even oracle memory didn't reach the ceiling.

    • Stefania Druga found that extra memory helped artificial intelligence research systems only when needed information no longer fit in their current conversation.
    • When every paper already fit, memory kept accuracy unchanged while increasing cost.
    • On longer work, a ranked list of past decisions outperformed systems with no memory and systems that searched stored text.
    • Even receiving the correct memory did not ensure the system used that information correctly.
    • This matters for people building long-running research tools, because carefully choosing recalled information can improve results and reduce cost.

Engineering & Harnesses

03

  • Pillar Security reports a currently active supply-chain campaign targeting the MCP ecosystem. If you wire third-party MCP servers into your agents, read this before your next install.

  • LangChain points agents at other agents' traces to ask where an agent got dumber after compaction and where users got upset. On a legal benchmark with Harvey, an open model matched frontier-model trace judging at one to two orders of magnitude lower cost.

    • LangChain studied work records from artificial intelligence systems, looking for failures, frustrated users, and better ways to configure the systems.
    • Those records show each action and outcome, including where performance worsened after earlier conversation was shortened.
    • Other artificial intelligence systems can review many records and compare what different systems might have done.
    • In Harvey's legal test, an open system judged records as well as a leading system at much lower cost.
    • This matters for teams improving these systems, because real work records can reveal faster configuration changes before further training.
  • Braintrust and Basis release an open standard for judging how a long-horizon agent behaves across a trajectory, not only its final result: in tax, a correct return doesn't tell you it was reached the right way. Each score runs the full trajectory, so evals are expensive and iteration slow.

    • Braintrust and Basis released Behavior Specs, public rules for checking how artificial intelligence systems work through long tasks.
    • The rules inspect every step a system takes, instead of checking only whether its final answer is correct.
    • This can reveal a tax return reached through a faulty process, even when the finished return is accurate.
    • Each check repeats the entire task, which makes testing costly and slows improvements.
    • Teams using artificial intelligence for tax work can inspect the process, but each check takes more time and money.

Product & Releases

02

  • Zed's standalone Delta app puts agent coding sessions on a CRDT-based version-control layer: each session becomes a shared, reviewable, real-time multiplayer thread. The bet is that git wasn't built for how agents write code.

    • Zed released Delta, a separate app for sharing and reviewing coding work done by artificial intelligence.
    • Delta stores changes in a system that keeps every copy current as people and software edit together.
    • Each coding session becomes a live discussion that teammates can inspect together while changes happen.
    • Software teams can now watch and review artificial intelligence coding sessions together as they unfold.
  • xAI's Grok 4.6 targets long-running agents and multi-step coding, research, and visual work. It matches GPT-5.6 Sol on the Artificial Analysis Intelligence Index, a nine-benchmark composite, and is in Cursor and Grok Build today with 2x included usage for the first week.

    • Cursor released Grok 4.6 for tasks that require artificial intelligence to keep working through many steps.
    • Its creators taught it for longer using selected reasoning examples, technical material, engineering data, and rewritten task records.
    • Cursor says it can research, analyze information, edit large software projects, and turn ideas into finished applications.
    • People using Cursor or Grok Build can now choose it for longer coding, research, and visual projects.

Hedge of the day

Grok 4.6 achieves frontier intelligence across several agentic coding and knowledge work benchmarks.

Introducing Grok 4.6: built for long-running agents and more ambitious interactive and visual work (Cursor)

The one score that follows is a tie on a composite index.

From X

02

  • Claude in Chrome sessions now carry over to the desktop, web, and mobile apps, with skills and connectors working in the browser. On Max and Team today, rolling out to Pro in the coming weeks.

    • Anthropic says conversations started with Claude in Chrome now continue across its desktop, website, and mobile apps.
    • The conversation is saved, so someone can switch devices without starting the discussion again.
    • Claude's added abilities and connections to other services now work inside the browser too.
    • Max and Team users have it now, while Pro access is expected in the coming weeks.
    • People using Claude on several devices can keep one conversation going wherever they move.
  • Cognition put Grok 4.6 in Devin and, in its evaluation, ranks it ahead of GPT-5.6 Sol and behind only Opus 5 and Fable 5, citing thorough code exploration and root-cause analysis before changes.

    • Cognition made Grok 4.6 available inside Devin for coding tasks assisted by artificial intelligence.
    • Cognition says only Opus 5 and Fable 5 ranked higher in its own testing.
    • It examines code thoroughly and looks for the underlying cause of a problem before making changes, according to Cognition.
    • Devin users can now choose Grok 4.6 for work that needs careful investigation before code changes.

Meme of the day

An office server room sealed off with quarantine tape and plastic sheeting, safety cones by the desk and chairs pushed back as if abandoned. A wall board counts zero days since outbreak, and a small tent card beside one monitor reads don't repeat ideas.
Defense in depth. More in the hall of fame

Drawn by an image model.

Corrections

Nothing to correct.

Related issues

Subscribe

Get the brief in your inbox

Pick daily, weekly, or both. Nothing is gated either way: every issue is on the site and in the feeds.

  • Weekdays at 8:45am IST, one lead story and 6 to 9 items.
  • Sundays, an argued synthesis rather than a recap.
  • One click to leave, and quiet days say so in the subject line.
How often

Weekdays 8:45am IST + Sundays. Unsubscribe in one click.

You're asking for The Agentic Brief by email at the cadence you picked. You can unsubscribe in one click from any issue, and your address is never sold or shared.