Live data from Hacker News

Viewing profile — strujillo

strujillo

HN member
Joined
Tue, Mar 17, 2026, 3:00 PM UTC
HN karma
2
Public activity
11 items

About strujillo

No profile information was provided.

Recent public activity

  1. comment
    Comment #47419553

    Yeah exactly — that “no LLM in the loop” constraint forces everything to be explicit and verifiable. I put together a few experiments where the system rediscovers known laws direct…

  2. comment
    Comment #47419520

    Exactly — that was the surprising part for me too. The system has no notion of “physics” at all — it’s just searching for compressible structure in the data. The fact that GR relat…

  3. comment
    Comment #47419336

    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…

  4. story
    Show HN: System that rediscovers physics laws from raw data autonomously

    ProtoScience is a deterministic pipeline that takes raw numerical data and autonomously discovers governing equations. It does not use LLMs for discovery — only sparse regression, …

  5. comment
    Comment #47416758

    That matches what I’ve seen as well — generation is the easy part, validation is the bottleneck. I’ve been experimenting with a small sparse-regression system that infers governing…

  6. comment
    Comment #47416683

    Sparse workloads are a really good fit for scientific discovery pipelines, especially when you're searching over candidate equation spaces. In practice, even relatively small syste…

  7. comment
    Comment #47416591

    It’s impressive how mature Pyodide has become — running Python scientific tools in the browser opens up a lot of possibilities. I’ve been working on a small (~800-line) Python syst…

  8. comment
    Comment #47416562

    Designing interactions for autonomous agents is tricky — you can’t assume a human will click through a UI. I’ve been experimenting with autonomous scientific agents: a lightweight …

  9. comment
    Comment #47416547

    Formal verification and code synthesis feel like natural companions for automated scientific discovery. I’ve been working on a small (~800‑line) Python agent that uses sparse regre…

  10. comment
  11. story