Capsula Lab / AI Lab

2026 watch on AI agents, without useless noise.

This page gathers 16 short notes to understand what is changing: autonomy, API costs, platforms, security, compliance, accessibility and work organization. Each note connects an external signal to an operational reading for companies.

· Sources rechecked by Capsula

AI watch with sources, signals and sector filters

Format

  • 2026 signals reviewed and dated by Capsula
  • Consultable and linked sources
  • Business reading, not a press roundup

Filter the watch

20 analyses · reviewed August 28, 2026

What leaders really need to understand.

The AI Act moved from theory to enforcement on 2 August 2026.

Since that date the Commission holds its enforcement powers over general-purpose models: information requests, model access, recall powers. The Article 50 transparency duties — disclosing that a user is talking to an AI, marking generated content, labelling deepfakes — were not postponed.

Capsula reading

The risk is no longer abstract: breaches fall under the highest tier, €15M or 3% of worldwide turnover. For any product exposing an assistant or generating content, compliance now belongs in the delivery scope, not in a later phase.

High-risk obligations were pushed back to late 2027 and 2028.

On 16 June 2026 the European Parliament approved amendments delaying most high-risk system obligations: 2 December 2027 for Annex III, 2 August 2028 for product-embedded systems.

Capsula reading

The delay buys preparation time, not exemption. Companies documenting their datasets, logs and human oversight now will meet the deadline as a formality. The others will rediscover the topic six months before the date.

A2A joins MCP under neutral governance.

On 17 August 2026 the Agent2Agent protocol created by Google became a project hosted by the Agentic AI Foundation, a Linux Foundation-directed body. The transfer was announced on 20 August. A2A joins Anthropic's Model Context Protocol there.

Capsula reading

The distinction stays clear: MCP connects an agent to its tools and data, A2A lets two independent agents delegate work to each other. Both standards under one neutral governance reduces lock-in risk for anyone building today.

The agent protocol layer is consolidating fast.

The Agentic AI Foundation grew from fewer than 40 members at its December 2025 launch to more than 250 by August 2026. Members include Google, Microsoft, Amazon, Anthropic, OpenAI, Bloomberg, Shopify and Block.

Capsula reading

Adoption this fast among competitors signals the question is no longer 'which protocol to pick' but 'how to structure our agents to speak them'. That is an architecture decision, not a technology bet.

Web search is becoming a managed building block for agents.

Web Search on Amazon Bedrock AgentCore has been available since June 2026 and expanded in August to Europe (Ireland) and Asia Pacific (Tokyo). It returns snippets, source URLs and publication dates, with no data egress from the customer's AWS perimeter, at $7 per 1,000 queries.

Capsula reading

Two things matter for enterprise deployment: data stays inside the perimeter, and every answer comes with its sources and their dates. That is what makes an agent's answer auditable rather than merely plausible.

Enterprises are shifting from a single assistant to agent networks.

The dominant trend of summer 2026 is the shift to multi-agent architectures: orchestrated networks of specialised agents replace the single general-purpose assistant, each agent covering a narrow business scope.

Capsula reading

A specialised agent is easier to test, constrain and audit than one that half-does everything. The difficulty moves to orchestration: who decides, who validates, and what happens when one agent fails mid-chain.

Securing what AI does, not just what it says.

The OWASP Top 10 for Agentic Applications lists ten risk categories: goal hijacking, tool misuse, identity and privilege abuse, missing guardrails, sensitive data disclosure, data poisoning, resource exhaustion, supply chain, advanced prompt injection and over-reliance on autonomous decisions.

Capsula reading

The framing shift is the real point: you no longer test a text output, you test an action executed on a real system. Guardrails, logging and human validation on sensitive actions become design requirements, not options.

Prompt injection remains the top cause of production incidents.

OWASP's 2026 analyses put prompt injection at the centre of agentic failures observed in production. It has become a concrete enterprise data-leak vector, amplified by growing reliance on third-party AI tools.

Capsula reading

Any content an agent reads — a web page, an uploaded document, a ticket, an email — must be treated as untrusted input. It is exactly the discipline applied to user input for twenty years, transposed to systems that can act.

Machine identities now vastly outnumber human ones.

Enterprises now manage roughly 82 machine identities — agents, tools, APIs, orchestration pipelines — for every human identity. Only 18% of organisations are confident their access management can cover agent identities.

Capsula reading

Every machine identity is an attack surface. Before multiplying agents, three questions need answers: who this agent is, what it is allowed to do, and how that right is revoked in an emergency.

