Remix.run Logo
prymitive 4 hours ago

I need to write code because otherwise LLMs will write too much code, it’s only when you fully understand the problem you can generalise it enough to not end up with 10k lines and 5 abstraction layers for “hello world”. LLMs are token predictors, so all solutions are you tokens, the more problems to solve == the more tokens (code) to output.

h2aichat 3 hours ago | parent [-]

If tokens are the problem, SDD is the solution