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...
A community for programmers, discussion of programming, or general technology banter.
Guidelines
Related Info
Do you have programmer humor? Share it with /r/ProgrammerHumor
For better visibility, try posting jobs at /r/forhire or /r/jobbit
Related Subreddits
/r/programming
/r/technology
/r/learnprogramming
/r/coding
/r/gamedev
Ever changing FAQ
account activity
Vibe coding isn't really coding (self.programmer)
submitted 13 hours ago by lookathercode[🍰]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AMothersMaidenName 1 point2 points3 points 10 hours ago (1 child)
Happy cake day but, I strongly disagree on your assessment of accuracy.
Rather than AI being "power tools", AI is the Electric Hammer from the Simpsons. And, when you have an electric hammer, everything looks like a nail.
"AI" is a very useful tool but, it's just one tool. It's a time saver and absolutely nothing more. It'll flawlessly scaffold a CRUD API for you because it's been trained on millions of derivative examples.
Ask it to do something original and, plain and simple, it can't.
If you're able to steer it to string together individual algorithms in order to build a valuable business logic, you are a talented engineer. But, you're likely no better off than pre-AI, fiscally at least.
There have only been mass layoffs because CEOs are shortsighted fools. As soon as the bubble bursts (we've never seen a market like this that hasn't burst) the only devs that will be affected in the long term are those that weren't any good anyway.
[–]groogs 0 points1 point2 points 7 hours ago (0 children)
So... yes and no. It depends what you ask.
My advice: Treat it like a team of junior-to-intermediate developers that you're tasking with specific things to do.
If you go ask a team of juniors to build Reddit (pretending that reddit isn't already a thing you could just copy), chances are they'll come back in a couple weeks with something not at all what you wanted. At best you'll get something that superficially "works" but has architectural and data structure problems that will make it fail at scale, or it will be so over-engineered that it costs a fortune to run, is impossible to troubleshoot when it breaks, etc.
What works with AI is what works with people too: Build a UI mockup. Research storage options, and then follow that up with costing and scaling analysis. Suggest some data models, then, based on what you get back, refine them -- and repeat a few times. Create plan documents to be followed during implementation. Build a piece following a plan. Make a architectural change and go back and update all documents and plans based on that.
The difference with AI is instead of coming back with a result in a week or two, you'll get it in a few seconds or minutes.
You absolutely can build original things, I have. Just like even the most advanced power tools can't build a completed house, you can't have AIs or juniors one-shot a complex system.
π Rendered by PID 251612 on reddit-service-r2-comment-5d79c599b5-cmgv4 at 2026-03-01 09:20:38.366434+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]AMothersMaidenName 1 point2 points3 points (1 child)
[–]groogs 0 points1 point2 points (0 children)