Claude Leak Confirms It: LLM Systems Are Architecture, Not Prompts (Orca) (github.com) 2 points by gfernandf1 2mo ago ↗ HN
[–] gfernandf1 2mo ago ↗ you can also download the paper from zenodohttps://zenodo.org/records/19438943slightly different version but the core ideas remain the same
[–] gfernandf1 2mo ago ↗ One thing I didn’t make clear in the post:The core issue is that prompt-based agents recompute reasoning every time.ORCA tries to make reasoning reusable — more like software, less like a one-shot prompt.Working on a minimal example to show this clearly.
3 comments
[ 3.3 ms ] story [ 7.4 ms ] threadhttps://zenodo.org/records/19438943
slightly different version but the core ideas remain the same
The core issue is that prompt-based agents recompute reasoning every time.
ORCA tries to make reasoning reusable — more like software, less like a one-shot prompt.
Working on a minimal example to show this clearly.