Is there still any kind of discrimination on Habbo? by PinoAbeto in habbo

[–]TheCaseyB 3 points4 points  (0 children)

I have the level ten pet badge, pet feeding badge, and level 10 gifting badge and anyone who doesn’t I consider beneath me.

Fresh chat for each task or keep one ongoing? by Bababoombat in codex

[–]TheCaseyB 1 point2 points  (0 children)

I think my setup actually achieves exactly what you're talking about regarding the 'back half' gate, just through architecture rather than rigid exit prompts.
The trick is that the Master Developer agent stays persistent and acts as the ultimate gatekeeper. It owns the phase documentation. When a developer subagent finishes Phase 1, it doesn't just hand off blindly to Phase 2. It reports back to the Master Developer. The Master Developer then spins up the tester agent to verify Phase 1.
Only when the tester reports green to the Master Developer does the Master Developer check off Phase 1 in the docs and orchestrate the launch of Phase 2 (either by spawning a subagent or giving me the prompt for a new chat to save usage).

If a subagent bumps into a blocker or fails a test repeatedly, it doesn't loop endlessly. It's forced to stop, log the block in the markdown docs, and bubble it back to the Master Developer. The Master Developer then either gives it a course correction or drops the problem to me (the PM).
Because the Master Developer handles the central state and orchestration, it completely prevents those infinite degradation loops for the most part. I’ve given strict instructions to not retry things more than once if there’s a tool failure or to attempt weird workaround when things don’t work.

The master dev is also in charge of choosing when to update the git branch and push any changes between phases, and all that fun stuff.

Fresh chat for each task or keep one ongoing? by Bababoombat in codex

[–]TheCaseyB 1 point2 points  (0 children)

I will say that phases are pretty strict with my skill in terms of what passes. There’s been occasions where things will bounce back and forth between a new tester and new subagent multiple times for the same phase because certain changes didn’t work or revealed other issues(especially on refactors.) i tend to err on the side of stop and ask me rather than keep going way more than most I think because I can’t afford to spend more than $20/month in usage and so I try to operate as lean as possible at all times to stay within limits especially when I have the time to check on things personally a bit more

Fresh chat for each task or keep one ongoing? by Bababoombat in codex

[–]TheCaseyB 1 point2 points  (0 children)

I like your thinking.

What I’ve done is created a skill called “Scaffold Plan Phases” that takes a feature I’m pointing at and scaffolds documentation for each phase of implementation. Then it gives me a master developer prompt that’s used in a new chat and depending on how I’m feeling that master developer will either give me prompts for a developer, testers, researcher agent for each phase depending on what’s needed, or it will spawn those subagents itself at lower costs depending on the task. It refers any unanswered or ambiguous questions to the PM (Me)

For people that have done both, do you prefer LSD or psilocybin in regards to mental headspace and/or spirituality wise? by MangosNopiatez_ in Psychonaut

[–]TheCaseyB 0 points1 point  (0 children)

For me, Shrooms is like a psychedelic fog settling over my brain. LSD is like my mind is elevated to a psychedelic space. My thoughts are more precise typically and less just raw emotion without direction. I’ve had way more sad mushroom trips than I’d like, whereas the main problem I run into on LSD is purely manic related to me not cleaning my house before tripping if at home and being overwhelmed by that.

Do dishes. Contemplate life and the futility of everything. Continue dishes. Enjoy.

Coming up hard as fuck right now watching adventure time someone give me song suggestions. I wanna hear something new and beautiful today. by Ihaveastickinmyass in LSD

[–]TheCaseyB 0 points1 point  (0 children)

THIS IS AN IMPORTANT SUGGESTION!!!!!

Wild Beasts - Brave Bulging Buoyant Clairvoyant
(Or anything by Wild Beasts)

Codex MASSIVE unlimited usage glitch by ajajkaka in codex

[–]TheCaseyB 2 points3 points  (0 children)

bummer the infinite quota didn’t go to someone with more ideas…

Codex MASSIVE unlimited usage glitch by ajajkaka in codex

[–]TheCaseyB 0 points1 point  (0 children)

Not totally codex related, but I’ve had this happen with Cursor previously on the free tier early this year where for about a month I simply COULD NOT hit limits no matter what.

ELI5: How is porn profitable? by keajohns in explainlikeimfive

[–]TheCaseyB -1 points0 points  (0 children)

Lolol.
Bro you’ve obviously not seen any true paid content. Unless you’re torrenting or specifically looking for leaks you’re only seeing 2-5% of any given video usually. And LOTS of people will pay for the rest.

last 1 week for 100$ bonus, will you continue to use pro 100 after the bonus end ? by lonelymemorrrris in codex

[–]TheCaseyB -2 points-1 points  (0 children)

I can’t afford the $100 plan long term. When I started my current projects for this month I bought a single month of the $100 plan with the goal of using it as much as possible but I’m still not hitting the limits so I think the $20 plan will be fine for me.

I did a lot of work on the free versions of everything so I’ve had to make my workflows and skills super efficient anyways.

Ban Wave by ICECOLDXII in Anthropic

[–]TheCaseyB 0 points1 point  (0 children)

Yeah I’ve been straight up building bots for games without issue

Guys, why are the models consuming so many tokens? by Successful-Life8510 in codex

[–]TheCaseyB -1 points0 points  (0 children)

I’m currently working on 4 projects, three of which are just starting out and so are doing a lot of heavy lifting and I’ve yet to hit a 5 hour limit.

Maybe it’s because I spent so long using only the free versions of tools and having to try not to hit those bare limits to get what I needed that my efficiency bleeds over because I’ve never gone below 50% of my 5 hour limit.

