Hacker News new | ask | show | jobs
by tomeraberbach 336 days ago
Question: did the LLM need O(n^3) tokens to solve the matrix multiplication example? Or would O(n^1.5) tokens be enough? Since producing that many tokens is O(n^3) work if I understand currently?