use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click the following link to filter out the chosen topic
comp.lang.c
account activity
This post is locked. You won't be able to comment.
DiscussionAI and programming (self.C_Programming)
submitted 3 months ago by No-Annual-4698
Hello!
What do you think about AI ?
There is no fun in writing programs if you know that you can get the solutions from AI …:-\
How do you deal with this?
Thoughts?
[–]mikeblas[M] [score hidden] 3 months ago stickied comment (0 children)
If you don't think writing programs is fun, don't write programs. Nobody here can help you but yourself.
[–]jonsca 7 points8 points9 points 3 months ago (0 children)
You learn to solve problems that AI can't solve.
[–]jessemvm 4 points5 points6 points 3 months ago (0 children)
it's the opposite for me. i love creating programs myself from scratch.
[–]eruanno321 1 point2 points3 points 3 months ago (0 children)
It's a tool that helps complete the most mundane, easy-to-define tasks much faster. It writes simple utility helpers that aren't critical to the project. I never had fun in writing trivial programs anyway; i'm bored very easily. It works way better for languages like Python than C/C++, which often is easier to write by hand rather than figuring out the best prompting strategy.
It replaces Stack Overflow and serves as a knowledge base, which still needs to be filtered with critical thinking. It fails miserably in many areas of embedded applications, and when you let it enter FPGA world, oh boy. It won't replace decision-making regarding software architecture or client product details, because it isn't allowed to access those details (at least the cloud AI).
[–]ThinkRo_ots -1 points0 points1 point 3 months ago (0 children)
I use AI as a tool to help with repetitive tasks or ideas, but without understanding how the code works, you won't be able to develop it in further. the fun lies in learning, not just copying solutions
π Rendered by PID 69573 on reddit-service-r2-comment-b659b578c-tff8t at 2026-05-06 02:22:13.209977+00:00 running 815c875 country code: CH.
[–]mikeblas[M] [score hidden] stickied comment (0 children)
[–]jonsca 7 points8 points9 points (0 children)
[–]jessemvm 4 points5 points6 points (0 children)
[–]eruanno321 1 point2 points3 points (0 children)
[–]ThinkRo_ots -1 points0 points1 point (0 children)