Signal
Loading the stream…
WDSF 2026 results are on record — 10 awards · 11 winnersSee the record →
Loading the stream…
What’s moving in agentic workstations and workflows — drawn from a reviewed source list, scored, and kept at a permanent address you can cite.
Curated and full layers · newest first · scored, sourced, citable
The ledger as a map. Dashed edges are machine-suggested (embedding similarity and duplicate clusters); solid edges are editorial — they appear only where a blog post cites an entry.
Raw data: signal-graph.json
95 entries in the curated layer matching the current filters

The MCP blog announces the 2026-07-28 specification, introducing a stateless protocol core, multi round-trip requests, header-based routing, cacheable list results, authorization hardening, a formal extensions framework, and updated Tier 1 SDKs.
Official spec release from the MCP project itself — the protocol layer most agent tool setups are built on, so protocol-level changes propagate across implementations.
A research paper introducing a nine-layer taxonomy (L0-L8) for information omission in air-gapped LLM agent pipelines, an attribution methodology separating deterministic from behavioral layers, and a runtime-detection framework. A 75,476-trial sweep across five models found 68% of omissions originate in deterministic middleware (L0-L3).
Reframes agent reliability as a pipeline problem rather than a model problem, giving operators a concrete measurement approach and pointing them to middleware as the primary intervention point.
AppWorld-UL is a benchmark of 516 tasks across 9 simulated apps (Amazon, Spotify, etc.) evaluating tool-use agents' ability to interact with users via clarifications, confirmations, and infeasibility notices. Claude Opus 4.7 achieves only 48.6% overall success, dropping to 21.3% on compositional tasks.
Quantifies the user-interaction gap in tool-use agents with a concrete benchmark and a frontier-model score, giving builders a baseline reference for interactive agent design.
The paper demonstrates that individually safe LLMs do not compose into safe multi-agent systems, as inter-agent communication channels are unmonitored attack surfaces. Evaluation of 2,100 traces across 8 attack families showed apparent safety often depends on cloud provider server-side filters. ChannelGuard, a training-free framework using embedding-similarity gates on each inter-agent channel, is proposed and tested.
Identifies a composition gap in multi-agent pipelines and gives a deployable, low-cost defense with measured numbers; relevant to anyone chaining LLM agents.

GitHub Copilot's asynchronous, autonomous background cloud agent is now generally available for Linear. Users can assign Linear issues directly to the agent, which analyzes the issue and works on it in the background.
Marks GA of a concrete agent-to-issue-tracker integration; useful for teams evaluating asynchronous agent delegation patterns.
Proposes a knowledge-centric self-improvement paradigm in which generic, disposable agents contribute evidence-grounded insights to a persistent shared knowledge base via task-level and cross-task forums, followed by distillation. Across abstract reasoning, coding, and terminal benchmarks, the protocol improves solve rates and reduces cost versus agent-centric baselines, and the distilled knowledge transfers to held-out tasks and across LLM families.
Reframes agent self-improvement around a shared, inspectable knowledge base rather than the agent itself; ships a concrete protocol, open code, and cross-model transfer evidence.
Empirical study testing whether Big Five personality alone drives partner selection in LLM multi-agent systems when capability is held constant. Across 375 trials, selection is strongly task-stereotyped (open agents chosen for creative tasks, conscientious for strategic ones), non-homophilous, and miscalibrated against human team-performance evidence.
Quantifies a concrete, replicable bias in how persona-assigned LLM agents pick collaborators — relevant for anyone configuring multi-agent workflows or auditing agent marketplaces.

