← All Weekly Issues

Apache Maka, ARD specs, and the agent infrastructure race

August 25, 2026

Subscribe

A DeepMind spinout just outperformed OpenAI and Anthropic at research replication. Meanwhile, the real action is infrastructure: open specs for agent discovery, local-first workspaces, and the first standards for how multiple AI agents actually talk to each other at scale.

Research Breakthroughs

CAS: Conformalized Agentic Search via Adaptive Retrieval and Policy Weighting

Search Agents face a severe reliability crisis during reinforcement learning (RL) fine-tuning. Heuristic Top-K retrieval often causes critical evidence loss or noise inclusion, while over-confidence induced by progressive RL leads to hallucinated answers and redundant searches. To build highly reliable agents, we introduce Conformal Prediction (CP) and propose Conformalized Agentic Search (CAS). This framework establishes reliability guarantees on both the retrieval and training sides: on the ...

Read Source
Graph Engineering in the Era of LLM Agents: From Individual Intelligence to System Intelligence

LLMs have evolved from language generators to autonomous agents capable of complex, long-horizon tasks. This evolution has produced paradigms including Prompt Engineering to elicit model capabilities, Context Engineering to manage information access, Harness Engineering to organize external tools and resources, and Loop Engineering to support continual reflection and self-improvement. Yet as tasks grow more complex, individual intelligence faces a fundamental limit: many tasks require heterogene...

Read Source
Trustworthy RAG: An Evaluation Agent for Detecting Misinformation and Knowledge Poisoning in Generative AI Systems

Retrieval-Augmented Generation (RAG) grounds Large Language Model (LLM) outputs in external knowledge, but RAG systems usually trust whatever they retrieve, creating a Security-Reliability Gap: high semantic relevance does not guarantee factual truth. Adversaries exploit this through knowledge poisoning, inserting malicious documents to cause targeted misinformation. We propose an Evaluation Agent, middleware that combines Natural Language Inference (NLI) factual verification, a five-signal pois...

Read Source

Industry Developments

More is different when AI agent populations work together, study suggests

New research published in Proceedings of the National Academy of Sciences suggests that when artificial intelligence (AI) agents interact in groups, their number is not merely a technical detail. It is a decisive factor in what the group settles on: populations built from the same AI model and doing the same task can reach opposite outcomes for no other reason than that one group is larger.

Read Source
Inherent, founded by DeepMind alumni, says its AI ‘teammate’ just outperformed Anthropic and OpenAI at replicating research

Built by DeepMind alumni, British AI lab Inherent released Faraday, an AI agent whose ability to replicate scientific papers could be a stepping stone for innovation.

Read Source
AWS Backs Agentic Resource Discovery as Federation Layer for Agent Registry

Amazon Web Services has put its weight behind the Agentic Resource Discovery specification, publishing a detailed account on August 24, 2026 of how the open standard is meant to work alongside AWS Agent Registry, its managed catalog for AI agents, tools, and skills that entered preview earlier this year. The AWS post frames ARD as the answer to a problem AWS's own product leaves open. AWS Agent Registry, available through Amazon Bedrock AgentCore, gives an organization a centralized, search

Read Source

Technical Updates

TDD inside the agent loop - theater or actual value?

My colleagues at Thoughtworks tend to be big fans of Test-Driven Development, and many people in the industry advocate telling LLM agents to use TDD when building software. Birgitta Böckeler was curious if this really makes a difference, so conducted a few experiments. more…

Read Source
apache/maka: Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool resul

Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are recorded as an append-only log.

Read Source
Agentic Resource Discovery (ARD): An open specification for agent discovery

AWS Agent Registry gives your organization a centralized, searchable catalog for agents, tools, and skills. It works with the open Agentic Resource Discovery (ARD) standard to enable cross-environment discovery and governance at scale.

Read Source