SYSTEM Cited by 2 sources
Claude Code¶
Claude Code is Anthropic's coding-agent CLI, one of the tools Databricks' own engineers mix with Cursor, Codex, and others ("often using multiple tools at the same time") according to the 2026-04-17 coding-agent post.
Role on this wiki¶
Claude Code appears as one of the coding-agent clients a centralised AI gateway governs. Databricks' gateway page references "centralized tracing with MLflow" for Claude Code specifically — i.e. MLflow 3 GenAI tracing is the integration surface between Claude Code and the Databricks observability plane. See systems/unity-ai-gateway and concepts/coding-agent-sprawl for context.
Claude Code is also an MCP client; MCP servers, in the Databricks gateway framing, are policy objects governed alongside LLM traffic itself.
As the model behind vinext (2026-02-24)¶
In Cloudflare's vinext launch (rebuilding
Next.js from scratch in ~1 week for ~$1,100), Claude via
OpenCode is the model family that wrote
almost every line of the framework. The post explicitly names
the model capability jump — "earlier models couldn't
sustain coherence across a codebase this size. New models can
hold the full architecture in context, reason about how
modules interact, and produce correct code often enough to
keep momentum going. At times, I saw it go into Next, Vite,
and React internals to figure out a bug" — as one of the four
necessary preconditions for the rewrite to work at all
(concepts/ai-assisted-codebase-rewrite). Claude Code
appears in the post as one of the target AI coding tools the
cloudflare/vinext migration
skill supports (patterns/migration-as-agent-skill).
Seen in¶
- sources/2026-04-17-databricks-governing-coding-agent-sprawl-with-unity-ai-gateway — client under centralised gateway governance.
- sources/2026-02-24-cloudflare-how-we-rebuilt-nextjs-with-ai-in-one-week — canonical wiki instance of Claude-the-model-family's capability as the enabling precondition for an AI-assisted codebase rewrite.
Seen in¶
- sources/2026-04-17-databricks-governing-coding-agent-sprawl-with-unity-ai-gateway — referenced as one of the coding tools Databricks engineers mix simultaneously, with MLflow tracing integration called out.
Related¶
- systems/unity-ai-gateway.
- systems/mlflow — tracing integration.
- systems/model-context-protocol — client surface.
- concepts/coding-agent-sprawl.
- systems/cursor, systems/codex-cli, systems/gemini-cli.