Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zachahn
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
zachahn
1mo ago
FWIW, I think this is good guidance since it does match Anthropic's documentation. They say that every rule should have a non-subjective way to determine pass/fail. (I said "good guidance" but it might be more correct to
2.
▲
by
zachahn
1mo ago
Hehe thanks for sharing the example, and thanks also for posting! Made my day :)
3.
▲
by
zachahn
1mo ago
Yeah I agree... I also tried output styles, tried using hooks to repeatedly tell it to be a little better. I don't think it helped, as I was always frustrated with it. I found vomit with a small LLM much better than anything Opus 5 eve
4.
▲
by
zachahn
1mo ago
Opus 5 (author here). My toilet seat is plastic though, I only used Fable while it was available on the $20 plan! That's fair though, it was relatively fine when I did use it, perhaps I should specify.
5.
▲
by
zachahn
1mo ago
I have a transcript on my blog post. Someone copied the transcript here too, search "spice‑harvester" on this page (I asked it to replace some of my personal project names with words from the Dune universe).
6.
▲
by
zachahn
1mo ago
I'm not super sure if this is true (yet?). I think that these newer LLMs are trained on results (the agent got some code to run with minimal prompting), and not on text. (I think this is called RLVR.)
7.
▲
by
zachahn
1mo ago
Idk, there kinda are. OpenAI's models are pretty nice too. I haven't tried enough of them but there are powerful local models. I don't feel as good paying OpenAI as I do paying Anthropic for some reason... but paying for impr
8.
▲
by
zachahn
1mo ago
I totally agree that hooks help to shovel our instructions through to Claude, but it's so dumb we have to waste tons of tokens (repeated verbatim, over and over) (that we pay for), just to have it ignore the instructions anyway. I wrot
9.
▲
by
zachahn
1mo ago
Thanks! Author here, I'll have to take a look. I am all for programmed, deterministic solutions. I hate praying to the rocks we created, begging for rain and not vomit.
10.
▲
by
zachahn
1mo ago
Nope (author here), Anthropic and OpenAI have competing APIs to communicate with their models. Most of the open ecosystem seems to have centralized around OpenAI's (there are compatibility shims though). I just built out the OpenAI API
11.
▲
by
zachahn
1mo ago
Ahh! Author here. Thanks for posting! In case anyone wants to share in my frustration, I also wrote a blog post about this. Blog post: https://zachahn.com/posts/1787191554 The prompt I use to tell the LLM what to fix:
12.
▲
by
zachahn
3y ago
I can't really comment on GitHub, but Rails supports composite primary keys as of Rails 7.1, the latest released version [1]. About modularity, there are projects like Mongoid which can completely replace ActiveRecord. And there are pl