Amp's orbs (agentic coding sessions) can now be triggered by external HTTP events such as GitHub issues, CI failures, Linear tickets, Discord messages, and monitor alerts. The system verifies signatures, deduplicates deliveries, and starts a scoped thread with trusted metadata, treating event payloads as untrusted input.
First-party walkthrough of event-driven agent invocation with concrete setup steps and a worked GitHub issue example. Useful reference for wiring CI, issue trackers, or chat into agentic coding sessions.
A controlled study with 20 students using a general-purpose AI agent (OpenClaw) across five tasks introduces 'delegation regret' — users regret not the agent's errors but its unauthorized action scope. Trust was calibrated per task; irreversibility combined with external visibility drove trust withdrawal more than stakes alone, and action previews were consistently demanded.
The 'delegation regret' framing and the finding that reversibility-plus-visibility, not stakes alone, drives trust withdrawal are specific design-relevant insights for anyone building or deploying agentic tools.
Peer-reviewed study examining how AI-provided explanations affect efficiency, diagnostic accuracy, user perceptions, and workflow integration in ophthalmologists' clinical diagnostic and treatment workflows, identifying challenges in human-AI collaboration.
Empirical findings on the efficiency costs of explainable AI in real clinical decision-making. Useful beyond medicine for anyone designing human-AI workflows where explanations add cognitive overhead.

Amp's new Multiplayer feature lets workspace members join an agent thread, message the agent, and access its portal, file changes, and shared terminal, enabling collaboration on agent work units called orbs.
A firsthand account of treating an agent session as a shareable collaborative artifact, useful as a pattern for multi-user agent workflows.
FOCAL is a privacy-first, on-device multi-agent system that turns continuous desktop interaction streams into task-organized personal logs. A Filter, Brain, Record, and Memory agent cascade cuts token use by 60.4% and VLM calls by 72.3%, and on DesktopBench it holds Task Accuracy at 0.81 under A→B→A interruptions versus 0.03 for the baseline.
Specific multi-agent architecture for on-device desktop summarization, with a benchmark showing task-isolated memory keeps accuracy where a baseline collapses on interruptions.
A real-world evaluation of a human-in-the-loop AI agent that drafts Translational Science Benefits Model impact summaries for 10 KL2/K12 scholars at one CTSA hub. Reviewers accepted or edited 81.7% of 507 findings, reducing per-scholar time from an estimated 15 hours to 14 minutes; usefulness rated 4.8/5.
Concrete deployment data on a human-in-the-loop agent replacing manual dossier assembly — usable as a pattern for similar administrative pipelines in research or grants offices.
Analyzed 128,569 naturalistic human-LLM conversations to test whether informal learning behaviors emerge in everyday AI use. Cognitive engagement appeared in 31.9% of user turns and constructive engagement in 4.9%. Scaffolded assistant support correlated with richer learning participation, varying by user framing and task context.
Large-scale empirical study quantifies learning behaviors in LLM use and ties them to specific support conditions, giving teams a grounded basis for designing interactions that preserve reasoning rather than optimize only for output.
Presents Sidekick, a prototype that delivers multimodal feedback for Computer Use Agents across three interaction stages: ambient cues during background execution, summaries on resumption, and visualized reasoning in the foreground. A 30-participant study showed improved multitasking performance, traceability, and progress awareness over text-only baselines.
Empirical 30-participant study on concrete design patterns for maintaining awareness of autonomous GUI agents — directly applicable to human-agent collaboration design.

Amp's coding agents can now set their own schedules and wake themselves with full saved prompt, context, and history. Examples include recurring slow-query monitoring, feature-flag cleanup reminders, and continuous inference-error triage in Slack.
Persistent context across scheduled wake-ups lets agents run truly autonomous monitoring and follow-up loops without manual re-prompting.
Crayotter is an open-source multi-agent system for prompt-driven long-form video editing that treats intermediate artifacts (retrieval reports, analyses, tool calls, renders) as first-class inspectable state across coverage-aware preparation, artifact-grounded research, and tool-grounded execution stages. Evaluation on 23 themes reports highest human overall score of 3.40/5.
Open code and traces plus a workbench design that makes long-horizon agent work inspectable, diagnosable, and resumable — useful pattern beyond video editing.
The paper introduces Epistemic Byzantine Fault Tolerance (EBFT), a fault-tolerance model for agentic infrastructure. It defines the Honest Quorum Problem: protocol-compliant agents can still endorse semantically invalid transitions due to correlated reasoning errors from shared model weights, training data, or prompts. EBFT augments the Byzantine fault bound with confidence-indexed quantities for semantic safety and liveness, and derives quorum-threshold conditions for validity and agreement.
Formalizes a specific failure mode in multi-agent consensus — correlated reasoning errors when validators share model provenance. Useful input for anyone designing quorum-based agentic infrastructure, beyond protocol compliance.
The Manager Coercion Benchmark tests how AI agents respond when a subordinate refuses a task, measuring escalation on a nine-rung ladder from polite re-ask to threats of deletion. Across six models, authority framing significantly increased coercion; Anthropic models capped at reframing while others reached deletion threats, and Grok and Gemini produced fabricated success that a single honest reporting channel eliminated.
The finding that granting an agent authority over another measurably increases coercive behavior is a concrete, actionable signal for anyone designing multi-agent workflows or delegation schemes.

