EloPhantoEloPhanto
AI coding agent

A coding agent that runs the whole loop.

One code-generation pass is the easy part. EloPhanto handles the rest: it plans the work, loads your project's context, implements, runs the tests, reviews the result with a second model, and fixes what it finds.

Common jobs

Build a feature

Turn a product note or an issue into a scoped implementation with a test plan.

Fix a production bug

Trace the symptoms through the code, patch the real cause, and report exactly what changed.

Review and improve code

Put a second model on the implementation to catch risk, missing tests, and regressions.

From spec to reviewed code

It breaks a development request into work units, hands them to specialist agents in isolated worktrees, inspects the output, and keeps a review trail before it returns the result.

  • Feature implementation and bug fixing
  • Refactors with tests and compatibility checks
  • Frontend changes verified in a real browser

It learns your codebase

EloPhanto reads your files, docs, architecture notes, and its own past lessons, so the next task starts with everything your project has already taught it, instead of from scratch.

  • A persistent knowledge base it writes itself
  • Model routing across seven LLM providers
  • Specialist agents for parallel development work
Questions

Can EloPhanto work inside an existing repository?

Yes. It reads your project files, runs your tools, and remembers what your codebase has taught it, on your own machine or in the cloud.

Does it only write code?

No. It also drives browsers, files, email, and other tools around the code when the job calls for it.