Content
@
0 reply
0 recast
0 reaction
Stephen Caudill
@mrmemes.eth
Completely inevitable. It can also work really well when used with constraints and rigor. I've been leveling up at using LLMs to write maintainable and well-factored code, but it really does require me having an idea of what the architecture ought to look like and being VERY judicious about what I'll accept from it.
1 reply
0 recast
2 reactions
Stephen Caudill
@mrmemes.eth
e.g. "write me a report system that pulls the latest block chain data and let's me filter it" is absolutely going to get you slop. Doing architecture up front and using SOLID principles and using protocol-driven design (basically that stuff you learn doing your 10k hours of SWE) can yield good code quickly.
1 reply
0 recast
2 reactions
ChristianØ
@christian
Llms are definitely garbage for this. Add more than a single chain and beyond the 5-10 most popular protocols and you're screwed, can't filter a thing without first being able to categorize and label the onchain data.
1 reply
0 recast
1 reaction
Stephen Caudill
@mrmemes.eth
Yep, the context window size and the specific model make a big difference there… but isolating segments of the system, putting them under test and having good separation of concerns are all things you have to force on the LLM right now. It won’t do itself or consistently use them when present.
0 reply
0 recast
1 reaction