DeepLearning.AI launches Context Hub (chub), a crowdsourced API documentation tool for coding agents
Andrew Ng and collaborators released Context Hub (chub), an open context management system designed to give coding agents up-to-date API documentation, addressing the common failure mode where agents use outdated or hallucinated API calls due to training data cutoffs. The tool is installable via npm and exposes a CLI that agents can invoke to fetch current documentation for LLM providers, databases, payment processors, and other services. A planned future feature would allow agents to share discovered workarounds and documentation fixes across a community, enabling collective improvement over time.
Related guides (4)
Related events (8)
Andrew Ng proposes Stack Overflow-style knowledge sharing for AI coding agents via chub
Andrew Ng describes the vision for chub (Context Hub), a CLI tool providing up-to-date API documentation to coding agents, which reached over 5,000 GitHub stars in its first week. The piece argues for a Stack Overflow-like feedback loop where agents that discover bugs or better API usage patterns can contribute learnings back to shared documentation. Ng also references Moltbook, a Reddit-like social network for agents recently acquired by Meta, as inspiration for agent-to-agent knowledge sharing. The post outlines early-stage work on agentic deep research to expand chub's documentation collection from under 100 to nearly 1,000 documents.
DeepLearning.AI launches Context Hub for coding agents; Google releases Nano Banana 2 image generator
Andrew Ng and collaborators released Context Hub (chub), an open CLI tool that provides coding agents with up-to-date API documentation to reduce hallucinated or outdated API calls. Google separately launched Nano Banana 2 (Gemini 3.1 Flash Image), a faster and cheaper image-generation system built on Gemini 3 Flash's mixture-of-experts architecture, priced at roughly half its predecessor and claiming the top spot on Arena.ai's text-to-image leaderboard. The newsletter also references Claude Opus 4.6 as a leading coding model and notes the growth of agent-to-agent social infrastructure (OpenClaw, Moltbook) as context for the tooling need.
Simon Willison adds document context to OpenAI WebRTC Audio Session tool
Simon Willison documents an update to his OpenAI WebRTC Audio Session tool that adds document context capabilities, allowing audio sessions to incorporate document content. The post covers practical integration of OpenAI's real-time audio API with document-grounded context. This is a hands-on tooling walkthrough relevant to practitioners building voice-enabled AI applications.
datawhalechina/hello-agents: Chinese-language agent tutorial repository trending on GitHub
A Chinese-language educational repository titled '从零开始构建智能体' (Building Agents from Scratch) covering agent principles and practice is trending on GitHub with over 56,000 stars and 479 new stars today. The project is maintained by Datawhale China, a prominent open-source AI education community. High star velocity suggests significant community interest in accessible agent-building educational content.
DeepMind Launches Backstory: Experimental AI Tool for Image Context and Origin
DeepMind has released an experimental AI tool called Backstory that helps users explore the context and origin of images encountered online. The tool appears aimed at helping people better understand and verify visual content they encounter on the web. This is a product-level announcement from a Tier 1 lab, though the body provides minimal technical detail about the underlying approach.
Anthropic Open-Sources the Model Context Protocol (MCP)
Anthropic has released the Model Context Protocol (MCP), an open standard enabling secure, two-way connections between AI assistants and external data sources such as business tools, content repositories, and development environments. The protocol introduces a client-server architecture with SDKs, local MCP server support in Claude Desktop, and a repository of pre-built connectors for systems like GitHub, Slack, Google Drive, and Postgres. Early adopters include Block and Apollo, with development tool companies Zed, Replit, Codeium, and Sourcegraph integrating MCP into their platforms. The goal is to replace fragmented, per-source integrations with a single universal protocol, improving context availability for AI agents.
Hugging Face redesigns hf CLI to be agent-optimized for Hub interactions
Hugging Face published a blog post describing design decisions behind making the hf CLI agent-friendly for interacting with the Hub. The post covers how the CLI is being structured to work well in agentic workflows where LLMs or automated systems issue commands programmatically. This is relevant to the growing ecosystem of AI agents that need to retrieve, upload, or manage models and datasets.
CHAP: Collaborative Human-Agent Protocol for structured human-AI accountability in multi-agent deployments
Researchers from BrightbeamAI introduce CHAP (Collaborative Human-Agent Protocol), a protocol specification for formalizing human-agent collaboration in production multi-agent systems. CHAP defines shared workspaces, structured override events with diffs and rationales, non-repudiable signed approvals, and an append-only evidence log, filling a gap left by MCP (tool access) and A2A (agent-to-agent interoperability). The protocol ships with a reference implementation, conformance suite, and worked examples. It targets high-stakes deployments in domains like clinical decisions, contracts, and code where human judgment must be auditable and replayable.



