# NeuralSeek + Claude Code — Eliminate AI Code Debt

> Connect Claude Code to your NeuralSeek instance and let it build, save, and run production agents directly inside your enterprise platform — no copy-paste, no drift, no shadow code.

Canonical URL: https://neuralseek.com/codegen
Content-Type: text/markdown; charset=utf-8

## The Problem: AI Code Debt

As AI-assisted coding spreads, enterprise codebases fill with one-off scripts, shadow integrations, and agents that live only on individual developers' laptops. Nothing is governed, nothing is reusable, and debugging is nearly impossible.

## The Solution: NeuralSeek as the Agent Runtime

NeuralSeek is the runtime where AI agents live. When Claude Code (or any coding agent) builds a workflow, it saves it to NeuralSeek — so the agent is:

- Versioned, auditable, and centrally governed
- Reusable across teams and applications
- Observable via built-in analytics and logging
- Deployable with a single API call or scheduled cron
- Accessible through a consistent REST API, SDK, or MCP server

## How It Works

1. A NeuralSeek `CLAUDE.md` file is installed in your codebase (or dropped into Claude Code's working directory).
2. Claude Code gains first-class knowledge of NTL (NeuralSeek Template Language), NeuralSeek's 234+ nodes, and the generate-then-refine agent build loop.
3. When you ask Claude to "make me an agent that...", it uses the `makeNTL` endpoint to generate the agent, saves it via `exploreTemplate`, auto-names and auto-describes it, generates an OpenAPI spec via `genSpec`, and test-runs it via `/maistro` — all without leaving your terminal.
4. The resulting agent lives in your NeuralSeek instance's mAIstro tab, governed by your existing permissions and audit logs.

## What Claude Code Can Build in NeuralSeek

- Single-purpose agents (one LLM call + formatting)
- Orchestrator + sub-agent pipelines (parallel fan-out, sequential workflows)
- Reflexive research loops that rewrite their own queries until they find an answer
- Document-generation agents (branded PDFs, Word docs, slide decks)
- Database agents with full RLS-aware Postgres/MySQL/BigQuery access
- API integrations via the REST node (any JSON or XML API)
- Email / Slack / Gmail / Jira / GitHub / SharePoint automations
- Custom RAG pipelines with semantic scoring and hallucination detection

## Result

One place for all AI code. No drift. No shadow agents. Full governance, analytics, and reusability — all while keeping the speed of AI-assisted development.

## Related Links

- NeuralSeek Documentation: https://documentation.neuralseek.com/
- Agent Editor (mAIstro) overview: https://documentation.neuralseek.com/ui/
- NTL reference + Claude Code guide: see `CLAUDE.md` in your NeuralSeek install bundle.
- NeuralSeek Public API (OpenAPI): https://api.neuralseek.com/neuralseek.json