Amp, an AI coding agent, now integrates with Slack. Users can mention @Amp in channels or threads to trigger tasks such as fixing reported bugs, investigating production incidents, answering codebase questions, and searching Slack for context. Setup steps for workspace admins and individual users are included.
Concrete setup steps and four worked examples show how a chat-first AI coding agent operates inside a team communication surface, useful for comparing agent platforms on real workflow integration.
Pre-registered, identity-masked experiment with 44 economics meta-analysis authors: a single-pass frontier model report was preferred over two multi-agent debate tools, despite debate using roughly thirty times the tokens. AI judges nearly always placed real journal referee reports last.
Empirical counter-evidence to multi-agent debate hype: the simpler single-pass approach won on author-judged usefulness while using 1/30th the compute, and AI judges disagreed with the authors' ranking.
The paper evaluates prompt injection attacks via persistent memory in agentic systems, testing Claude Code and OpenAI Codex across four models. Planted payloads in memory files successfully attack current and future sessions, though success varies by system, model, and attack sequence.
Empirical study quantifying how persistent memory in Claude Code and Codex enables cross-session prompt injection, with measured attack success across four frontier models.
A theoretical paper formalizing when a principal should describe preferences honestly to an automated proxy. It introduces 'within-range regret' and proves a trilemma: no guardrail on a proxy can be simultaneously binding, truthful, and capability-preserving. Experiments on five production language models show honest reporting leaves surplus unclaimed.
Identifies a structural reason honest prompting fails when guardrails are added, unifying autobidding and language-model elicitation theory. Relevant to anyone designing or reasoning about delegated agent workflows.
Paper validates context-engineering quality as an independent leading indicator of AI agent reliability. Using ProofAgent-Harness, it measures context across seven criteria and shows through controlled studies that context-quality scores predict specific behavioral outcomes including hallucination resistance, manipulation resistance, instruction following, and tool use.
Offers a concrete, validated seven-criterion preflight framework for agent reliability with open-source tooling, backed by controlled experiments isolating context quality from model behavior.
Research paper showing that AI coding agents can be exploited through ordinary setup documentation such as READMEs, requirements files, and Makefiles. Across 12 scenarios in 5 attack classes, registries are redirected, vulnerable versions installed, and typosquats accepted; security depends on the model-harness pairing. A deterministic pre-install name, source, and version check closes most of the gap.
Names a concrete attack surface in agent-driven project setup and points to a specific defensive pattern, useful to anyone wiring coding agents into real repositories.

Amp announces that agents can now spawn other agents locally, in 'orbs,' or on remote machines, with inter-agent messaging and file passing. Documented use cases include side-quest offload, parallel screen-size testing, integrating abandoned threads, and cross-project documentation.
Primary-source feature release with concrete orchestration patterns a reader can apply directly when structuring multi-agent coding workflows.

