this post was submitted on 08 Apr 2026
575 points (96.4% liked)

Programmer Humor

30852 readers
1330 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 3abas@lemmy.world 4 points 1 day ago (1 children)

It could simply save a timestamp of the "begin timer" message and compare it to the timestamp of the "end" message. It's not that complicated, and writing a script and executing it is overkill... It just needs access to a calculator skill.

Yes, it handles it better, but it's still a dumb approach and waste of energy.

[–] sunbeam60@feddit.uk 1 points 1 day ago (1 children)

Aren’t we saying exactly the same? Give it an MCP server or a native skill that CAN track time.

[–] 3abas@lemmy.world 1 points 12 hours ago

Well, yes. I'm just responding to the anthropic doing it better part, yes but not by much.

'const timePassed = (start, end) => end - start;' is much simpler than creating a whole timer.