Skip to content
Back to blog

Hello World

1 min read

Hello World

This is the first post on my blog. I'll be writing about the things I work on day-to-day: agent architectures, knowledge graphs, LLM orchestration, and the messy reality of shipping AI systems to production.

What I'm working on

Right now I'm deep in the world of agentic AI — building systems where language models don't just generate text, but plan, reason, and take actions autonomously. At TheAgentic.AI, I've been architecting:

  • Multi-agent web automation — agents that navigate, extract, and interact with web pages without brittle selectors or hardcoded flows
  • Knowledge graph platforms — hierarchical graphs in Neo4j that unify enterprise data and enable Graph RAG for contextual agent queries
  • Agentic search — search engines that decompose complex questions, retrieve from multiple sources, and synthesize structured answers

Why write about it

Most of the interesting problems in AI engineering aren't in the model — they're in the plumbing. Context management, agent coordination, error recovery, graph schema design, production reliability. These are the things I want to write about.

More posts coming soon.