Skip to content
View zircote's full-sized avatar

Highlights

  • Pro

Organizations

@hmhco

Block or report zircote

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

zircote

GitHub Followers Public Repos LinkedIn Blog


About

Robert Allen is a systems/platform engineer, open source maintainer, and sheep and poultry farmer in Farmville, Virginia. By day, he drives infrastructure automation for a major education technology company. By evening, he builds developer tools that solve real problems in technology and agriculture — and somehow also runs a regenerative pasture farm.

Focus Areas

  • AI Memory Systems — Building structured, persistent memory for AI agents: subcog and mnemonic
  • Open Standards for AI Tooling — Authoring the MIF specification to make AI memory portable and interoperable
  • Agentic Workflows — GitHub Agentic Workflows (gh-aw) for autonomous, event-driven repository operations at scale
  • Supply-Chain Security — Signed, SLSA-attested, fail-closed-verified release pipelines (cosign, SBOM, provenance) as reusable org workflows
  • AI-Assisted Development — Claude Code plugins, agents, and multi-agent orchestration
  • DevOps & Platform Engineering — Infrastructure automation, CI/CD, AWS architecture

Open Specifications

Memory Interchange Format (MIF) — Portable AI Memory

The AI memory ecosystem is fragmented — Mem0, Zep, Letta, and others all use proprietary schemas with no interoperability. MIF defines a common data model with dual representations: human-readable Markdown (Obsidian-compatible) and machine-processable JSON-LD, with lossless conversion between them. Three conformance levels scale from a 4-field core to full bi-temporal provenance, decay, and embeddings, with migration guides from the major memory systems.

Status: v0.1.0-draft • SpecificationGitHub


Memory, Ontology & AI

The intersection of cognitive science and AI systems presents a compelling question: how do we build AI that remembers meaningfully? Human memory isn't a tape recorder — it's a constructive process where our mental models (ontology) shape what we encode, and our memories reshape how we understand the world.

The Recursive Loop: How Memory and Ontology Shape Our Reality

MIF grew directly from this research, the product of five-plus iterations on memory systems — subcog and mnemonic are its public expressions. Alongside them, I'm writing an academic paper measuring memory system impact across LLM models; one early finding is how much variance exists in structured recall between models in ways general benchmarks don't predict.


Featured Projects

subcog — Persistent Memory for AI Coding Assistants

A Rust memory system that captures decisions, learnings, and context from coding sessions. Hybrid search (semantic + BM25), MCP server integration, SQLite persistence with a knowledge graph, and proactive memory surfacing. Its filesystem-native sibling, mnemonic, is a pure MIF Level 3 implementation — no dependencies, just markdown files and git.

rlm-rs — Recursive Language Model CLI

A Rust CLI implementing the RLM pattern (arXiv:2512.24601) for Claude Code — process documents 100x larger than the context window through intelligent chunking, SQLite persistence, and recursive sub-LLM orchestration. Ships with a companion plugin.

nsip — Sheep Genetic Evaluation CLI & MCP Server

A Rust CLI and MCP server for the National Sheep Improvement Program database — 400,000+ animals with EBVs, pedigrees, and performance data. Provides breeding intelligence: Wright's inbreeding coefficients, weighted trait ranking, mating recommendations, and flock summaries. nsip-example demonstrates GitHub4Farms — GitHub Issues as a farm record-keeping system with Copilot-powered genetic enrichment, accessible to farmers with no technical background.

Attested Delivery — Supply-Chain Security as Reusable Workflows

This organization's .github repo centralizes signed, SLSA Build L3-attested, fail-closed-verified container delivery: keyless cosign signatures, CycloneDX SBOMs, provenance attestations as OCI referrers, verification gates before any publish or deploy, and change-record-gated production promotion — all consumable by any repo as reusable workflows. It also runs 17 gh-aw agentic workflows for daily triage, standup, dependency housekeeping, and retrospectives across the org.


Active Projects

Last updated: 2026-06-11

Most Active Repositories

Ranked by recent contributions, community engagement, and development activity.

Repository Description Tech Activity
.github Organization shared workflows, policies, and community healt... Shell ✨ Active
nsip Sheep genetic evaluation CLI & MCP server -- search animals,... Rust ✨ Active
rlm-rs Rust CLI implementing the Recursive Language Model (RLM) pat... Rust 📈 Growing
adr Claude Code plugin for complete ADR lifecycle management wit... MDX 📈 Growing
subcog Persistent memory system for AI coding assistants. Captures ... Rust 📈 Growing
Rhubarb A PHP Celery Client Implementation PHP 📈 Growing
structured-madr Machine-readable Architectural Decision Records with YAML fr... MDX 📈 Growing
mnemonic Persistent filesystem-based memory system for Claude Code. P... Python 📈 Growing

Recently Created

  • copilot-review (JavaScript) - A Claude Code plugin that uses GitHub Copilot as the backend for code reviews an...
  • fastmcp-lro (Python) - Large Result Offloading for MCP servers. Writes oversized tool responses to JSON...
  • autoresearch (Python) - Autonomous skill improvement loop for Claude Code plugins — inspired by Karpathy...

Technology Stack

Languages        Rust | Python | TypeScript | Go
Infrastructure   AWS | Docker | Kubernetes | Terraform | GitHub Actions
AI Integration   Claude Code | GitHub Copilot | MCP Protocol
Supply Chain     cosign | SLSA | CycloneDX | OCI referrers
Specifications   MIF (mif-spec.dev)
Platforms        Linux | macOS | AWS (Solutions Architect certified)

Principles

  1. Developer Experience First - Tools should reduce friction, not add it
  2. Automation Over Documentation - Encode knowledge in code
  3. Open by Default - Share solutions that might help others
  4. Practical Over Perfect - Ship working software, iterate based on usage

Connect

  • GitHub Issues - For project-specific discussions
  • Pull Requests - The best way to propose changes
  • LinkedIn - Professional networking and collaboration

Pinned Loading

  1. structured-madr structured-madr Public

    Machine-readable Architectural Decision Records with YAML frontmatter, risk assessment, and audit trails. Includes GitHub Action validator and JSON Schema for CI/CD.

    MDX 7 1

  2. rlm-rs rlm-rs Public

    Rust CLI implementing the Recursive Language Model (RLM) pattern for Claude Code. Process documents 100x larger than context windows through intelligent chunking, SQLite persistence, and recursive …

    Rust 52 4

  3. mnemonic mnemonic Public

    Persistent filesystem-based memory system for Claude Code. Pure MIF Level 3 compliant memory storage with YAML frontmatter, bi-temporal tracking, and proactive hooks. No dependencies - just markdow…

    Python 14 4

  4. ccpkg ccpkg Public

    Open packaging format for AI coding assistant extensions -- one archive installs skills, agents, MCP servers, and hooks across any compatible tool.

    MDX 3

  5. MIF MIF Public

    Open standard for portable AI memory interchange — JSON-LD + Markdown dual format with W3C PROV provenance, bi-temporal tracking, entity relationships, and Obsidian-native support.

    MDX 7 2

  6. human-voice human-voice Public

    Detect and eliminate AI writing patterns in your content. This Claude Code plugin performs multi-tier analysis of character patterns, language cues, structural issues, and voice authenticity. Auto-…

    Python 6 1