logoalt Hacker News

JV00today at 6:34 AM1 replyview on HN

You don’t need the entire codebase in context in every moment to migrate it. Also AI being non deterministic does not prevent it from one-shotting perfect solutions 100% of the time for simple enough problems. And every model generation brings this bar higher. So that’s really not a fundamental problem. And we can also implement llm inference deterministically if we want, it’s just that it’s not worth the loss in performance to do it.


Replies

sandeepkdtoday at 8:54 AM

> And we can also implement llm inference deterministically if we want, it’s just that it’s not worth the loss in performance to do it.

My understanding is thats not possible (different from being practical), wonder if you have any literature, research to back up that claim?