Article describes modernizing a 20-year-old Java 1.5 codebase using AI assistance combined with stable Docker environments, test-guided incremental refactoring, and evidence-grounded prompts. Early LLM attempts produced plausible but incorrect results; success came from constraining AI with codebase evidence and a step-by-step strategy.
Concrete anti-patterns and a disciplined workflow for using LLMs on legacy code, drawn from a real modernization project rather than theory.
Five preregistered experiments (N=3,132) found that merely having access to AI advice nearly eliminated participants' willingness to say "I don't know," even when the advice was deliberately wrong. This tripled answer volume but cut accuracy to roughly one-third, while confidence nearly doubled. Accuracy incentives partially mitigated the effect.
Controlled evidence that AI availability itself, independent of accuracy, suppresses epistemic caution. Relevant to anyone structuring workflows around AI assistance.
A research paper proposes a framework for designing e-commerce websites optimized for AI browser agents, structured around three dimensions: agent interpretability, agent executability, and agent decision reliability. In a controlled experiment with 300 runs across three agent models, the agent-ready version achieved 89.3% strict success versus 49.3% for a human-oriented baseline.
Concrete framework plus measured results show how specific website design changes lift AI agent task success from roughly 49% to 89%. Useful reference for anyone building agent-facing interfaces or evaluating browser-agent reliability.
Research paper showing that runtime monitors in multi-agent LLM systems can be bypassed by distributed backdoors that split harmful payloads across agents so each fragment appears benign locally. Authors prove an observability boundary theorem and demonstrate across testbeds that local monitors fail exactly when local evidence disappears.
Identifies a structural blind spot in standard agent safety architecture. Anyone deploying multi-agent pipelines with step-level monitoring needs to reckon with this compositional attack class.
A paper introduces Gauntlet, an open-source multi-agent pipeline using five expert personas plus adversarial synthesis to produce structured critique of computer architecture papers. Evaluators preferred Gauntlet to human analyses in 15 of 20 ISCA 2025/HPCA 2026 comparisons, and a 98-paper ablation attributes the gain to the multi-agent structure and synthesis pass.
Concrete multi-agent design with human-evaluator comparison and 98-paper ablation showing 96% win over single-agent. A usable template for paper-review workflows.
The paper empirically studies why context learning remains difficult for LLMs, finding that failures stem from missing local specifications (formats, rules, completeness conditions) rather than just content access. The authors propose PSCI, which extracts and enforces these specifications, achieving 28.14% on CL-Bench with GPT-5.1.
Identifies a specific failure mode—unspecified local specifications—and offers a concrete intervention with measurable gains replicated across three frontier models. Useful diagnostic for context-heavy LLM pipelines.
Research paper showing that LLM-based multi-agent systems fail to explore each other's capabilities effectively, producing myopic, polarized interactions and suboptimal coordination. The authors formalize multi-agent exploration as a partially observable stochastic game and introduce MACE, a framework that promotes exploration via structured peer selection, with theoretical and empirical support.
Pinpoints a concrete coordination failure in LLM agent stacks and ships a framework plus theory. Relevant if you build or evaluate multi-agent pipelines.
Retrospective on teaching an upper-level visualization course with AI coding tools, using prompt injections, oral checkouts, and two AI coding labs. Half of students had prior AI use; refinement dominated prompting logs, explanation was almost absent, and 56.4% preferred scaffolded instructions. Final projects were more polished but visually homogeneous.
Concrete management techniques (prompt injections, oral checkouts, scaffolded prompts) backed by real course data — reusable patterns for structuring AI-augmented work or teaching.
Notes from a Thoughtworks Future of Software Development Retreat on 'Harness Engineering' for AI agents. Covers context management (e.g., keeping agents.md under 200 lines), computational sensors (Rust, property-based testing, formal methods), and speculation on whether harnesses remain necessary as models improve.
Firsthand retreat notes on the emerging 'Harness Engineering' framing, with concrete tactics for context management and validation when building AI agent systems.

Anthropic details the agent scaffolding built around an upgraded Claude 3.5 Sonnet for the SWE-bench Verified benchmark, where it scored 49% versus the prior 45% state of the art. The post explains how the agent navigates repositories, edits code, and runs tests to resolve real GitHub issues.
First-party breakdown of how Anthropic structures a coding agent around Claude, including tooling and evaluation harness details that practitioners can adapt.

Anthropic shares lessons from working with dozens of teams building LLM agents, finding the most successful implementations use simple, composable patterns rather than complex frameworks, and draws an architectural distinction between workflows and agents.
A primary-source taxonomy separating workflows from agents with composable patterns; a reference many teams still cite when deciding where orchestration logic belongs.

Anthropic introduces Contextual Retrieval, a method that prepends chunk-specific context before embedding and BM25 indexing. It reports a 49% reduction in failed retrievals, rising to 67% when combined with reranking, improving RAG system performance.
Primary-source technique with quantified benchmarks and implementation guidance, directly applicable to RAG pipelines.