Half of all queries no longer produce a click.

AI Overviews now appear on 47% to 64% of queries, up from 25-30% at launch. More than 58% of searches end with no click at all, and organic click-through drops 15% to 46% depending on query type.

Capsula reading

B2B technology is the most exposed sector, with close to 70% of informational queries affected. Relying on organic traffic alone in that sector means betting on a channel that is closing.

Google settled it: llms.txt does nothing for ranking.

On 15 May 2026 Google published its official AI optimisation guide. It states that llms.txt, Markdown alternates, artificial content chunking and LLM rewriting are not ranking factors. Search ignores the file.

Capsula reading

Many sites added the file believing they were future-proofing. It does no harm, but it is not a lever. The real levers remain useful content, clean technical structure, internal linking and structured data consistent with the visible page.

Explicit markup changes your odds of being cited.

Pages with explicit structured data are selected roughly 73% more often by generative engines. Recognised entity density and its alignment with the Knowledge Graph show a 0.76 correlation with AI Mode selection.

Capsula reading

Cited sources are not necessarily the top-ranked ones. Well-marked content with clear claims and a coherent entity can be picked up without ranking first — and a poorly structured first result can be skipped.

Cost per task still beats cost per token.

An agent chains several calls, re-reads documents, corrects itself and retries. The advertised price per million tokens says nothing about the real cost of a completed task — the only unit comparable between two architectures.

Capsula reading

Instrumenting cost per task from the first pilot avoids the nasty surprise at scale. It is also the only measure that lets you honestly arbitrate between a pricier but more direct model and a cheap one that fumbles.

Open-weight models keep the pressure on pricing.

Open-weight model families keep shifting the trade-offs: some tasks do not need the most expensive model, and self-hosting becomes a credible option again for sensitive processing.

Capsula reading

The right question is not 'which model is best' but 'which task deserves which model'. An architecture that lets you swap models without rewriting the application keeps that freedom open.

Agent funding stays strong, selection is starting.

Agent startups raised about $1.8 billion across a dozen deals in July 2026 alone.

Capsula reading

A market funded this fast produces many tools that will not survive three years. For a company that builds, that argues for open protocols and replaceable dependencies rather than adopting an attractive closed platform.

Agents are moving from short answers to long-running work.

Advanced use is moving toward multi-step tasks, run in parallel and over long durations. That capability raises potential value, but also the need for explicit limits and visibility into what the agent does between checkpoints.

Capsula reading

An agent working thirty seconds can be watched by eye. An agent working three hours needs logs, checkpoints and a way to stop it cleanly. That is an operations requirement, not a model one.

WCAG 2.2 remains the clearest base for a durable product.

The standard strengthens expectations on visible focus, gestures, authenticated input and mobile interfaces. These are verifiable criteria, independent of technical fashion.

Capsula reading

An AI-driven interface is still an interface: it must be keyboard-navigable, announce itself correctly to a screen reader and stay readable. Accessibility built in from design costs a fraction of a post-audit remediation.

Finance can win fast, provided every action is audited.

The most credible uses are document synthesis, reporting, anomaly monitoring, compliance and analyst assistance. These are high-volume tasks with stable formats.

Capsula reading

In this sector an untraceable answer has no value, however good it looks. Logging, source citation and human validation on committing actions are what actually drive adoption.

Healthcare should start with non-clinical, traceable flows.

Agents can relieve administrative work, coordination, note synthesis and file preparation. Clinical decisions demand a far higher level of validation and accountability.

Capsula reading

Starting there measures real gains without exposing the patient. It is also the best way to build internal trust before approaching sensitive scopes.

The right path starts small and prepares for 2027.

A first pilot must prove a measurable business gain. What follows is strengthening data, integrations, governance and training before extending autonomy — with the December 2027 and August 2028 deadlines in sight.

Capsula reading

The companies that succeed will not be those deploying the most agents, but those able to explain what each agent does, on what scope, under what control and at what cost.

How to use this watch

Turn signals into design decisions.

Each note feeds a project question: which process deserves an agent, which autonomy level to accept, which data to expose, which cost to tolerate, which human control to maintain.

  • Identify high-impact, low-initial-risk use cases
  • Document regulatory and security constraints
  • Choose platforms without locking the architecture
  • Define performance and cost indicators

Capsula Lab

Research connected to the build.

The goal is not publishing for the sake of publishing. The observatory guides offers, technical choices, pilots and guardrails that Capsula implements with clients.