firehose> #llmops

The Agentic Engineering Meta

TL;DR

Frontier models are already good enough for the tasks you throw at them, so the binding constraint has moved off model capability and onto the harness — context engineering and consistency — especially across teams. Jaymin West's "meta" is three provider- and harness-agnostic pillars that make agents reliable: agent rituals (fixed begin/middle/end steps declared in CLAUDE.md/AGENTS.md so every agent behaves the same way), a context substrate (an agent-first, structured — not markdown — queryable memory layer anchored to code sections, that agents prime before work and record learnings into; demoed as the mulch CLI), and planning (spend ~90% of attention up front; plan → decompose → validate → repeat; break work into atomic tasks for fresh context windows; template the plan and, when it fails, fix the plan/template rather than patch the code; demoed as the git-native seeds tracker whose sd plan decomposes a spec into child issues with blocks/blockedBy edges). The whole system is deliberately lightweight — "buildable in an afternoon, no servers, use the tools you already have." For teams, consistent rituals and a shared substrate are make-or-break because the real bottleneck at scale is variance across contributors, not the model.

Concepts introduced

Concepts touched (existing)

Held, not dropped

Key claims

Why this builds on the graph (and where it contradicts)

This is the second-brain / spec-driven / task-graph cluster seen from the agentic-coding practitioner angle, and it builds on it: it introduces two new named pillars (Agent Rituals, Context Substrate) and a working, CLI-backed implementation (mulch + seeds) for ideas the graph already held abstractly. It corroborates several existing stances from an independent source — CLI Tools over MCP Servers (agent-first stores are CLIs the agent drives), Agent Task Graph (sd plan's blocks/blockedBy decomposition), Spec-Driven Development (plan-first, effort front-loaded), and Agentic Simplicity ("no fancy tools, build it in an afternoon").

The high-value tension is with AI Second Brain. That page's consensus — echoed by Agentic Simplicity — is that a knowledge store is "just files and folders… boring markdown is beautiful," portable and tool-agnostic because it's plain markdown. This talk argues the opposite for its substrate: markdown "becomes extremely difficult to maintain, gets outdated, and promotes creative writing," so structured data beats markdown. The contradiction is real but reconcilable on one axis — who reads the store. Nate Herk's second brain is read by humans and agents, so portable markdown wins; Jaymin West's substrate is agent-only, machine-queried, so structured records win (he even concedes markdown "could work" as a substrate). The graph should hold both, split by reader — which is exactly why Context Substrate exists as a distinct page rather than being folded into AI Second Brain.

Illustrated walkthrough

Visual coverage of this capture is low: the largest un-illustrated stretch is ~303 s (t≈08:26→13:29, the entire Planning and Decompose/Template discussion), and a second ~240 s gap (t≈02:21→06:22) swallows the Structured Data Beats Markdown argument. Those sections are talking-head + slides; the frame sampler under-samples text-on-solid-background changes, so absence of a frame there is not absence of an on-screen slide — read those beats from the transcript, not from missing images. The demo sections (mulch, seeds) are well-covered and carry the concrete detail below.


Linked from