logoalt Hacker News

luca-ctxtoday at 2:43 PM1 replyview on HN

Yes. The important distinction is that ctx sits above the agent harness, not above the raw model APIs.

With something like Cursor, you can use models from OpenAI, Anthropic, etc, but they still run through Cursor’s own agent harness.

With ctx, you bring the existing harness itself — Copilot, Claude Code, Codex, and so on — and it keeps its own auth/billing/session model. ctx is the layer around that: worktrees, review, runtime boundaries, merge queue, etc.


Replies

mattv8today at 3:45 PM

Thanks for the response. I'll definitely give ctx a try.