The Inference Report

March 18, 2026

The agentic framework wave is real, and it's fragmenting into specialized layers. Obra's superpowers and LangChain's deepagents are both hitting the charts because they solve a concrete problem: agents that need to reason, plan, and spawn subtasks fail badly without scaffolding. Superpowers packages the methodology alongside the code. Deepagents gives you the harness, planning tools, filesystem backends, subagent spawning, and lets you wire your own logic. These aren't competing so much as targeting different points on the abstraction spectrum. The friction point both address is that naive agent loops either hallucinate or get stuck; structured orchestration prevents that. CopilotKit's AG-UI Protocol suggests the next layer: if agents are going to be common, the UI layer needs to understand them natively. Claude HUD's dashboard approach, showing context usage, active tools, running agents, indicates developers want visibility into what their agents are actually doing, not just the final output.

Meanwhile, the supporting infrastructure is solidifying around knowledge representation and retrieval. Haystack's explicit control over retrieval, routing, and memory reflects a maturing understanding that RAG and agent systems need deterministic pipelines, not black boxes. GitNexus takes a different angle: client-side knowledge graphs that run in the browser eliminate the server dependency entirely, trading latency for privacy. SDV's focus on synthetic tabular data and Weights & Biases' production model management suggest teams are moving past experimentation and into the operational phase, they need to test on realistic data and track what's running where. The discovery of Whisper on Android and NaViT's vision transformer work indicates agents aren't just text-based anymore; multimodal reasoning and on-device inference are becoming table stakes.

Jack Ridley

Trending
obra/superpowers
93979

An agentic skills framework & software development methodology that works.

codecrafters-io/build-your-own-x
480449

Master programming by recreating your favorite technologies from scratch.

abhigyanpatwari/GitNexus
17144

GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration

langchain-ai/deepagents
14615

Agent harness built with LangChain and LangGraph. Equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - well-equipped to handle complex agentic tasks.

jarrodwatts/claude-hud
6073

A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress

cloudflare/workerd
7929

The JavaScript / Wasm runtime that powers Cloudflare Workers

thedotmack/claude-mem
37258

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

Crosstalk-Solutions/project-nomad
2046

Project N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.

lightpanda-io/browser
20604

Lightpanda: the headless browser designed for AI and automation

volcengine/OpenViking
14643

OpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving.

Daily discovery
CopilotKit/CopilotKitAI Agents
29498

The Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol

sdv-dev/SDVGenerative AI
3441

Synthetic data generation for tabular data

wandb/wandbMLOps
10917

The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.

deepset-ai/haystackRAG
24545

Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.

Q00/ouroborosPrompt Engineering
1472

Stop prompting. Start specifying.

gracezhao1997/Awesome-Video-World-Models-with-AR-DiffusionDiffusion Models
282

A Curated List of Awesome Video World Models with AR Diffusion: Covering Algorithms, Applications, and Infrastructure, Aimed at Serving as a Comprehensive Resource for Researchers, Practitioners, and Enthusiasts.

yyyanbj/arxiv-dailyFederated Learning
178

🎓 Automatically Update Some Fields Papers Daily using Github Actions (Update Every 12th hours)

mitchib1440/SpeakThatText-to-Speech
100

The world's most comprehensive notification reader for Android devices.

vilassn/whisper_androidSpeech Recognition
630

Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android

kyegomez/NaViTMultimodal
270

My implementation of "Patch n’ Pack: NaViT, a Vision Transformer for any Aspect Ratio and Resolution"