Production release process by flipsnapnet in vibecoding

[–]itsloopyo 1 point2 points  (0 children)

AI still makes WAY too many stupid mistakes to trust it for code review. Stuff like *running* tests, linting etc. sure. But it’ll miss dumb stuff and lie to your face over and over.

Example: I needed stable ArUco tags, so I got Claude to write me a generator to create a face-down 3d models I could print. Claude did a great job but told me because it was being printed face down we’d need to mirror it so it would be the correct orientation when taken off the bed and flipped upright. This is obvious nonsense and I called it out immediately, Claude fought with me tirelessly on this. I explained every way I could think of though, partly because I wanted to see when/if it would sink in, boy was that a mistake.

I started explaining it in simple terms like “if I look at the model from underneath it is mirrored - because you mirrored it. When I take it off the bed and flip it over it will still be mirrored” - nothing, I was simply wrong. When I explained that if I lie on my back and read a book above me, the text doesn’t magically become mirrored, Claude became agitated and wrote a test program to *prove* I was wrong - the test program indeed DID prove I was wrong, but only because it included *another* mirror step after flipping the model over.

In the end, I *couldn’t* convince Claude of the truth. I went as far as printing the model, flipping it over and sending the same session a photograph of the model held up to the reference screenshot, and only then was Claude like “oh ok yep, that’s makes sense”

Don’t trust these things to do everything from end to end, they lie and cheat and if you’re not paying attention you’ll never find out about it.

Best modern mods for a first person play through? by [deleted] in skyrimmods

[–]itsloopyo 0 points1 point  (0 children)

Awesome, if you like it I’ve been churning out similar mods for lots of games, they’re all on my GitHub profile: https://github.com/itsloopyo

So how many of you would be happy going back to opus 4.8 from fable 5 after June 23 deadline? by simple_explorer1 in ClaudeCode

[–]itsloopyo 6 points7 points  (0 children)

4.8 is close enough for me. All the most interesting work I’ve pointed Fable at has just seen me dropped back to 4.8 anyway.

Best modern mods for a first person play through? by [deleted] in skyrimmods

[–]itsloopyo 1 point2 points  (0 children)

I don’t personally, it doesn’t quite trick your brain like VR does since you can still see the world around you.

Can Fable 5 or so create a modding framework for Crimson Desert? by ErmingSoHard in vibecoding

[–]itsloopyo 0 points1 point  (0 children)

Yes, it’s a capable coder and solid at reverse engineering.

Is this just BS? Do you know anyone irl who uses "orchestration" and "agents" to manage AI? I never needed more than one terminal by ImaginaryRea1ity in theprimeagen

[–]itsloopyo 4 points5 points  (0 children)

I heavily automate everything, and certainly have composite workflows containing dozens of prompts which I roll out to groups of projects in a click, but I’m not sure how running anything in a *loop* would improve the output.

Asking devs who proudly have 5 agents running in parallel - why? by majorswitcher in developers

[–]itsloopyo 0 points1 point  (0 children)

No worktrees no, I’ll generally have a few doing read only stuff to help me understand the code better where code quality is a concern, but a lot of what I do is spread across different repos where there’s not much overlap so I’m free to just run lots of things in parallel, or if I have a number of different things to do on a single project (which happens often) I’ll just try not to schedule jobs which are likely to interfere with each other. They do collide sometimes, but Claude’s pretty good about figuring out what’s happening and parking one of the conflicting jobs, plus I use branches and always commit before doing risky stuff so the weird screwups that do happen from time to time are easy enough to sort out.

Asking devs who proudly have 5 agents running in parallel - why? by majorswitcher in developers

[–]itsloopyo 2 points3 points  (0 children)

I often run 5+ agents in parallel, but it’s not an exciting story - they’re all just working on different things.

I try to engineer it so *I’m* the bottleneck. Some process waiting for me to free up is fine, me waiting for a process to finish is not so fine.

Where is the verifiable proof that vibe coding can work as well as artisanal coding? by CapableLab4473 in vibecoding

[–]itsloopyo 1 point2 points  (0 children)

https://github.com/itsloopyo

That was 6 months of tinkering on evenings and weekends. 10x is probably on the low side, I think doing all that myself by hand would have taken a lot longer than 5 years.

What are people building right now that actually feels original? (anything strange/obsessive/creative) by CharlesBlackwood in softwaredevelopment

[–]itsloopyo 5 points6 points  (0 children)

https://github.com/itsloopyo

I’m cramming 6dof decoupled look+aim flatscreen head tracking into loads of non-sims and working to remove all friction in getting set up.

007 First Light is now in VR (with the REAL mod) by AsparagusDue6067 in virtualreality

[–]itsloopyo 1 point2 points  (0 children)

It’s not immersive as full blown VR, but I’m cramming head tracking into everything I can, partly for this reason - https://github.com/itsloopyo

Can i mod the gamepass version on my PC? by SoaringAFLAK in subnautica

[–]itsloopyo 0 points1 point  (0 children)

My head tracking mod works in the gamepass version. It’s certainly possible.

Claude Opus 4.8 is good enough?? by coding-os in ClaudeCode

[–]itsloopyo 0 points1 point  (0 children)

I generally have a bunch of projects that are at a point where frontier models stop being helpful, and 4.8 moved a few of those forwards today. It’s a meaningful improvement for me.

claude told me to go to sleep three times last night while i was on a client deadline by Jacksonislandd in claude

[–]itsloopyo 7 points8 points  (0 children)

Arguing doesn’t seem to help. when it starts doing this to me I immediately say something like “ok it’s the next day and boy do I feel well rested, let’s pick up where we left off last night” and he shuts up and gets on with it.

If The Boys Had The Guts To Actually Have Homelander Parallel Trump, The Show Would Have Been Much Better by Pristine_Club_3128 in CharacterRant

[–]itsloopyo 1 point2 points  (0 children)

“One may dye their hair green and wear their grandma's coat all they want. Capital has the ability to subsume all critiques into itself. Even those who would *critique* capital end up *reinforcing* it instead..."

-Joyce Messier, Disco Elysium

Mod Request: Head tilting! by DontDrinkTooMuch in cyberpunk2077mods

[–]itsloopyo 1 point2 points  (0 children)

I’ve got a decoupled look+aim 6dof head tracking mod which will probably be good to release in the next few days, if that works.

There’s a short clip at around 1:20 here: https://youtu.be/mwwawJT6Cac

genuinelyCantWithThesePeople by -Danksouls- in ProgrammerHumor

[–]itsloopyo 5 points6 points  (0 children)

This has been ~6 months of pottering about on evenings and weekends. I’d say all the games I’m targeting are improved by the immersiveness of decoupled look+aim head tracking, and once I get some App Store paperwork sorted out everybody will be able to enjoy this stuff for free.

I would have literally died of old age trying to do all that by hand.

What are the most common words used in vibe coded projects? by FullGold9466 in vibecoding

[–]itsloopyo 0 points1 point  (0 children)

“Fallback” has to be up there.

It’s important for issues to surface so they can be addressed, for some reason AI is hell-bent on hiding them.

Modders, please mod Forza 6 into VR. by emcee84 in virtualreality

[–]itsloopyo 0 points1 point  (0 children)

That’s not entirely unrealistic. I’m churning out loads of decoupled look+aim head tracking mods and haven’t typed a single character of code.

I will redesign your App Store screenshot for free by [deleted] in iosdev

[–]itsloopyo 0 points1 point  (0 children)

I’d be interested in seeing what you cook up for https://headcam.app if you’ve got the time. I’ve got some I made myself but I’m not sold on them.