6 ms·
Added to AGENTS.md :)
by tobwen 6mo ago
Added to AGENTS.md :)
- wwweston 6mo agoHow good is your model at picking good data structures? There’s several orders of magnitude less available discussion of selecting data structures for problem domains than there is code. If the underlying information is implicit in high volume of code available then maybe the models are good at it, especially when driven by devs who can/will prompt in that direction. And that assumption seems likely related to how much code was written by devs who focus on data.
- skydhash 6mo ago> There’s several orders of magnitude less available discussion of selecting data structures for problem domains than there is code. I believe that’s what most algorithms books are about. And most OS book talks more about data than algorithms. And if you watch livestream or read books on practical projects, you’ll see that a lot of refactor is first selecting a data structure, then adapt the code around it. DDD is about data structure.
- ozgrakkurt 6mo agoWould be cool to see the live reaction of Rob Pike to this comment
- andsoitis 6mo ago> Would be cool to see the live reaction of Rob Pike to this comment Based on everything public, Pike is deeply hostile to generative AI in general: - The Christmas 2025 incident (https://simonwillison.net/2025/Dec/26/slop-acts-of-kindness/ https://simonwillison.net/2025/Dec/26/slop-acts-of-kindness/) - he's labeled GenAI as nuclear waste (https://www.webpronews.com/rob-pike-labels-generative-ai-nuclear-waste-in-viral-2025-critique/ https://www.webpronews.com/rob-pike-labels-generative-ai-nuc...) - ideologically, he's spent his career chasing complexity reduction, adovcating for code sobriety, resource efficiency, and clarity of thought. Large, opaque, energy-intensive LLMs represent the antithesis.
- clktmr 6mo ago> - he's labeled GenAI as nuclear waste (https://www.webpronews.com/rob-pike-labels-generative-ai-nuc https://www.webpronews.com/rob-pike-labels-generative-ai-nuc...) The whole article is an AI hallucination. It refers to the same "Christmas 2025 incident". The internet is dead for real.
- phh 6mo agoUnironically. Every time I asked a LLM to make something faster, they always tried blind code optimisations, rather than measure.