this post was submitted on 22 Jun 2025
110 points (74.6% liked)

Programming Humor

3292 readers
1 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] spankmonkey@lemmy.world 2 points 5 months ago (2 children)

MY biggest disappointment with how AI is being implemented is the inability to incorporate context specific execution if small programs to emulate things like calculators and chess programs. Like why does it doe the hard mode approach to literally everything? When asked to do math why doesn't it execute something that emulates a calculator?

[–] otacon239@lemmy.world 3 points 5 months ago

I’ve been waiting for them to make this improvement since they were first introduced. Any day now…

[–] Zos_Kia@lemmynsfw.com 1 points 5 months ago

Chatgpt definitely does that. It can write small python programs and execute them, but it doesn't do it systematically, you have to prompt for it. It can even use chart libs to display data.