21h ago · 8 min read · I wanted a lightweight, powerful editor somewhere between Sublime and VSCode, with keyboard first elements inspired by Helix and Vim. The goal was to challenge myself to primarily code via LLM. I was
Join discussion
2d ago · 9 min read · I cloned the Codex repo and started reading. Not the README. Not the blog post. The actual Rust source under codex-rs/core/. After dissecting the architecture in my previous post, I wanted to answer a different question: how do you actually build a w...
Join discussion
2d ago · 6 min read · 71,700 stars. 5,006 commits. 665 releases. 94.7% Rust. When OpenAI dropped the full source code of Codex CLI under the Apache 2.0 license, I expected a thin wrapper around an API. What I found was a deeply engineered system with over 60 Rust crates, ...
Join discussion
Mar 16 · 9 min read · There's a rule every engineering team learns early: the person who writes the code does not review it alone. It seems obvious once you've shipped a few bugs that your own brain was too close to see. T
Join discussion