cm0002@lemy.lol to Programmer Humor@programming.dev · 23 天前Scam Altman says it’ll take another year before ChatGPT can start a timer. An $852 billion company, ladies and gentlemen.gizmodo.comexternal-linkmessage-square127linkfedilinkarrow-up1608arrow-down122cross-posted to: fuck_ai@lemmy.worldprogrammerhumor@lemmy.ml
arrow-up1586arrow-down1external-linkScam Altman says it’ll take another year before ChatGPT can start a timer. An $852 billion company, ladies and gentlemen.gizmodo.comcm0002@lemy.lol to Programmer Humor@programming.dev · 23 天前message-square127linkfedilinkcross-posted to: fuck_ai@lemmy.worldprogrammerhumor@lemmy.ml
minus-squaresunbeam60@feddit.uklinkfedilinkarrow-up1·22 天前Aren’t we saying exactly the same? Give it an MCP server or a native skill that CAN track time.
minus-square3abas@lemmy.worldlinkfedilinkarrow-up1·21 天前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.
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.