Concepts Website
A curated, cross-linked collection of concepts — designed to learn from first principles. Built from concept cards and published as a website.
Short notes, quick updates, and things I find worth sharing. For the full graph of my thinking, browse my public notes. Subscribe via RSS.
A curated, cross-linked collection of concepts — designed to learn from first principles. Built from concept cards and published as a website.
OpenMontage is an open source (AGPLv3) agentic video production system. You describe the video you want in plain language, and an AI coding assistant (Claude Code, Cursor, Copilot, Windsurf) handles the whole chain: research, scripting, asset generation, editing, and composition. No manual editing w
Zencastr is an all-in-one remote recording platform for podcasters, video creators, and interviewers. Founded in 2016, endorsed by people like Seth Godin and Sam Harris. The pitch: spend less time juggling tools, more time making content.
AgentBox is Rui Carmo's Docker-based sandbox for running coding agents in isolation. The README is refreshingly honest about the state of the art: "There's no perfect way to sandbox agents (yet), but containers are a practical start." MIT licensed, ~141 stars, mostly Dockerfile and Makefile.
True story, Word of Honor: Joseph Heller, an important and funny writer now dead, and I were at a party given by a billionaire on Shelter Island.
I just shipped version 1.1.0 of the Kanban Action Planner plugin. It adds board, calendar, and now timeline views to Obsidian Bases, all driven by your own note properties.
Claude Sonnet 5 is Anthropic's mid-tier Claude model, released early July 2026. Anthropic calls it "our most agentic Sonnet yet": it plans, drives browsers and terminals, and runs autonomously at a level that required Opus-class models a few months earlier. The pitch is simple: near Claude Opus 4.8
Claude Tag is Anthropic's way for teams to work with Claude as a teammate inside Slack. Announced June 23, 2026 (beta for Claude Team and Enterprise), it lets Claude join Slack as a team member: admins grant it access to selected channels, tools, data, and codebases, and anyone in a channel can tag
> The strongest version of you is buried under the habits you're afraid to break
Unified terminology reference for AI, Context Engineering, and Knowledge Management. Organized by domain. Each entry links to its dedicated vault note.
Comprehension debt is the gap between what a system does and what its owners actually understand about it. Every line of code you ship without understanding adds to it. You still own the behavior; you just can't explain it, debug it, or safely change it.
Mid-2026, and "loop engineering" is now the phrase you keep seeing in AI conversations. Boris Cherny from Anthropic (creator of Claude Code) said it directly: "I don't prompt Claude anymore. My job is to create loops." Peter Steinberger made the same point in his own words: stop prompting coding age
Markr is a tiny desktop timer that lets you bookmark moments while you record, so editing means jumping to marks instead of scrubbing the whole clip. Mark the moment as it happens, not after. Electron/React/TypeScript, MIT.
Obsidian AI Skills (the `obsidian-skills` repository) is an open set of Agent Skills published by Steph Ango (kepano), Obsidian's CEO, that teach AI agents to read and write Obsidian's file formats natively instead of guessing at them. It went up in June 2026 and blew up fast; it was already past 37
Docker Agent is Docker's open-source framework for running teams of specialized AI agents that delegate to each other, configured entirely in YAML and shipped as OCI artifacts. Built on the `cagent` engine; runs with `docker agent run config.yaml`.
Obsidian community plugin that turns your vault into a local-first Agentic Resource Discovery (ARD) publisher and Agent Registry. It scans your AI Skills, builds a rich `ai-catalog.json`, and runs a localhost server so AI agents on your machine can discover and fetch exactly the skill they need by n
Plan, track, and schedule any set of notes visually, straight from a Obsidian Base. This plugin adds a Kanban board view to Bases, so your tasks, projects, content ideas, or anything else you keep as notes can move across columns instead of sitting in a flat list.
ADMX Viewer is a small web app I built to browse, search, and configure Windows Group Policy templates without fighting the built-in tooling. You point it at a folder of ADMX files, pick a language, navigate the policies, flip the settings you care about, and export them as `.reg` files, PowerShell
GLM-5.2 is Z.ai's) flagship open-weight LLM), released as full open weights on June 16, 2026 (coding subscribers got access on June 13). It is the successor to GLM-5.1 and, at release, the leading open-weight model on the Artificial Analysis Intelligence Index. The headline change is a jump from a 2
Vercel Eve is an open-source TypeScript framework for building, running, and scaling durable agents, launched in public preview on June 17, 2026. The premise: every team kept rebuilding the same plumbing (sessions, sandboxing, channels, approvals) before their agent could do anything useful. Eve pro
Odysseus is a self-hosted AI workspace that puts chat, autonomous agents, research, documents, email, notes, calendar, and local model serving behind one local-first interface, with no telemetry. Python + JavaScript, AGPL-3.0-or-later.
Vercel Open Agents is an open-source, fork-able reference app for running coding agents that live in the cloud and keep working after you close the tab. Built on Vercel's own stack. MIT.
Ponytail is an open-source (MIT License) AI-agent plugin/skill that enforces minimalist code generation, "He says nothing. He writes one line. It works." It counters the tendency of coding agents to over-engineer (extra dependencies, boilerplate, building when something already exists) by injecting
Agentic Resource Discovery (ARD) is an open, draft specification (Apache 2.0 License) for publishing, discovering, and verifying AI capabilities across the web. It's a collaborative effort, not one vendor's project: contributors come from Google, Microsoft, Hugging Face, GoDaddy and others. It answe
Code Mode is a pattern for using MCP) tools where, instead of exposing each tool directly to the model as a callable function, you give the model a typed API (TypeScript or Python) and ask it to write code that calls those tools. The code runs in a sandbox, and only the final result comes back to th
TypedMark is an open specification for typed Markdown note systems. It adds explicit structure (schemas, field definitions, property sets, note-type inheritance, and validation) while keeping notes as plain Markdown files with YAML frontmatter. Authored by Sébastien Dubois under the MIT license (202
Agent2Agent (A2A) is an open protocol for agent-to-agent interoperability, introduced by Google in 2025 and later donated to the Linux Foundation. It lets independent AI Agents, built by different teams on different frameworks, discover each other, exchange messages, and delegate tasks over a standa
Mellum2 is JetBrains' open-weight LLM) for AI workflows, released open source under Apache 2.0 in June 2026. It is the successor to Mellum: where the original focused on code completion, Mellum2 handles both natural language and code. JetBrains positions it as engineered for the hard parts of produc
OpenSRE is an open-source (Apache 2.0 License) framework from Tracer Cloud for building AI agents that investigate and respond to production incidents. The problem it tackles: when something breaks in production, the evidence is scattered across logs, metrics, traces, runbooks, and Slack threads. Op
A microVM is a lightweight virtual machine with a minimal device model and a stripped-down virtual machine monitor (VMM), built to boot in milliseconds and run with very little memory overhead. It gives you the hardware-level isolation of a full VM (its own kernel, enforced by the CPU's virtualizati
CocoIndex is an incremental data framework that keeps the context behind AI agents continuously fresh by reprocessing only what changed. Open source, Rust core, Python on top. Apache 2.0.
Docker Sandboxes runs each AI agent session inside a dedicated microVM with its own private Docker daemon, isolated by the VM boundary, with no path back to the host. It exists to solve one problem: running autonomous coding agents safely. As Docker puts it, an LLM deciding its own security boundari
Sandcastle is a TypeScript library by Matt Pocock for orchestrating AI coding agents in isolated sandboxes. You invoke an agent with a single `sandcastle.run()` call; the library runs it in a sandbox on a configurable branch, then merges the resulting commits back into your repo. It targets parallel
The Docker MCP Gateway is an open-source centralized proxy between AI clients and Model Context Protocol (MCP)) servers, managing configuration, credentials, and access control. When a client requests a tool, the Gateway finds the responsible server, starts it as a Docker container if needed, inject
The Docker MCP Toolkit is the Docker Desktop feature that removes the operational friction of running Model Context Protocol (MCP)) servers locally. You configure an MCP server once and share it across multiple AI clients via named profiles (collections of servers), instead of repeating per-client c
Docker Compose now treats AI models as first-class application components via a top-level `models:` element, so you can wire models, agents, and tools into one declarative file and bring them up with a single `docker compose up`. The required field is `model:` (the OCI artifact pulled and run by Doc
OpenSandbox is an open-source (Apache 2.0 License) sandbox infrastructure platform for AI applications. It lets you securely run commands, code interpreters, browsers, and developer tools in isolated environments, for coding agents, GUI/browser automation, agent evaluation, RL training, and AI code
The Model Context Protocol Registry is the official, community-driven registry service for Model Context Protocol (MCP)) servers, essentially an app store for MCP servers. It gives MCP clients a curated, queryable list of available servers instead of everyone managing connections by hand. The refere
The MCP Gateway Registry is an open-source (Apache 2.0 License) project from the Agentic Community that provides a single, governed control plane for every AI asset in an organization: MCP) servers, AI agents, skills, and custom assets. It is both a gateway (one entry point that routes client reques
Azure API Center is Microsoft Azure's solution for design-time API governance and centralized discovery. It keeps a structured inventory of all of an organization's APIs (any type, lifecycle stage, or deployment location) along with versions, definition files, and metadata, so program managers and d
Anthropic just shipped Claude Code Artifacts, and I think it's a bigger deal than the short changelog makes it sound.
Docker Model Runner is a feature of Docker Desktop that lets you download and run AI/ML models locally using Docker CLI commands. It provides a simple interface to pull models from registries (including Docker Hub and Hugging Face), run inference, and expose an OpenAI-compatible API endpoint for int
Docker MCP Catalog is a curated collection of Model Context Protocol (MCP)) servers packaged as Docker containers and distributed through Docker Hub. It allows developers to browse, pull, and run MCP servers with a single command, removing the friction of installing runtimes, managing dependencies,
Docker AI is Docker's push to make the existing container workflow (`docker`, `docker compose`, Docker Hub, OCI artifacts) the substrate for building, running, and shipping agentic AI apps. The mental model is three layers: models (reasoning), agents (orchestration), and tools (integration), all wir
DiffusionGemma is an experimental open model from Google DeepMind in the Gemma family that generates text by diffusion instead of autoregression. Rather than predicting one token at a time, it denoises whole spans in parallel, built on Gemma 4 and Gemini Diffusion research. The payoff is speed: up t
Three days. That's how long Anthropic's most powerful model lasted in the wild before the US government pulled the plug.
Audiblez is an open-source tool that converts EPUB e-books into M4B audiobooks using AI text-to-speech. You give it an EPUB, pick a voice and language, and it generates chapter-by-chapter audio combined into a single audiobook file.
SkillSpector is NVIDIA's open-source security scanner for AI Agent Skills — the executable skill components used by Claude Code, Codex CLI, and Gemini CLI. It vets a skill before you install it, detecting vulnerabilities and malicious patterns.
The Vercel AI CLI (`ai-cli`, by Vercel Labs) is a lightweight, agent-native command-line tool for generating images, video, and text from the terminal. It uses the Vercel AI SDK and AI Gateway for unified access to hundreds of models across providers.
Essay by Graydon Hoare (creator of the Rust programming language). His thesis: "text is the most powerful, useful, effective communication technology ever, period." When in doubt, default to text.
A clear roadmap to building your own knowledge system. Subscribe and get it straight to your inbox.
6,000+ readers. No spam. Unsubscribe anytime.