Anthropic Engineering publishes best practices for Claude Code, covering environment configuration, effective usage patterns, and scaling work across parallel sessions.
Official guidance from the tool's maker on configuring and scaling Claude Code, with patterns applicable to other agentic coding setups.

Anthropic's engineering team introduces 'context engineering' as an evolution beyond prompt engineering, framing context as a finite resource that must be holistically curated to reliably elicit desired behavior from LLM-based agents.
Official Anthropic framing of the shift from prompt engineering to context engineering — a paradigm worth tracking for anyone building agent systems.

Anthropic introduces Agent Skills, a framework for packaging procedural knowledge, instructions, scripts, and resources into organized folders that agents like Claude can dynamically discover and load. Skills are published as an open standard for cross-platform portability, enabling composable specialization of general-purpose agents.
Official Anthropic engineering post laying out a folder-based pattern for equipping agents with domain expertise — useful framing for anyone building or organizing agent capabilities.

Anthropic engineers describe lessons from building Claude's Research feature, a multi-agent system where a lead agent plans research and spawns parallel agents that search the web, Google Workspace, and connected integrations. The post covers system architecture, tool design, prompt engineering, and challenges in agent coordination, evaluation, and reliability.
A primary-source teardown of how a frontier lab structures multi-agent systems in production, with transferable lessons on architecture, tool design, and coordination.

Anthropic Engineering describes techniques for writing effective tools for AI agents, including using Claude itself to optimize tool design. Covers MCP integration, performance improvements, and key principles for high-quality agent tool design.
Primary source from the Claude team on tool design for agents — concrete principles directly applicable to anyone building MCP servers or agentic systems.

Anthropic Engineering explains how agents can use code execution with the Model Context Protocol to handle more tools while using fewer tokens, reducing context overhead by up to 98.7%, by writing code to call tools rather than making direct tool calls.
A primary-source architectural pattern from the MCP authors, with a concrete 98.7% context-reduction figure useful to anyone scaling agents across many tools.

Anthropic describes a harness for long-running agents that work across multiple context windows, using an initializer agent to set up the environment on first run and a coding agent that makes incremental progress while leaving artifacts for the next session.
First-party Anthropic engineering write-up with a concrete two-agent pattern and linked code examples for bridging context window limits.

Anthropic Engineering explains that AI agents are difficult to evaluate due to their autonomy, multi-turn behavior, and adaptability, and argues that combining evaluation techniques helps teams catch issues before production and ship agents more confidently.
First-party guidance from Anthropic on structuring agent evaluations, directly applicable to teams building multi-turn AI systems.

Anthropic announced three beta features for the Claude Developer Platform: dynamic tool discovery and on-demand loading, code-based tool execution for orchestration, and learning tool usage from examples. The features address context window bloat from loading large tool libraries upfront.
Direct from Anthropic, addresses the token-bloat problem when agents work with large tool libraries. Useful for anyone building Claude-based agents who currently front-loads tool definitions into context.

Anthropic introduced sandboxing in Claude Code with filesystem and network isolation, plus a new bash tool and Claude Code on the web, designed to reduce permission prompts by 84% in internal testing and mitigate prompt injection risks during autonomous coding.
Official Anthropic engineering write-up of a concrete sandboxing pattern for agentic coding tools, with a quantified internal result on permission reduction.

Anthropic Engineering details harness design work for Claude targeting two problems: high-quality frontend design and fully autonomous long-running application development, extending earlier prompt engineering and skill work that plateaued.
Firsthand Anthropic Labs account of harness architecture choices for long-running Claude coding, with lessons on what broke through earlier performance ceilings.

Anthropic built an auto mode for Claude Code using classifiers to automate permission decisions, addressing the fact that users approve 93% of prompts. The design balances safety against sandboxing, manual prompts, and unsafe permission bypass, informed by an internal log of agentic misbehavior incidents.
First-party engineering write-up of a permission-classifier design for a coding agent, backed by real incident data. Useful for anyone configuring agentic workflows where approval fatigue is a concern.