Built an internal agentic AI workflow at my company — looking for technical + career feedback
I’m currently working as a recruiter, but over the past few months I’ve been building and deploying AI systems on the side.
Recently, I built an agentic AI setup that’s actually being used internally. It handles multi-step workflows (retrieval + reasoning + actions), with components like:
– Python orchestration
– LLM-based agents (tool calling)
– Vector DB + Neo4j for structured + unstructured retrieval
– Basic memory + decision chaining
It’s not perfect, but it’s solving a real use case inside the company (not just a demo project).
Now I’m trying to figure out my next move:
My current thinking:
– Startups → faster entry, more ownership, less barrier
– Consultancies → client exposure, structured work
– Product companies → harder entry, but deeper systems
Given that I already have some “production-ish” experience (even if small scale), what would you double down on?
More specifically:
– Should I go deeper into system design (agents, orchestration, infra)?
– Or focus more on fundamentals (ML theory, training, etc.) to be taken seriously?
– What gaps would you expect in someone coming from a non-tech background like mine?
Open to brutal feedback — both on the system and my approach.