Earlier quoted context omitted.
> Because it’s not just a glorified CRUD app In what way (that's not related to the difficulty of scaling it, which I already addressed separately)? The point of my comment was: "Somebody with AI cloning Reddit in a week is not as special as you make it to be, all things considering. A Reddit clone is not that difficult, it's basically a CRUD app. The difficult part of replicating it, or at least all the basics of it…
Calling Reddit a CRUD app isn’t wrong, it’s just vacuous. It strips away every part that actually makes Reddit hard. What happens when you sign up? A CRUD app shows a form and inserts a row. Reddit runs bot detection, rate limits, fingerprinting, shadow restrictions, and abuse heuristics you don’t even see, and you don’t know which ones, because that knowledge is their moat. What happens when you upvote or downvote?…
Coding agents have replaced every framework I used
561–570 of 611 posts
Re: Coding agents have replaced every framework I used
#562A significant number of developers and businesses are going to have an absolutely brutal rude awakening in the not too distant future. You can build things this way, and they may work for a time, but you don't know what you don't know (and experience teaches you that you only find most stuff by building/struggling; not sipping a soda while the AI blurts out potentially secure/stable code). The hubris around AI is goi…
What's makes you so sure of your statement? I have be building systems for 20 years and I think the author is right.
Re: Coding agents have replaced every framework I used
#563A significant number of developers and businesses are going to have an absolutely brutal rude awakening in the not too distant future. You can build things this way, and they may work for a time, but you don't know what you don't know (and experience teaches you that you only find most stuff by building/struggling; not sipping a soda while the AI blurts out potentially secure/stable code). The hubris around AI is goi…
Come to the redteam / purpleteam side. We're having fun times right now. The definition of "every software has bugs" is now on a next level, because people don't even care about sql injection anymore. It's right built into every vibecoded codebase. Authentication and authorization is as simple as POST /api/create/admin with zero checks. Pretty much every API ever slop coded looks like this. And if it doesn't, it will…
Re: Coding agents have replaced every framework I used
#564Earlier quoted context omitted.
I mean, if you tell a chain of 100 humans to redraw a a picture i would expect it to go similar, just much faster
If you handed a human an image and said please give me back this image totally unmodified, I bet the human could do it.
Re: Coding agents have replaced every framework I used
#565Earlier quoted context omitted.
okay, push notification without going through firebase. go!
Where is your copy of the android source code for the device you’re manufacturing? Because that’s how you can get the full feature set. Otherwise you will be restricted by Android aggresive suspending and killing policy.
Re: Coding agents have replaced every framework I used
#566Earlier quoted context omitted.
Where is your copy of the android source code for the device you’re manufacturing? Because that’s how you can get the full feature set. Otherwise you will be restricted by Android aggresive suspending and killing policy.
Where did I say I was manufacturing a device? You just proved my point.
> I would hate to have a boss/client that says "it needs to do X" and the framework writer (or SDK, ala Android/Xcode) say "no, that hurts my profits/privacy busting".
An answer to such request should be: "We would need to ship a custom version of Android". Just like if you need to setup a web server on a Linux system, you would need to be root. You don't choose a shared hosting and then complain about the lack of permissions.
Re: Coding agents have replaced every framework I used
#567Earlier quoted context omitted.
I agree. We've been assured by these skeptics that models are stochastic parrots, that progress in developing them was stalling, and that skills parity with senior developers was impossible - as well as having to listen to a type of self-indulgent daydreaming relish about the eventual catastrophes companies adopting them would face. And perhaps eventually these skeptics will turn out to be right. Who knows at this st…
Pray tell, how has the world benefited from a flood of all these superhuman developers? Where is the groundbreaking software that is making our lives better ?
> But at this stage, what we're seeing is just the opposite: significant progress in model development last year, patterns for use being explored by almost every development team without widespread calamity and the first well-functioning automated workflows appearing for replacing entire teams.
Re: Coding agents have replaced every framework I used
#568Re: Coding agents have replaced every framework I used
#569Earlier quoted context omitted.
Isn't that what Tolkien did in his head? Write something, learn what he liked/didn't like then revise the words? Rinse/repeat. Same process here.
If Tolkien had not lived an entire life, fought in a war, been buddies with other authors, and also been a decent writer, the story doesn’t exist. And an LLM won’t come up with it. An LLM isn’t coming up with the eye of Sauron, or the entire backstory of the ring, or gollum, etc etc The LLM can’t know Tolkien had a whole universe built in his head that he worked for decades to get on to paper. I’m so tired of this wh…
Re: Coding agents have replaced every framework I used
#570A significant number of developers and businesses are going to have an absolutely brutal rude awakening in the not too distant future. You can build things this way, and they may work for a time, but you don't know what you don't know (and experience teaches you that you only find most stuff by building/struggling; not sipping a soda while the AI blurts out potentially secure/stable code). The hubris around AI is goi…
coding agents are an order of magnitude better than they were less than a year ago: Claude code, arguable the best, didn't exist a year ago and nonetheless, is an order better than when it did in late February. It's really not a great sense of things for someone working in tech to make such a strong statement as the above given these circumstances. There is no reason to expect improvement will not continue, that agen…
This saddens me. It saddens me that this is a trend among professional developers. It's an old lesson. We've known it for decades. Running arbitrary code is probably not the best idea.