logoalt Hacker News

Aeolunyesterday at 12:17 PM3 repliesview on HN

Well, I’m glad I’m not using my google account for much any more.

Is OpenAI the only one that allows this? Because Codex without codex is fantastic.


Replies

fractorialyesterday at 12:35 PM

> Because Codex without codex is fantastic.

Seriously: I roll my own harness over OpenRouter and GPT 5.6, and it is genuinely better than CC+Fable for my maths and programming use cases.

The one thing Fable 5.1 still tops out on is the ability to take a simple "Let's engage in an interactive complexity-removing session" and materialize abstractions and semantics quickly.

dnauticsyesterday at 2:51 PM

You can wrap claude code in a harness without -p, it works fine. I think most of the concern was that -p resubmits the entire chat history on each prompt which is really bad for kv caching, and when Anthropic announced that they were ok with 3rd party harnesses that DO use -p I think they had figured out the routing and caching for thinking token hash ids

verdvermyesterday at 6:58 PM

I believe you can use an OpenCode Go sub with any tool, was stated as such last time I looked at their docs.

per token pay-go is typically unrestricted aiui