logoalt Hacker News

jumploopsyesterday at 11:13 PM0 repliesview on HN

It's interesting to me that the agents comparison page[0] doesn't list codex's app-server as an option.

I've found the app-server to be the most flexible, compared to the raw Responses API or Agents SDK.

Certainly seems like everyone is still figuring out the right interface here.

Also of note, since GPT-5.5 or so, Codex doesn't even use the Responses API as intended, but instead a "lite" version where they manage the context more manually (like sending the full transcript or using a custom web.run tool instead of the provided `web_search` tool).

If you follow the docs, it will lead you down a lot of well-intended functionality, but most of it is thrown away in their most successful harness.

[0]https://developers.openai.com/api/docs/guides/agents#compare...