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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Aren’t we saying exactly the same? Give it an MCP server or a native skill that CAN track time.
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.