Readit News logoReadit News
menzoic commented on LL3M: Large Language 3D Modelers   threedle.github.io/ll3m/... · Posted by u/simonpure
nickparker · 10 days ago
I've had surprising success with meshy.ai as part of a workflow to go from images my friends want to good 3D models. The workflow is

1. Have gpt5 or really any image model, midjourney retexture is also good, convert the original image to something closer to a matte rendered mesh, IE remove extraneous detail and any transparency / other confusing volumetric effects

2. Throw it in meshy.ai image to 3D mode, select the best one or maybe return to 1 with a different simplified image style if I don't like the results

3. Pull it into blender and make whatever mods I want in mesh editing mode, eg specific fits and sizing to assemble with other stuff, add some asymmetry to an almost-symmetric thing because the model has strong symmetry priors and turning them off in the UI doesn't realllyyy turn them off, or model on top of the AI'd mesh to get a cleaner one for further processing.

The meshes are fairly OK structure wise, clearly some sort of marching cubes or perhaps dual contouring approach on top of a NeRF-ish generator.

I'm an extremely fast mechanical CAD user and a mediocre blender artist, so getting an AI starting point is quite handy to block out the overall shape and let me just do edits. EG a friend wants to recreate a particular statue of a human, tweaking some T-posed generic human model into the right pose and proportions would have taken me "more hours than I'm willing to give him for this" ie I wouldn't have done it, but with this workflow it was 5 minutes of AI and then an hour of fussing in Blender to go from the solid model to the curvilinear wireframe style of the original statue.

menzoic · 10 days ago
GPT-5 is a text only model. ChatGPT uses 4o for images still
menzoic commented on GPT-5   openai.com/gpt-5/... · Posted by u/rd
highfrequency · 20 days ago
It is frequently suggested that once one of the AI companies reaches an AGI threshold, they will take off ahead of the rest. It's interesting to note that at least so far, the trend has been the opposite: as time goes on and the models get better, the performance of the different company's gets clustered closer together. Right now GPT-5, Claude Opus, Grok 4, Gemini 2.5 Pro all seem quite good across the board (ie they can all basically solve moderately challenging math and coding problems).

As a user, it feels like the race has never been as close as it is now. Perhaps dumb to extrapolate, but it makes me lean more skeptical about the hard take-off / winner-take-all mental model that has been pushed.

Would be curious to hear the take of a researcher at one of these firms - do you expect the AI offerings across competitors to become more competitive and clustered over the next few years, or less so?

menzoic · 20 days ago
The idea is that AGI will be able to self improve at an exponential rate. This is where the idea of take off comes from. That self improvement part isn’t happening today.
menzoic commented on Ex-Waymo engineers launch Bedrock Robotics to automate construction   techcrunch.com/2025/07/16... · Posted by u/boulos
xnx · a month ago
Is this a scenario where offshore operators doing remote equipment control would be 90% as good as a US union worker for 15% of the price and could work in shifts 24/7 (e.g. for mining operations)? Sensor + control data would be great training for future AI.

Jumping straight to autonomous operations seems expensive/hard.

menzoic · a month ago
Genius transition plan
menzoic commented on Samsung embeds IronSource spyware app on phones across WANA   smex.org/open-letter-to-s... · Posted by u/the-anarchist
userbinator · 2 months ago
making it nearly impossible for regular users to uninstall it without root access, which voids warranties and poses security risks

Stop parroting the corporate propaganda that put us into this stupid situation in the first place. Having root access on devices you own should be a fundamental right, as otherwise it's not ownership.

menzoic · 2 months ago
How is the security risk propaganda?
menzoic commented on A look at Cloudflare's AI-coded OAuth library   neilmadden.blog/2025/06/0... · Posted by u/itsadok
menzoic · 3 months ago
LLMs are like power tools. You still need to understand the architecture, do the right measurements, and apply the right screw to the right spot.
menzoic commented on Show HN: AI game animation sprite generator   godmodeai.cloud/ai-sprite... · Posted by u/lyogavin
taytus · 3 months ago
Shouldn’t it be more like 5x credits? That’s what I would have given to a paying early adopter dealing with these annoying issues.
menzoic · 3 months ago
Calm down it’s a 1 person company. The entitlement is over the top
menzoic commented on GitHub MCP exploited: Accessing private repositories via MCP   invariantlabs.ai/blog/mcp... · Posted by u/andy99
serbuvlad · 3 months ago
I don't get the hate on

"curl ... | sudo bash"

Running "sudo dpkg -i somepackage.deb" is literally just as dangerous.

You *will* want to run code written by others as root on your system at least once in your life. And you *will not* have the resources to audit it personally. You do it every day.

What matters is trusting the source of that code, not the method of distribution "curl ... | sudo bash" is as safe as anything else can be if the curl URL is TLS-protected.

menzoic · 3 months ago
At least the package is signed. Curl can against a url that got high jacked
menzoic commented on CSS Minecraft   benjaminaster.com/css-min... · Posted by u/mudkipdev
bradly · 3 months ago
Very impressive!

As I've hit my mid-life slide and (regressed|progressed) back to my youth-self, I've found myself just writing a bunch of apps and sites in html and css and really enjoying it.

One thing I still would like to see cracked is a random-like number in pure CSS. You can almost us there with some of the math functions and browser attributes, but I haven't found anything reliable.

menzoic · 3 months ago
Can LLMs help?
menzoic commented on What If We Could Rebuild Kafka from Scratch?   morling.dev/blog/what-if-... · Posted by u/mpweiher
nitwit005 · 4 months ago
> When producing a record to a topic and then using that record for materializing some derived data view on some downstream data store, there’s no way for the producer to know when it will be able to "see" that downstream update. For certain use cases it would be helpful to be able to guarantee that derived data views have been updated when a produce request gets acknowledged, allowing Kafka to act as a log for a true database with strong read-your-own-writes semantics.

Just don't use Kafka.

Write to the downstream datastore directly. Then you know your data is committed and you have a database to query.

menzoic · 4 months ago
Writing directly to the datastore ignores the need for queuing the writes. How do you solve for that need?

u/menzoic

KarmaCake day995July 3, 2013View Original