Earlier quoted context omitted.
CSS animation. It's not the real time. Just a hypothetical time.
I’m imagining some must be using JS because I’m seeing (rarely…) times that are perfectly correct.
AI World Clocks
161–170 of 404 posts
Re: AI World Clocks
#162Re: AI World Clocks
#163How do they do time without JavaScript? Is there an API I’m not aware of?
Re: AI World Clocks
#164Amazing, some people are so enamored with LLMs who use them for soft outcomes, and disagree with me when I say be careful they're not perfect -- this is such a great non technical way to explain the reality I'm seeing when using on hard outcome coding/logic tasks. "Hey this test is failing", LLM deletes test , "FIXED!"
Re: AI World Clocks
#165LLMs can't "look" at the rendered HTML output to see if what they generated makes sense or not. But there ought to be a way to do that right? To let the model iterate until what it generates looks right. Currently, at work, I'm using Cursor for something that has an OpenGL visualization program. It's incredibly frustrating trying to describe bugs to the AI because it is completely blind. Like I just wanna tell it "th…
You can also give it a mcp setup that it can send a screenshot to the conversation, though unsure if anyone made an easy enough "take screenshot of a specific window id" kind of mcp, so may need to be built first
I guess you could also ask it to build that mcp for you...
Re: AI World Clocks
#166Re: AI World Clocks
#167Watching this over the past few minutes, it looks like Kimi K2 generates the best clock face most consistently. I'd never heard of that model before today! Qwen 2.5's clocks, on the other hand, look like they never make it out of the womb.
Re: AI World Clocks
#168LLMs can't "look" at the rendered HTML output to see if what they generated makes sense or not. But there ought to be a way to do that right? To let the model iterate until what it generates looks right. Currently, at work, I'm using Cursor for something that has an OpenGL visualization program. It's incredibly frustrating trying to describe bugs to the AI because it is completely blind. Like I just wanna tell it "th…
Re: AI World Clocks
#169Re: AI World Clocks
#170Earlier quoted context omitted.
This is probably my biggest problem with AI tools, having played around with them more lately. "You're absolutely right! I made a mistake. I have now comprehensively solved this problem. Here is the corrected output: [totally incorrect output]." None of them ever seem to have the ability to say "I cannot seem to do this" or "I am uncertain if this is correct, confidence level 25%" The only time they will give up or r…
I agree, I see the same even in simple code where they will bend backwards apologizing and generate very similar crap. It is like they are sometimes stuck in a local energetic minimum and will just wobble around various similar (and incorrect) answers. What was annoying in my attempt above is that the picture was identical for every attempt
I wonder how it would do if instead it were told "Do not tell me at the start that the solution is going to be correct. Instead, tell me the solution, and at the end tell me if you think it's correct or not."
I have found that on certain logic puzzles that it simply cannot get right, it always tells me that it's going to get it quite "this last time," but if asked later it always recognizes its errors.