rasmus
01/27/2025, 1:05 PMBill Mill
01/27/2025, 1:50 PMAs LLMs do better with exam-style questions, more and smaller packages make it easier to give a complete and yet isolated context for a piece of work. This is true for humans too, which is why we use packages at all, but we trade off package size against the extra typing/plumbing/filing to make more readable code. With an LLM both doing and benefiting from a big chunk of that extra work, the tradeoff shifts. (As a bonus, we humans get more readable code!)which I think meshes well with your idea about having small chunks that are integrated directly into the program, rather than isolated in a
node_modules
or site_packages
or whateverrasmus
01/27/2025, 2:10 PMGeorge
01/27/2025, 5:50 PMrasmus
01/27/2025, 6:10 PMKarl Toby Rosenberg
01/27/2025, 9:21 PMFederico Pereiro
02/03/2025, 9:16 PM