cm0002@lemy.lol to Programmer Humor@programming.dev · 7 days agoScam Altman says it’ll take another year before ChatGPT can start a timer. An $852 billion company, ladies and gentlemen.gizmodo.comexternal-linkmessage-square130linkfedilinkarrow-up1614arrow-down122cross-posted to: programmerhumor@lemmy.ml
arrow-up1592arrow-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 · 7 days agomessage-square130linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaresunbeam60@feddit.uklinkfedilinkarrow-up1·7 days agoAren’t we saying exactly the same? Give it an MCP server or a native skill that CAN track time.
minus-square3abas@lemmy.worldlinkfedilinkarrow-up1·6 days agoWell, 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.