Clarification on bibliographic API usage in ARS-Codex #780
Replies: 1 comment
|
Thanks for asking. I checked this against the signed upstream ARS v3.21.0 release ( Short answer: ordinary literature discovery/topic searching does not launch any of the four Python resolver clients. Later citation verification can use them, but the trigger differs between upstream script-backed execution and ARS-Codex.
Two uses of “automatic” are easy to conflate here:
Even in the second case, this does not mean every reference is checked live against all four indexes: manual references skip all four, arXiv is conditional, cache hits make no live call, and stale live revalidation is opt-in. Citation-existence results are advisory by default; strict blocking is separately opt-in. So the upstream/Codex difference is mainly the launch boundary: upstream script-backed Stage 2.5/4.5 execution invokes the gate, while the ARS-Codex adapter requires an explicit programmatic-verification request and otherwise performs its mandatory integrity checkpoints through Codex browsing. The v3.21 claim-standing path is a third, separately consented discovery path, not an expansion of ordinary topic search. The relevant upstream maps are DATA_FLOWS.md, the citation verification gate, and the separate claim-standing discovery adapters. |
Uh oh!
There was an error while loading. Please reload this page.
Could you please confirm whether ARS-Codex uses the OpenAlex, Semantic Scholar, Crossref, or arXiv APIs/clients:
For each stage, are these calls automatic, explicitly requested, or not used?
Please also clarify whether this differs between upstream ARS and ARS-Codex.
All reactions