02
Projects
CLI Agent
Sidekick (2026)
A command-line coding agent built in very few lines of Python. A learning project and art project that compresses the full architecture of tools like Codex and Claude Code into a single readable file: REPL loop, OpenAI tool calling, permission prompts, Unix-backed tools, memory, skills, and sub-task planning. Source here.
CLI Tool
Carryover (2025)
A command-line tool to extract Claude Code session data and generate portable handoff documents for use with ChatGPT and other LLMs. It parses session logs, generates structured markdown using local Ollama models, and includes automatic secret redaction for API keys and credentials. Source here.
Text Summarization
Summarizer (2014)
Extractive text summarization in Python using classic NLP + graph ranking. It ended up powering multiple Reddit bots. Source here