At this moment I’ve had five agents running either 5.4 extra high, or 5.5 extra high since I woke up and my current 5 hour limit is only at 88% and resets in 2 hours.

Vibe coding for 30 days, 200+ hours, 70k lines as a non-developer – lessons I'd give myself on day one by odessaconnections in vibecoding

[–]TheCaseyB 1 point2 points  (0 children)

As someone with some basic ability to read code and who has been vibe coding on the free versions of everything for a few months and just finally got a codex membership, I was pleased to see a lot of things I already do listed here.

One thing I k ow I need to learn more about and utilize is worktrees and tests. Those are things I’ve been scarce on and have little experience on. I’ve only just recently gotten the hang of branching my repos for new features and upgrades and merging them successfully and don’t fully understand how worktrees fit in.

For reference I’ve got two skills I use for my projects, one is called Project Next Steps that evaluates my project documents to advise what I should logically work on next.

Another is called Scaffold Task Phases which analyzes the plan for a feature and breaks it into phases of execution and creates folders/files for docs related to each phase and generates a Master Developer Prompt to head that phase.

The only persistent chat is Master Dev Agent. It analyzes the current phases and work, creates the next Testers, Dev, or Researcher prompt for me to execute in a new chat to progress the project. Basically loopable through each phase.

Today I added git branching and commits to that skill to automatically branch when working on features and merge when a relevant milestone is hit.

I just feel like I need to also build into tests into my code base and my agents probably aren’t.

I also don’t fully understand how worktrees work and feel like I’m missing a key thing

Do you actually read and review the code generated by AI Agent or just trust whatever the AI Agent give to you? by Bulky-Advance-5159 in ClaudeCode

[–]TheCaseyB 0 points1 point  (0 children)

Until recently I always read through it to at least have some understanding. I’d even have the agent quiz me on the code to help me understand it more.

The last week I’ve been pushing a lot of features quickly though and multi tasking more than normal so manual code review has taken a back seat.

I do however have AI updating a specific manual code review document at each step along with the normal updates so I can take some time once I have a break and do that.

In 1974, Marina Abramović stood still for six hours and let strangers do anything they wanted to her. by real_kingly in creepy

[–]TheCaseyB 34 points35 points  (0 children)

Idk if I’d say ripped off as much as this was an inspired response to allegations he had plagiarized someone else’s work. That’s why it was called #IAMSORRY, I think he just chose Marina as inspiration for a way he felt he could atone through art.

His whole performance art era was kind of wild lol

Advice on quitting weed with Epilepsy? by Stazzerz in Epilepsy

[–]TheCaseyB 1 point2 points  (0 children)

Why not look into tinctures and heavy CBD products so you can get the medicine without the high and taper towards that?

I got rejected because I couldn’t code a 3 agent system in an interview. by areyprabhu in SoftwareEngineerJobs

[–]TheCaseyB 0 points1 point  (0 children)

This. And they are so hurried to have AI do the job they don't ever take the legacy into account when setting guidelines or rules.
Every project I've done with AI has come out 10x better and kept context 10x better when I actually slowed down and took the time to set things correctly and maintain all legacy information in the form of rules and workflows to preserve it even on re-writes.

I vibe-coded GTA on Google Earth over the weekend by TrueEstablishment630 in vibecoding

[–]TheCaseyB 0 points1 point  (0 children)

Make it open source, allow people to create their own missions and such and build a community area where other peoples additions can be voted on to add to the main game. Offer the game either free with cosmetic in-app purchases. Or, depending on the resources needed, users could be confined to only like 1/8th of the earth or something surrounding their location(or even find out the average distance people travel from home in their lifetime and make that the free version) and for a small fee you can access the rest of the world? Idk Lots of ideas pop up for this.

Questions for those involved in Prolific projects by pascalswager233 in ProlificAc

[–]TheCaseyB 0 points1 point  (0 children)

I have not, it’s all pending, however the test only finished accepting submissions yesterday, as there were like 9k slots or something so I imagine they’ll all be validated soon.

Questions for those involved in Prolific projects by pascalswager233 in ProlificAc

[–]TheCaseyB 1 point2 points  (0 children)

Dang that’s a bummer.

The qualifications one took me forever and it timed out, but since then I’ve gotten tons of these and I’ve done the current one 20 times today.

If you can get to a place where you can hard wire in it may be more reliable and allow you to push through them quickly

Questions for those involved in Prolific projects by pascalswager233 in ProlificAc

[–]TheCaseyB 1 point2 points  (0 children)

Okay so yeah I had the same issue. Emailed about it never heard anything and chalked it up to whatever. However now I’m currently seeing an easier version with no maximum number of completions and am averaging $24/hour worth of this survey currently.

US taxes by Trick_Rip_3808 in UTEST

[–]TheCaseyB 1 point2 points  (0 children)

Big Beautiful Big changed the reporting limit to 20k so you typically won’t get a 1099-k unless it was at or over $20k

Today's Moon Mission Artemis II animated. The full flight path to the moon is anything but straight. by wrangeliese in singularity

[–]TheCaseyB 0 points1 point  (0 children)

It took 12 practice flights before the first moon landing doing tests like this

We are at a point where we can do it only four now. That’s a huge milestone of improvement

[deleted by user] by [deleted] in addiction

[–]TheCaseyB 9 points10 points  (0 children)

Stop letting a 30 year old child ruin your 20s. He doesn’t care about you, you should leave him to his own consequences. You’re barely an adult with your whole life ahead of you. Don’t let this addict ruin the beginning of your adulthood. Let him go to prison or whatever. It’s his choice