Hacker News new | ask | show | jobs
Show HN: Open-source agent learning layer: 30% to 100% success on browser agents (github.com)
3 points by kayba 202 days ago
I built and improved an open-source implementation of Stanford's Agentic Context Engineering paper.

The idea: agents can improve just by reflecting on their own execution traces.

How it works: Agent runs → reflects on what worked/failed → curates strategies into a "playbook" → injects playbook on next run.

No fine-tuning, no training data.

Results on browser-use: 30% → 100% success rate, 82% fewer steps, 65% token savings.

Also works with local models and really helps them punch above their weight to match closed-source models.