|
|
|
|
|
by deisteve
637 days ago
|
|
currently my workflow is generate some code, run it, if it doesn't run i tell LLM what I expected, it will then produce code and I frequently tell it how to reason about the problem. with O1 being in the 89th percentile would mean it should be able to think at junior to intermediate level with very strong consistency. i dont think people in the comments realize the implication of this. previously LLMs were able to only "pattern match" but now its able to evaluate itself (with some guidance ofc) essentially, steering the software into depth of edge cases and reason about it in a way that feels natural to us. currently I'm copying and pasting stuff and notifying LLM the results but once O1 is available its going to significantly lower that frequency. For example, I expect it to self evaluate the code its generate and think at higher levels. ex) oooh looks like this user shouldn't be able to escalate privileges in this case because it would lead to security issues or it could conflict with the code i generated 3 steps ago, i'll fix it myself. |
|