this post was submitted on 26 Jul 2026
15 points (85.7% liked)

Web Development

5757 readers
3 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 1 points 5 days ago (2 children)

Typescript's port to Go was done (or at least the vast majority of it was done) by hand, before AI porting was feasible.

In any case, AI is quite good at 1:1 porting these days. I wouldn't class the result as slop unless the input was slop or you did an especially bad job.

[–] jaredwhite@humansare.social 5 points 5 days ago (1 children)

Well that's just demonstrably wrong. Go look at the commit history of the go port. Extensive use of Copilot. Slop.

[–] vanillama@programming.dev 2 points 5 days ago

Copilot is the second biggest contributor lol

I personally haven't looked at the port myself, but generally LLM/AI agents generate "slop" until a human expert reviews all of it. Which in most cases never happens. Instead they just review with another "higher tier" model.

As someone on hacker news put it regarding a subject about using LLMs for everything:

A decent proxy right now is that if you have zero external dependencies then your solution is probably a toy.

This can be related because unless they are actually using the best libraries in the ecosystem while they are porting then it's going to be a mess to maintain and also alienates the ecosystem.