this post was submitted on 05 Jan 2025
805 points (100.0% liked)
Microblog Memes
8096 readers
3071 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
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
When I code using AI I get the best results by being very specific and write a class with pseudo code for it to fill out with the missing code.
If I just ask for it to write me a class that can X I often get some simple example code directly from stackoverflow.
It's decent at writing simple string tools etc., because that's what is out there, the day it starts writing code from API documentation will be a big milestone.
Currently it's just a parrot that knows Python.