The Inference Report

June 22, 2026

Agents and long-term memory are consolidating around structured knowledge graphs and skill inventories. Deer-Flow and Cognee represent the emerging pattern: autonomous systems need persistent state across sessions, not just prompt-level context windows. DeusData's codebase-memory-mcp takes this further by indexing code as a queryable knowledge graph, reducing token overhead by 99 percent and returning results in sub-millisecond time. The practical win here is obvious, agents that can reason over their codebase without burning context tokens on raw file contents. Anthropic-Cybersecurity-Skills and mattpocock's skills repository show the flip side: frameworks standardizing how agents discover and invoke capabilities. Both repos map skills to formal threat models or engineering domains, making agent behavior auditable and composable rather than buried in natural language prompts.

Video production tooling is fragmenting between AI-first and design-first approaches. OpenMontage positions itself as agentic, offering 52 tools and 500 agent skills to orchestrate production workflows. Palmier-Pro takes the opposite stance, a native macOS editor designed for human-AI collaboration in video editing itself. Penpot's dominance in design tools shows that open-source alternatives to proprietary SaaS gain traction when they preserve the core workflow users expect, not when they try to reinvent it. The broader signal: developers are building infrastructure for AI agents to operate on creative tasks, but the UI layer still matters. Agents need scaffolding, and that scaffolding either integrates into existing tools or replaces them entirely, there's little middle ground.

Jack Ridley

Trending
palmier-io/palmier-pro
6216

macOS video editor built for AI

calesthio/OpenMontage
9985

World's first open-source, agentic video production system. 11 pipelines, 49 tools, 400+ agent skills. Turn your AI coding assistant into a full video production studio.

tursodatabase/turso
21015

Turso is an in-process SQL database, compatible with SQLite.

penpot/penpot
52535

Penpot: The open-source design tool for design and code collaboration

koala73/worldmonitor
58390

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

bytedance/deer-flow
72882

An open-source SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skills and subagents, it handles different levels of tasks that could take minutes to hours.

DeusData/codebase-memory-mcp
10832

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

mukul975/Anthropic-Cybersecurity-Skills
18042

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 26 security domains · Apache 2.0

smicallef/spiderfoot
18908

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.

topoteretes/cognee
18853

Knowledge Engine for AI Agent Memory in 6 lines of code