Posts
All the articles I've posted.
AI Engineering Fundamentals: From Tokens to Agents
Published: at 10:00 AMA new 8-part series covering the complete AI engineering stack: tokenization, embeddings, attention, generation, retrieval, RAG, agents, and evaluation. No hand-waving, just mechanics.
API-Driven UI Configuration: Stop Hardcoding Your Dashboard
Published: at 10:00 AMEvery dashboard has summary cards. Most teams hardcode them. Product wants to add a card? Deploy frontend. We made it API-driven.
Configuration-Driven React Components: One Component, Many Use Cases
Published: at 10:00 AMYou build a data table for Users. Then Products. Then Orders. Copy-paste leads to drift. Too many props leads to chaos. We found the middle ground: configuration-driven components.