Festus
Koech
Building intelligent systems that ship.
Three years of production AI — agentic pipelines, voice infrastructure, RAG systems, and the backends underneath. Built from scratch, running in the real world.
agent = create_react_agent(
llm=ChatAnthropic(
model="claude-sonnet-4-6"
),
tools=[search_tool, memory_tool],
checkpointer=MemorySaver()
)
result = agent.invoke({
"messages": [
HumanMessage(
content="Generate curriculum"
)
]
})"I don't build AI layers on top of existing software. I build complete systems from scratch and make them work in the real world."
Co-founder of Elimika AI - shipping production AI systems that serve real users at scale. From adaptive learning pipelines to real-time exam supervision handling 500 concurrent sessions.
Builder of open-source infrastructure: Voicekit for self-hosted voice agents, OpenSearch Engine for zero-cost agent search, and OpenStore for multi-tenant file management - tools built because the right ones didn't exist.


Computer Science at CUEA, Data Science at Martial Jenga Labs, Software Development at Modcom. Certified in AI Agents, Claude Code and Claude AI Skills by Anthropic, plus LangGraph and Deep Learning.
