Comments by "" (@diadetediotedio6918) on "Theo - t3․gg"
channel.
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
@PrajwalDSouza
I did some tests with it, and while it is clearly way better in "reasoning" (if you think this word apply here) I don't think it is qualitatively better as people are pointing out. I tricked it pretty easily for example with some indirection in the problems I gave it, like try formulating a problem with a deceiving conclusion that anyone would catch if they really solved the problem but that is not obvious enought so it is untangled from the bigger problem, it will probably fail and try to justify the tricky part within the framing of the bigger problem instead of noticing they are contradictory.
I think the "memorized how to reason" in the video is a good way of putting it, even if not entirely accurate, for this particular reason.
But anyway, glad to be proven wrong and hopping the o1 (not preview) will be better, if it really solves problems in physics then we will have many advancements in technollogy very soon, if not, well, at least it was a funny toy.
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
Immediate mode UIs are generally extremely simple in terms of layouting and style, this is the part of the picture you are missing. Rendering the DOM is slow because:
(1) We use JS to do it
(2) It is retained mode, so all the changes are cached and rendered the minimum as possible
(3) The layouting and styling system of modern HTML + CSS is [extremely complex], it allows you to do a huge amount of positioning, calculations, transformations, event based styles, very compound and complicated responsive layouts, animations, etc... all of those things take time, and they are pretty slow to work
It is a different beast altogether.
1
-
1