Articles & Write-ups
Technical deep dives, tutorials, and explorations.
Architecting the Personal Agentic Shell
A deep dive into the design principles and technical implementation of a terminal-first agentic user interface.
The Mathematics of Neural Search
A deep dive into the mathematical foundations of vector embeddings, cosine similarity, and the orchestration of retrieval-augmented generation.
The Silicon Ethos: Why I Build in Public
Beyond the code: an exploration of the intersection between artificial intelligence, personal agency, and the ethics of silicon-based cognition.
Zero-Flash Optimizations for Next.js
How to eliminate the blank white page flash and achieve sub-500ms perceived boot times in modern web applications.
Math & Equations Deep Dive
Verifying LaTeX rendering with remark-math and rehype-katex. Covers inline math, block equations, and matrices.
On the Performance of Agentic Workflows in Distributed Environments
A deep dive into the latency trade-offs and consistency challenges when deploying autonomous LLM agents across network boundaries.
Building Sentinel: A Distributed Tracing Engine in Rust
How we replaced our sluggish APM with a custom Rust-backed ingest pipeline capable of chewing through 50k spans per second.
React Compiler: De-mystifying Forget and its Impact
Say goodbye to useMemo and useCallback. How the React Compiler transforms your declarative UI into highly optimized DOM mutations.
mermaid-test
Mermaid Rendering Test This post tests the custom client-side <Mermaid /> component. Flowchart — Login Flow <Mermaid chart="graph TD A...