Earlier quoted context omitted.
Thanks! The key insight: don't fight the model's limitations, design around them. Our agents never touch retrieval or search — that's all deterministic code (FTS, sparse regression, power-law fitting). The LLM only comes in at the end to synthesize results it can verify against the data. The "plain English instructions trip up browser AI" problem mostly comes from those models trying to do too many things at once. Na…
amen There isn't an LLM inside of my code. The agents need to submit a perfectly sturctured json, and then the code verifies it
I put together a few experiments where the system rediscovers known laws directly from raw data (solar wind, exoplanets, etc).
Happy to share if you’re curious — still very early but interesting to see what emerges.