Because of so much open source and stack overflow it was trained on.
But who writes bash scripts to do math?
Comment on Microsoft Confirms Windows 11 Bug That Locks Users Out of the C: Drive
suicidaleggroll@lemmy.world 11 hours agoInterestingly, AI is actually pretty good at making graphs, the trick is you don’t ask it to actually make the graph itself. Instead you have to ask it to write a python script to create a graph using matplotlib from whatever source file contains the data, then run that script. Same with math. Don’t ask it to do math directly, instead ask it to write a bash or python script to do some math, then run that. Still not perfect, but your success rate increases by about 1000%
Because of so much open source and stack overflow it was trained on.
But who writes bash scripts to do math?
But who writes bash scripts to do math?
A full script? Nobody. But you can just run it interactively on the command line, which a lot of AI clients have access to. bc works great for basic math in the shell.
SaharaMaleikuhm@feddit.org 4 hours ago
That’s about 90% of what I use AI for right there: silly little bash and python scripts. A graph, some image compression, ffmpeg video shenanigans, the works.