~/blog

Articles & Write-ups

Technical deep dives, tutorials, and explorations.

01

Architecting the Personal Agentic Shell

A deep dive into the design principles and technical implementation of a terminal-first agentic user interface.

2026-02-23·2 min readAIArchitectureNext.jsAgentic UI
02

The Mathematics of Neural Search

A deep dive into the mathematical foundations of vector embeddings, cosine similarity, and the orchestration of retrieval-augmented generation.

2026-02-23·2 min readAIMathVector SearchMachine Learning
03

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.

2026-02-23·2 min readOpen SourceAIPhilosophyEngineering
04

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.

2026-02-23·2 min readNext.jsPerformanceFrontendOptimization
05

Math & Equations Deep Dive

Verifying LaTeX rendering with remark-math and rehype-katex. Covers inline math, block equations, and matrices.

2026-02-21·1 min readmathkatextutorial
06

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.

2026-02-10·2 min read["ai""agents""distributed-systems""research"]
07

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.

2026-01-14·3 min read["rust""architecture""performance""observability"]
08

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.

2025-11-20·2 min read["react""frontend""compilers""performance"]
09

mermaid-test

Mermaid Rendering Test This post tests the custom client-side <Mermaid /> component. Flowchart — Login Flow <Mermaid chart="graph TD A...

1980-01-01·1 min read