A collection of deep dives on various topics, organized by date.

Research Topics

2026

DateTopicDescription
2026-03-07Claude CodeAnthropic’s agentic CLI coding tool — architecture, features, configuration, workflows, and SDK
2026-03-08MLIR for Hardware DesignHLS with MLIR (Calyx, Dynamatic, ScaleHLS), CIRCT dialects, progressive lowering to RTL, ESI, and real-world adoption
2026-03-25Transformer VMAnalytically-constructed transformer that simulates a WebAssembly VM — computation graph DSL, MILP scheduling, O(log n) hull cache, and Futamura projection
2026-04-09Claw Code AgentPython reimplementation of Claude Code’s agent architecture — local models, zero dependencies, 60+ tools, plugin system, MCP runtime, and bash security
2026-04-09OpenAI Codex CLIOpenAI’s open-source coding agent — Rust crate architecture, sandbox system (Seatbelt, Bubblewrap, Landlock), execution policy engine, and Ratatui TUI
2026-04-10Pi MonoAI agent toolkit monorepo — unified LLM API with 17 providers, two-loop agent runtime, coding CLI with JSONL session trees, differential-rendering TUI, and context compaction