A collection of deep dives on various topics, organized by date.
Research Topics
2026
| Date | Topic | Description |
|---|---|---|
| 2026-03-07 | Claude Code | Anthropic’s agentic CLI coding tool — architecture, features, configuration, workflows, and SDK |
| 2026-03-08 | MLIR for Hardware Design | HLS with MLIR (Calyx, Dynamatic, ScaleHLS), CIRCT dialects, progressive lowering to RTL, ESI, and real-world adoption |
| 2026-03-25 | Transformer VM | Analytically-constructed transformer that simulates a WebAssembly VM — computation graph DSL, MILP scheduling, O(log n) hull cache, and Futamura projection |
| 2026-04-09 | Claw Code Agent | Python reimplementation of Claude Code’s agent architecture — local models, zero dependencies, 60+ tools, plugin system, MCP runtime, and bash security |
| 2026-04-09 | OpenAI Codex CLI | OpenAI’s open-source coding agent — Rust crate architecture, sandbox system (Seatbelt, Bubblewrap, Landlock), execution policy engine, and Ratatui TUI |
| 2026-04-10 | Pi Mono | AI 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 |