Viewing profile — MickeyShmueli
MickeyShmueli
HN member- Joined
- Sun, Jan 12, 2020, 11:59 AM UTC
- HN karma
- 0
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About MickeyShmueli
No profile information was provided.
Recent public activity
-
comment
Comment #47273343
the 1M context is cool but tbh the token cost problem nobody's talking about is tool schema bloat. before the model writes a single line of code it's already consumed thousands of …
-
comment
Comment #47249081
the tautological test problem someone mentioned, i've found the easiest fix is to literally make the test fail first before letting the agent fix it like don't ask it to "write tes…
-
comment
Comment #47248766
the mock tool platform thing is smart. testing agents against real APIs is a nightmare, you get flakiness, you burn through rate limits, and you can't reproduce failures one thing …
-
comment
Comment #47248720
the test generation loop is brutal. i've been burned by this exact thing, you ask the agent to write code, then ask it to write tests for that code, and surprise, they all pass bec…