this post was submitted on 08 Aug 2026
2 points (75.0% liked)

AI Coding

111 readers
19 users here now

A community to discuss agentic and AI assisted coding.

All users are expected to follow the code of conduct, particularly in regards to voting:

1.3. Vote for quality: When downvoting content in communities the downvotes should reflect the quality of the content rather than whether you personally agree with it.

founded 6 months ago
MODERATORS
 

Because AI has lowered the friction of implementation to near-zero, you can now explore architectural spaces that were previously the exclusive domain of mad scientists and PhDs.

top 7 comments
sorted by: hot top controversial new old
[–] racketman@programming.dev 2 points 3 days ago* (last edited 3 days ago) (1 children)

Great article. This is so true: You have to use the AI to eliminate the mundane, reserve your brain for formulating your most sick and twisted tech opinions, and then use the AI to actualize them. You have to get weird.

Exactly how I'm using it. I'm sure you catch a lot of heat because this comm deals with AI, but I appreciate you and this community!

[–] codeinabox@programming.dev 2 points 3 days ago (1 children)

Thank you, that comment made my day! There is no denying that agentic coding is a divisive topic, which is all the more reason it's worthy for discussion.

[–] racketman@programming.dev 0 points 3 days ago

Very welcome! I think AI is something we need to talk about rather than just hate, because it’s a tool that isn’t going away. We have to adapt. People who don't are going to find themselves behind the curve.

I think the positives of AI outweigh the negatives, and there are plenty of negatives. But I’d much rather see well-reasoned criticism than another boring comment from someone screaming, “Slop!”

Screaming isn’t going to stop it. It'ss going to keep advancing whether Lemmy likes it or not.

There’s an entire generation of kids in their early teens right now, sitting in their bedrooms, experimenting with AI and learning how to use it. Just like the earlier generations of kids who taught themselves programming, computers, and hacking the same way by fucking around with games and shit.

In around eight years, a lot of those kids will be entering the workforce with years of AI experience already behind them.

They’re going to look at today’s “AI is slop!” crowd with the same amusement people now reserve for boomers yelling, “Get off my lawn!” lol

It feel's like I'm watching Lemmy become Boomers in real time. Boomer Lemmys scared and angry about new technology. It's sooo weird to see a tech crowd be so resistant to tech. Most of these guys here would have been all over AI if it would have came out in their teens.

[–] codeinabox@programming.dev 3 points 4 days ago

A great example from the article on the benefits of "getting freaky" and experimenting with different architectural ideas:

To see why this matters, let’s look at a miniature example: building a collaborative document editor.

Team Standard uses the default AI stack. They prompt Cursor to build a React frontend with a Node.js backend and PostgreSQL. The AI generates it perfectly. But as users start collaborating, they hit race conditions. Team Standard responds by throwing money at the problem— adding Redis pub/sub, writing complex conflict resolution logic in JavaScript, and spending weeks debugging edge cases where a user’s cursor inexplicably deletes an entire paragraph. Their feedback latency is massive because the architecture fights the inherent reality of distributed users.

Team Weird decides to use a Local-First architecture with CRDTs. The learning curve is brutal. They have to deeply understand distributed state. But once they cross that threshold, they use AI to generate the boilerplate for their CRDT data structures. The result? Every user edits locally with zero latency. Syncing happens silently in the background. If the server goes down, nobody notices.

Team Standard shipped faster. Team Weird shipped a fundamentally superior product that Team Standard cannot easily copy without rewriting their entire architecture from scratch.

[–] afk_strats@lemmy.world 1 points 4 days ago (1 children)

Surely, someone who makes prescriptions about "the age of AI" would know that readers don't want to sift through articles which read like AI slop

[–] codeinabox@programming.dev 1 points 4 days ago (1 children)

What makes you think this article is written by AI? Slop doesn't come with clever cultural references to the recent film Obsession.

[–] sukhmel@programming.dev 1 points 2 days ago

If it's recent, maybe the readers also don't yet know the references