Claude Code CPH
01
The talk
A practical example of model-agnostic coding
How I switch between Claude, Codex, and Qwen on a DGX Spark without rebuilding the agentic setup each time.
The point is not to collect interfaces. The point is to build one working layer that can move between them. I want to show a concrete setup where the repo, the tools, and the expectations stay stable while the model backend can change.
01
Same repo
The work stays in the same project, not in three different workflows.
02
Same toolbox
Rules, tools, and prompt conventions live in one shared layer.
03
Three backends
Claude, Codex, and local Qwen are choices, not separate worlds.
Agnostic AI
one setup, several model backends