top | item 47199583

(no title)

taurath | 1 day ago

Wait really? I thought the models were basically the same with a wrapper.

What about warp, is that also just a wrapper?

discuss

order

muzani|1 day ago

There's a layer between your input and the model called an agent harness. It's the bit that guides the model how to traverse the file system, where to search, how the codebase is architected, how to navigate the monorepo.

When you say "Add a default $5 tip to the dialog screen titled 'Tip this waiter?'", what the harness does is supply information on where the strings are, the dialogs, and where the design style containing the PrimaryButton might be.

Cursor is excellent at this and probably pioneered the whole approach. Copilot hasn't really bothered to be more than a wrapper.

procinct|1 day ago

The models are the same. The agent implementation is different. I can confirm Claude Code performs much better than GH Copilot with the same Claude models.