RB

$ cat projects/neyo-ai-agent-engine.md

Neyo: AI Agent Engine

An agent that chains 65 tools in one conversation and streams the answer back while it works.

Role

AI & Full-Stack Engineer

Timeline

2 months

View Live Project
neyo-ai-agent-engine
Title card for the Neyo AI Agent Engine: a terminal window reading 'AI agent engine, 65 tools, SSE streaming'

Overview

Production AI SaaS platform: a Claude-powered agent engine in Rails plus the full React/TypeScript frontend, built end to end in 2 months.

The problem

The product needed an agent that could chain dozens of tools without falling over, stream its responses in real time, and connect to a user's third-party accounts, all without LLM costs eating the margin.

What I built

Built a Claude-powered agent with 65 custom tools, multi-step tool orchestration, and real-time SSE streaming, plus a multi-platform activation pipeline whose 10 OAuth integrations connect a user's third-party accounts on their own.

Results

Cut LLM API costs about 90% with prompt caching, context compaction, and multi-model routing: Sonnet for the agent loop, Haiku for the light work.

Tech stack

  • Rails
  • React
  • TypeScript
  • Claude API
  • SSE
  • OAuth
  • PostgreSQL