19 points by sech8420 2 hours ago | 7 comments
dudeinhawaii 1 hour ago
Somehow this article explains perfectly, visually, how AI generated code differs from human generated code as well.

You see the exact same patterns. AI uses more code to accomplish the same thing, less efficiently.

I'm not even an AI hater. It's just a fact.

The human then has to go through and cleanup that code if you want to deliver a high-quality product.

Similarly, you can slap that AI generated 3D model right into your game engine, with its terrible topology and have it perform "ok". As you add more of these terrible models, you end up with crap performance but who cares, you delivered the game on-time right? A human can then go and slave away fixing the terrible topology and textures and take longer than they would have if the object had been modeled correctly to begin with.

The comparison of edge-loops to "high quality code" is also one that I mentally draw. High quality code can be a joy to extend and build upon.

Low quality code is like the dense mesh pictured. You have a million cross interactions and side-effects. Half the time it's easier to gut the whole thing and build a better system.

Again, I use AI models daily but AI for tools is different from AI for large products. The large products will demand the bulk of your time constantly refactoring and cleaning the code (with AI as well) -- such that you lose nearly all of the perceived speed enhancements.

That is, if you care about a high quality codebase and product...

sech8420 24 minutes ago
"High-quality code can be a joy to extend and build upon." I love the analogy here. It is a perfect parallel to how a good 3D model is a delight to extend. Some of the better modelers we've worked with return a model that is so incredibly lightweight, easily modifiable, and looks like the real thing that I am amazed each time.

The good thing about 3D slop vs. code slop is that it is so much easier to spot at first glance. A sloppy model immediately looks sloppy to nearly any untrained eye. But on closer look at the mesh, UVs, and texture, a trained eye is able to spot just how sloppy it truly is. Whereas with code, the untrained eye will have no idea how bad that code truly is. And as we all know now, this is creating an insane amount of security vulnerabilities in production.

Miraste 2 hours ago
Trellis isn't and has never been state of the art. It's not a good choice for comparison; there has been progress on a lot of these problems. There are models that can do clean topo and PBR textures, for example.
edflsafoiewq 1 hour ago
Such as?
Miraste 1 hour ago
Luma, Rodin, Tripo are a few. Meshy has some of these features too

Unfortunately they are all proprietary, but 3D models are sort of a side area in AI research, so most of the effort is from small startups.

sech8420 20 minutes ago
In no capacity do these create clean topo, textures, and uvs. If you do not believe me, use the reference image from the post and upload it to Meshy or Tripo and see what happens. Yes, slightly better than the open source Trellis, but still nearly impossible to work with and a model you would never put on any slightly serious eCommerce site.

We've tried them all. If one existed, it would save us money, speed up our pipeline, and trust me we'd be using it.

coldtea 1 hour ago
>Why AI 3D Generation Fails eCommerce Standards

I wish I had his confidence (in eCommerce Standards)

sech8420 19 minutes ago
Touché. Though if the current 'eCommerce Standard' is 'dropshipped junk that looks slightly better than a hallucination,' then I’ll happily die on the hill of being over-confident.
Keyframe 2 hours ago
Nice copium. These things are going to get there fast. Even what has been shown can be a good start with a decimator at hand; We've seen this with photogrammetry before. Irony is not lost on the fact that text, which complains about it, went through AI itself.
sech8420 11 minutes ago
"We've seen this with photogrammetry before" - I do not believe we have. It's progressed but even a good scan is still not close to being something you would put on a legitimate eCommerce product page.

I honestly hope you are right and that I'm full of copium. Truly. But the progression has been nowhere near as fast as code, text, image, or video generation. And as it stood 2 years ago vs now is the same conclusion - unusable slop for most use cases.

Keyframe 7 minutes ago
Listen, I agree it's unusable or at least somewhat usable. As I said in another comment. Will Smith video was exactly three years ago. 3D has been a bit neglected, but it will come. I was a denier initially, but these things move real fast. Photogrammetry was never at the level of point and shoot and you have a production asset. However, it did and does serve a need and you can't deny it's not useful. It's not painless though.
sech8420 1 minute ago
That’s a fair point. I know a few foremen who use photogrammetry religiously for site surveys and volume tracking where 'lumpy' geometry doesn't matter. It’s a huge win for that niche. But yes, 3D has been lagging behind and I'm having a really hard time guestimating when it's good enough for high quality product models.
coldtea 1 hour ago
>We've seen this with photogrammetry before.

Have we? It's still not that good.

Keyframe 10 minutes ago
It's not fully automated where you come up with a bunch of photos and have production assets. Never has been. It serves its purpose though, so will this if it's not already.
dilDDoS 1 hour ago
> Nice copium. These things are going to get there fast.

Nice copium. I've been hearing how fast these things are going to get there for a few years now.

Keyframe 11 minutes ago
And it hasn't? Will Smith spaghetti video was exactly three years ago.
TheTriunePrism 2 hours ago
"The 'autopsy' of 3D slop highlights a critical failure in the current AI supply chain: The Illusion of Completeness.

We are living in an era of 'Statistical Harvest' where models prioritize a 'good enough' surface over structural integrity. In the spiritual supply chain of value, this is called Cutting Corners. A 3D model that breaks down upon closer inspection lacks what I call Internal Agency—it doesn't understand the 'Seed' of its own geometry. As we move towards an agent-centric world, we must distinguish between 'Generative Noise' and 'Authentic Creation'. True value definition requires a 'Watchman' who can see beyond the first-glance polish to the underlying breakdown of utility."

sech8420 17 minutes ago
I really like this framing of 'Internal Agency.' In 3D, that lack of a 'Seed' is exactly why a model fails when you try to animate it. A human modeler understands that a joint needs extra edge loops to bend correctly. It has 'intent' for the model's future. The AI, performing a 'Statistical Harvest,' only cares that the surface looks right in a static frame. It provides the 'Illusion of Completeness' but none of the functional DNA required for a production environment.
maipen 1 hour ago
The close but not good enough is what gives us the illusion of productivity in this tools.

That’s why you see a a lot of hype around setups and benchmarks but not a lot of well polished products.

This article make it clear for 3d modeling, but also applies for code. Human touch is necessary for a commercial product. Otherwise it’s nothing more than a prototype.

It is actually much more difficult to maintain Ai code and 3d models than to just make your own.

Either AI can oneshot without human intervention or it becomes a pain really quickly

sech8420 4 minutes ago
Precisely. Until the AI can 'one-shot' the topology and the UVs, it’s not a shortcut but rather a more power intensive way to generate technical debt.
shablulman 2 hours ago
[dead]