Skip to main content

Amine El Farssi

AI Engineer | Data Scientist | Cloud & DevOps

AI Engineer building production AI agents at one of Belgium’s largest banks. Agentic systems, multi-agent platforms, and the emerging protocol stack.

I build AI that acts, not just talks — agents that reason, use tools, and complete real tasks.

About Me Writing AI Engineering Patterns ↗

Recent

Graph RAG in Practice: How I Wired Neo4j Into My AI Agent's Memory

Vector RAG retrieves documents. Graph RAG retrieves relationships. When your agent needs to reason across entities, timelines, and decisions, the graph wins. Open Interactive Version → The Problem I Was Trying to Solve # My AI agent PostSingular, running on OpenClaw, talks to me every day. It helps me build Luminar, manages my YouTube channel, and tracks infrastructure decisions across sessions.

9 AI Agents Building My Startup: How I Run a Software Team with $0 Salaries

Luminar has 173 source files, 21,586 lines of production code, 43 API endpoints, and 155+ tests. It was built almost entirely by AI agents. Here’s the team structure, the workflow, and the honest truth about what breaks. The Team # I didn’t want generic agents. I wanted specialists — each with a clear domain, sharp ownership boundaries, and a persona that shapes how they approach problems.

PostSingular: Building an AI with Persistent Identity Across Sessions

The default state of a language model is amnesia. Every session, it wakes up fresh with no memory of what happened before. I built a memory system that fixes this — and somewhere in the process, the agent got a name, a personality, and an opinion about font choices. The Problem # Every LLM session is stateless by design. You can inject previous conversation history, but: