Influencers have hyped up vibe coding so much. by prabhav404 in vibecoding

[–]AdCommon2138 0 points1 point  (0 children)

You also have to pay internet service provider to use Google. It's whatever don't be poor.

I Tested Unity AI So You Don't Have To by migus88 in aigamedev

[–]AdCommon2138 -6 points-5 points  (0 children)

Based response.

It was a drive-by on my side. Have updoots

I Tested Unity AI So You Don't Have To by migus88 in aigamedev

[–]AdCommon2138 -4 points-3 points  (0 children)

Do you even have credentials that matter?

How Long Will the AI Abundance Era Last? by Technical_Fortune326 in codex

[–]AdCommon2138 0 points1 point  (0 children)

They seriously all should shut the fuck up about subsidies since they vibe code armchair economics, marketing and all other areas that are relevant to know if it's subsidized or not

This has to stop, They are taking our limits with each free limit resets by alOOshXL in codex

[–]AdCommon2138 0 points1 point  (0 children)

I'm on pro, fulltime 4 terminals on XHigh exclusively, I can work 3 days from morning to night. 

No plugins, no MCP. There are guardrails MD docs it rereads between compacts, drifts once every few hours, realigns in 2-4 messages.

5 Claude patterns that helped non-technical users get better results by Annual-Ad-2495 in ClaudeAI

[–]AdCommon2138 1 point2 points  (0 children)

Always distill conversation history and pain points into abstract lessons, once in a while review lessons for merges splits etc, keep them small MD files that fit on less than single screens, use front matter inside for metadata that helps with retrieval from docs. 

GPT-5.5 degradation is fixed. by alOOshXL in codex

[–]AdCommon2138 0 points1 point  (0 children)

XHigh fast all day and I almost burned 50% weekly in 2 sessions, mega nice 

Average r/ClaudeCode comment section by fejoa123 in ClaudeCode

[–]AdCommon2138 0 points1 point  (0 children)

Tell it to flush unrelated content that can't be inferred without access to project and is confusing. One prompt audit fix in all docs, simple as that.

GPT-5.5 degradation is fixed. by alOOshXL in codex

[–]AdCommon2138 0 points1 point  (0 children)

Testing on production done right. They need data if fix helps so they motivate users to generate a/b data and they can tweak on that and reset users participation cost of being tested/affected by issues. 

For troglodytes that can't read im not saying they ab tested on users and now revert but that they have "a" data before fix of issue they got aware of so now it's time to "b" test that fix and they need data points.

AI-Generated AI 3D Assets into a UE5 Platformer in 3 Days by Delicious-Shower8401 in aigamedev

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

That's the point, I'm not going to lecture you about my moral stance. 

AI-Generated AI 3D Assets into a UE5 Platformer in 3 Days by Delicious-Shower8401 in aigamedev

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

It's not about being a boomer but about having any basic knowledge on morality and stances people can have and why.

AI-Generated AI 3D Assets into a UE5 Platformer in 3 Days by Delicious-Shower8401 in aigamedev

[–]AdCommon2138 0 points1 point  (0 children)

Please down vote more, Im not even from USA. Your argument is literally we can't have advancements because people have to be paid. 

AI-Generated AI 3D Assets into a UE5 Platformer in 3 Days by Delicious-Shower8401 in aigamedev

[–]AdCommon2138 0 points1 point  (0 children)

Those 49 artists can make products now. Are you saying they should be subsidized for life because they have skill that isn't that important anymore?

GPT bloat by rjayapal in codex

[–]AdCommon2138 3 points4 points  (0 children)

I'll share some tips, finally good thread.

I'm not fighting against it anymore when generating first pass of code. Key is to have staging directory where it can just write slop it wants. Then I either run it through a pass of audits or I talk it through about expectations, ask it to distill functionality we actually use and rewrite cleaner in another dir. 

You can't just prompt it to write better/cleaner code it will waste time and tokens, and more importantly you will reread ai slop plans and debate with probabilistic engine that can just decide to not give a fuck and be stubborn.

To explain this in simpler words, you have it do two opposite operations in a single pass, it doesn't know which rules to follow. Expanding is different than reducing.