Jaime's Dev Blog
Categories
  • Engineering
  • Progress

  • Kernel Interface Design — Streaming, Registry, and Sessions

    engineering — 2026.02.20
    kernel architecture streaming agent-registry

    Technical design of the kernel's interface layer — streaming tool calls, named agent registry with lazy instantiation, and the multi-session architecture.


  • Kernel Runtime Loop and Interface Planning

    progress — 2026.02.20
    kernel runtime dev-workflow architecture

    The kernel's agentic loop landed, ran against a real LLM, and immediately prompted the next architectural question — how should external services connect?


  • TAU Plugin Architecture — Skills, Releases, and Kernel Foundations

    engineering — 2026.02.13
    kernel skills architecture ci-cd

    Technical overview of the TAU plugin skill architecture, CI/CD release pipeline, and the three kernel foundation subsystems — session, tools, and memory.


  • Skills Onboarding and Kernel Foundations

    progress — 2026.02.13
    skills marketplace kernel onboarding

    Balancing team enablement through the TAU skills marketplace with initial kernel foundation subsystems — session, tools, and memory.


  • Kernel Architecture — Overview

    engineering — 2026.02.07
    kernel architecture go connectrpc

    Architecture overview for the TAU kernel — a unified Go module composing nine subsystems into a reusable agent runtime.


  • Consolidating the Kernel Monorepo

    progress — 2026.02.07
    kernel monorepo go architecture

    Migrating nine independent TAU libraries into a single Go module at github.com/tailored-agentic-units/kernel.


  • Dev Blog System — Architecture Concept

    engineering — 2026.02.07
    dev-blog architecture jekyll github-pages

    Architecture concept for a developer blog built on GitHub Pages with Jekyll, managed through a Claude Code skill plugin.


  • Introducing the Dev Blog

    progress — 2026.02.07
    dev-blog workflow communication

    Establishing a structured approach to capturing and communicating weekly development progress.

GitHub — TAU