Welcome to the blog. I'm Gideon — I work as an AI engineering consultant, and this is where I'll be posting notes from the field: things I'm learning, patterns that worked, patterns that didn't, and the occasional rant.
What I'll write about
- Practical RAG: chunking, retrieval, evaluation
- LLM application architecture in production
- The boring-but-important parts: observability, cost, latency
- Occasional detours into anything else I find interesting
How to follow
Subscribe via RSS — no newsletter, no tracking, no sign-up.
// First post. There will be code.
export const greeting = "hello, world";More soon.