BW / 2026 · Vol. 01 / Issue Nº 03 Filed under Code · Intelligence SF · NYC · Dallas EN

Adventures in code and language, curated.

Flagship AI & Dev Tooling

little-loops

A Claude Code plugin that turns Claude into a full development workflow engine — issue tracking, sprint planning, and FSM-based autonomous loops that drive multi-step development tasks. Ships with 21 commands and 8 specialized agents, published on PyPI.

00
little-loops
More Projects 12
Voice & Agents 3
01
blender-agents
blender-agents

A production AI automation platform that runs Claude agents inside Blender for complex 3D tasks driven from natural language. A structured OODA loop autonomously executes 245 operations across 25 capability domains — modeling, rigging, materials, geometry nodes, and more.

02
lmc-voice
lmc-voice

A production-grade, self-hosted real-time voice AI assistant. WebRTC audio in, streaming LLM, and tool execution across four provider categories — runs fully offline or against cloud providers, with enterprise monitoring across the stack.

07
swan
swan

A lean Python multi-agent framework (~1,200 lines) that scales from a single CLI process to distributed Celery workers without changing agent code. BAML-typed LLM contracts replace stringly-typed outputs, and Microsandbox isolates execution.

AI & Dev Tooling 3
03
deep-codebase
deep-codebase

A CLI tool that uses Tree-sitter parsing and Claude AI to extract working implementations and map architectures from any open-source codebase. Produces byte-accurate snippets, dependency chains, and integration notes — built for developers who need code, not documentation.

08
graphrag-claude-code
graphrag-claude-code

A fork of Microsoft's GraphRAG that swaps the OpenAI API for the Claude CLI as the model backend, with local embeddings via Ollama. Integrates as a pure adapter through GraphRAG's official ModelFactory API — no core framework code modified.

12
claude-loop
claude-loop

An early automated Claude Code agent inspired by self-directing AI research, exploring whether Claude could autonomously loop on a task without step-by-step guidance. The direct precursor to little-loops.

Infrastructure & Dev Environment 3
04
mission-control
mission-control

The central coordination repository for home network, homelab, cloud services, automation, and dev environment configuration. Single source of truth that makes the entire stack reproducible and auditable.

05
MC-Vault
MC-Vault

A custom Obsidian knowledge base built on a hybrid LYT/PARA structure. 39+ automation scripts and 11 background macOS services continuously sync the vault with GitHub activity, Raindrop bookmarks, and Claude Code sessions.

06
dotfiles
dotfiles

A cross-platform development environment framework managed with GNU Stow — every tool from terminal emulator to shell prompt is tuned together with a unified Gruvbox theme, conflict-resolving install, and a sub-50ms shell startup target.

Hardware & Electronics 1
09
Blubry
Blubry

A smartphone-to-hardware bridge that turns a standard 3.5mm TRRS headphone jack into a bidirectional communication channel between phones and custom electronics. The phone's own audio codec, FFT, and mic input replace Bluetooth or USB drivers for rapid hardware prototyping.

Game AI 2
10
UntieAI
UntieAI

A C# Utility AI framework for Unity that replaces behavior trees and FSMs with a composable scoring pipeline. Pairs with an Influence Mapping layer for spatial reasoning so agents weigh regions of the world, not just direct object relationships.

11
UntieAnimation
UntieAnimation

A Unity animation framework that decouples AI decisions from animation logic. The agent emits named actions; physics-aware blending, predictive transitions, and editor-driven configuration handle everything that follows.