←back to thread

688 points samwho | 1 comments | | HN request time: 0s | source
Show context
adinhitlore ◴[] No.45017623[source]
These days I unironically give LLMs instructions to give me polynomial non-exponential code which isn't n^2 or related. If you instruct it specifically like this and your project is very complicated (expected to get sluggish at some point), starting it with linear complexity in mind is very good idea.
replies(2): >>45017836 #>>45019182 #
1. samwho ◴[] No.45017836[source]
That’s a good idea, I should try that.