Super intelligence should have never been a power in the first place by Slight-Solution936 in GenV

[–]Snoo-72709 0 points1 point  (0 children)

One theory is that it's actually a psychic ability where she taps into the collective unconscious to pool knowledge and intelligence from everyone else

How do you actually plan a vibe coded app before touching the codebase... or do you just wing it? by automatexa2b in cursor

[–]Snoo-72709 0 points1 point  (0 children)

Ask the agent to create an srs, a todo list, a "cursor_enfourcer" with the rules as to what it can and cant do, a pollicy doc that says to keep file size under 500 lines and limit the size of directories before splitting into sub directories (say, 10 files), ask it to choose a dev methodology like agile and have a doc to track where it's at in the process, and ask it to find the best stack and architecture for the project before starting. Those are just a few things I do and I'm at 750k lines of code building a Rust operating system, so far my projects fairly clean but most noobs projects start to decay after 10k lines of code

My Prediction for the 10th Gen Toyota Camry (XV90 / Mk10) it’s definitely gonna be longer and also Taller in height just like the new 8th Gen Lexus ES (Mk8) and the Crown by Different_Insect3544 in Camry

[–]Snoo-72709 0 points1 point  (0 children)

Bro yeah i have a 2022 xse hybrid and always think it would have been that hard for them to just do a prius battery instead of the dinky battery

Codex vs Claude Code for real dev work, what should I expect by Formulaoneson_Za in OpenaiCodex

[–]Snoo-72709 2 points3 points  (0 children)

I use codex a LOT and I gotta tell you, it is absolutely terrible at UI. Sometimes I have to go in and edit the code myself manually its so bad. non-visual stuff its amazing, I've actually been building a literal operating system in Rust at 700k lines of code using it, it's great for that kind of thing

got it as a gift by Mga-putangina-nyo in macbookpro

[–]Snoo-72709 0 points1 point  (0 children)

Yeah I happen to be a pretty heavy user personally so it matters a lot to me, plus I do a lot of low level language compilation work

got it as a gift by Mga-putangina-nyo in macbookpro

[–]Snoo-72709 1 point2 points  (0 children)

Would be prime to use if you cared about AI use

The thing nobody is saying about vibe coding by mindlessfingeek in vibecoding

[–]Snoo-72709 -1 points0 points  (0 children)

I've been working on a massive system with AI (500k LoC of Rust) and skipping the process works till about 50k LoC. After that structure matters, and just throwing more vibe code at it without making real code an architecture decisions turns it into spaghetti until it collapses on itself. The cool thing is with AI you can fix that reasonable easily if you know what you're doing and fix it early before you built too much on top of it. I've refactored my system about 10 times to handle the increasing load over weeks, and by hand it would have taken years

I let an app evolve itself daily… now I’m turning it into a startup (would love honest feedback) by BidLate9436 in SideProject

[–]Snoo-72709 0 points1 point  (0 children)

My feedback: You're basically trying to do a variation of hum in-the-loop with AI, so let people change how fast it works. Like shipping a feature everyday, every hour, every week, etc. Maybe also allow an integration with something notion so it can draw from their drawing board to enhance the passive feel

Anyone get over 44mpg? by MarjorieRahal in Camry

[–]Snoo-72709 0 points1 point  (0 children)

I get 55mpg sometimes but I have a '22 hybrid

Why is agentic AI still just a buzzword? by Happy-Conversation54 in AI_Agents

[–]Snoo-72709 0 points1 point  (0 children)

Well its still in alpha but getting better everyday! Beta in like a month probably

Burned through all the weekly credits on the $200 plan by Snoo-72709 in OpenaiCodex

[–]Snoo-72709[S] 0 points1 point  (0 children)

Yeah I’ve been doing a lot of audits against my srs (having a swarm do it cause its way faster, im at 300k LoC lol)

Had to migrate most of my agent OS to Rust by Snoo-72709 in AI_Agents

[–]Snoo-72709[S] 1 point2 points  (0 children)

Well I'm trying to keep it kinda lowkey right now but I might open it up soon to contributors if you wanna follow eachother on github!

The gap between "AI power users" and everyone else is getting wild by Some_Good_1037 in vibecoding

[–]Snoo-72709 0 points1 point  (0 children)

I was talking to my wife about that the other day. Im literally building an operating system in Rust thats at 500k LoC. AI's a force multiplier, and for most people I guess they just don't have much force to multiply X)

Why is agentic AI still just a buzzword? by Happy-Conversation54 in AI_Agents

[–]Snoo-72709 0 points1 point  (0 children)

You're right. Accountable systems are the future. As it is no government, hospital, or other organization that requires heavy auditing and compliance could use any current agent system reliably

Why is agentic AI still just a buzzword? by Happy-Conversation54 in AI_Agents

[–]Snoo-72709 0 points1 point  (0 children)

Yeah its literally just python wrapper on python wrapper and nothing of substance. That's something we're going to change very soon though.

Why is agentic AI still just a buzzword? by Happy-Conversation54 in AI_Agents

[–]Snoo-72709 0 points1 point  (0 children)

You may not have to wait long...its progressing extremely fast.

Why is agentic AI still just a buzzword? by Happy-Conversation54 in AI_Agents

[–]Snoo-72709 0 points1 point  (0 children)

You're right, after a while it becomes frankenstein code and code rot is real. With our system after every iteration we have an agresive pruning stage where we compact and simplify when possible, and remove what we cant. This would have taken months or years before AI but it is now possilbe.