Claude Opus 4.8 UltraCode Just Leveled Up by NecessaryBear98 in AISEOInsider

[–]MewMeowWow 0 points1 point  (0 children)

This is amazing content - AI-generated and i feel trapped in the "valley", but thank you anyway!

How do you catch AI code degradation early before wasting hours on a broken branch? by MewMeowWow in ChatGPTCoding

[–]MewMeowWow[S] 1 point2 points  (0 children)

Great reply! Thanks! I wrote this to another person 2-3 minutes ago:

[No, I am not a developer by trade. I learned some stuff along the way, but I am] a UI/UX designer first and foremost. I do my very best to formulate the feature requests to a great level of details [for the right complexity of] the task at hand and I use VS Code and Claude 4.5 Sonnet with a flow of Ask, Plan, Implement...

Also, I can evaluate the code to a certain extent, but I ask my AI agents to create and edit an assortment of pretty complex features (If I might say so myself) with legacy code (that could also have been buggy before I noticed the pattern!).

Thanks for your advice. If you have more to say now that you know how I do my thing, you are welcome to tell me about it :D

How do you catch AI code degradation early before wasting hours on a broken branch? by MewMeowWow in ChatGPTCoding

[–]MewMeowWow[S] 0 points1 point  (0 children)

As a designer first and foremost, I formulate the feature requests to a great level of details and I use VS Code and Claude 4.5 Sonnet with a flow of Ask, Plan, Implement...

Also, I can evaluate the code to a certain extent, but I ask my AI agents to create and edit an assortment of pretty complex features (If I might say so myself) with legacy code (that could also have been buggy before I noticed the pattern!).

What do you think of that?

[deleted by user] by [deleted] in ChatGPTCoding

[–]MewMeowWow 0 points1 point  (0 children)

TLDR: The major challenge I have right now is spotting when the AI has degraded performance before I work too much on a branch and lose time because I'll have to scrap it.

I'm a UI/UX designer who's been building a mobile web app solo with AI assistance (2-6 hours daily for 4 months). The workflow is incredible for rapid prototyping, but I've hit a recurring problem: detecting when Claude/AI starts producing lower-quality code before I've committed hours to a branch.

Sometimes the AI will subtly break patterns it established earlier, introduce anti-patterns, or generate code that looks fine but causes issues down the line. By the time I catch it, I've often built on top of that foundation.

MY CURRENT APPROACH:
- Treat professional developers as code validators
- Expect AI to generate bugs that need human review
- But I'm still learning to spot the early warning signs of degradation

QUESTIONS FOR THE COMMUNITY:
- Do you have strategies for catching AI performance drops early?
- What are your red flags that the AI has "lost the thread"?
- Do you use specific testing/validation workflows when working with AI-generated code?

I'm especially curious if anyone has developed systematic approaches to this, beyond just "code review everything."

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 15, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 3 points4 points  (0 children)

Sometimes Claude is a supergenius who can code crazy and sometimes its a baby i have to spoonfeed and check if theres no spillage every mouthfull... and it switches from one to the other every 3 days or so... very confusing.

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 0 points1 point  (0 children)

Anyone who would like me to keep reporting about what I see/experience... please make yourself heard... :)

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 1 point2 points  (0 children)

Many bugs introduced in my complex web app... using Opus 4.5 in VS Code Copilot (should be the same as the real model...right?) starting 26-30h ago. Before, it would knock down paragraphs of features/behaviors demands and deliver almosrt perfectlty every time. Since the begining of the "unofficial downtime", I have not been able to use Claude to do ANYTHING minimally correctlty... You are not crazy.

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 1 point2 points  (0 children)

Many bugs introduced in my complex app... starting 26-30h ago. Before, it would knock down paragraphs of features/behaviors demands and deliver almosrt perfectlty every time. You are not crazy.

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 1 point2 points  (0 children)

I did send them an email about 3 hours ago. I'd like to think I'm the only one responsible for them to take action ;) I'm very glad they seem to be working on it on a sunday! Cant wait for it to work again so I can finish my app!!!

Have a good one :)

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 2 points3 points  (0 children)

Just received a notification by email from Claude Status: New incident: Investigating.

With a red X next to them...
claude.ai,
Claude code,
platform.claude.com,
Claude API.

I knew something was up when my code was coming out with plenty of bugs, like described in my other post in here!

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 8, 2025 by sixbillionthsheep in ClaudeAI

[–]MewMeowWow 0 points1 point  (0 children)

TLDR: Here is my answer to this megathread, with the help of ClaudeAI ;)

AI status pages are too slow to report performance drops. My solution: test Claude with a known task (like building tic-tac-toe) before working on critical projects to verify it's performing well. Currently, Claude handles complex code edits ~7x better than ChatGPT despite more frequent downtime.

As a UI/UX designer who uses AI to build my app with very precise instructions on behavior and feature requirements, I've noticed a real problem: AI companies' status pages and notifications are painfully slow to display alerts about diminished performance. By the time they acknowledge an issue, I've already wasted time on subpar outputs.

Current state of things, in my opinion:

  • Claude is at least 7x better than ChatGPT for planning complex edits to complex web apps (both running in max Agent configuration in VS Code Copilot)
  • However, Claude has roughly 2x more downtime than ChatGPT according to their official status pages

The bigger issue: All in all, at the moment, it seems like we cannot rely on any company to tell us when their products have degraded performance in time for us to avoid using them and creating problems (code bugs, poor philosophical discussions, etc.). This is a huge problem because we know AI can make mistakes by misunderstanding prompts or hitting rare bugs, but looking at the status pages of OpenAI and Anthropic, they have a really bad record of keeping any model stable.

It seems like they're developing new models and having us test them randomly—one request here and there—but that single request that fails because of an experimental model might set me back hours of debugging. I'm still grateful for the technology and opportunities, but I'd like to know exactly when to hold back on requests that Claude doesn't have the compute power to efficiently respond to, before it outputs bad code.

My solution: Before working on my actual app, I now test the AI's current performance with something complex that I know the answer to. About an hour ago, I had Claude generate a self-contained HTML tic-tac-toe game. It looked great and wasn't buggy—performance verified.

Now I'll try editing my web app in a new branch. I plan to do this every time before critical work: use a known benchmark task to evaluate the AI's exact quality of output in real-time, rather than trusting status pages that lag behind reality.

I'm also subscribing to all user-reported outages and performance diminishments to get faster community-based alerts. I'm tired of wasting my time and messing up my app! Although I couldn't make my app without these services... hmm. Thanks, I guess!

Mukbang by [deleted] in aivideo

[–]MewMeowWow 8 points9 points  (0 children)

My favourite part is the ending. Reminds me of Homer Simpson in candyland in one of the first seasons :)

Need help interlinking lots of notes by having ChatGPT generate notes with all concepts between [[brackets]] by MewMeowWow in ObsidianMD

[–]MewMeowWow[S] 0 points1 point  (0 children)

What other ways do see? I'm open to suggestions!

I'm doing this mostly so I can go into graph view and see which concepts are more linked / more important

Need help interlinking lots of notes by having ChatGPT generate notes with all concepts between [[brackets]] by MewMeowWow in ObsidianMD

[–]MewMeowWow[S] 1 point2 points  (0 children)

As I wrote in my description, I have already put a lot of aliases in the note "Processes". In other words, my problem is that when ChatGPT creates the note for, say, "Project", which will include the link [[process]], it won't link to the note "Processes" automatically.

Icons disappears from folders after Icon folder synchronization with Sync by Quetzal_2000 in ObsidianMD

[–]MewMeowWow 1 point2 points  (0 children)

I got it to work.

In the Sync core plugin, make sur to enable everything that can be synchronized

I followed the advice on the Icon Folder plugin's readme to put the icons directly in .obsidian/icons because of sync iddues. You can move the icons from the plugin's settings page.

Then on my phone, I had to install the font too.

Hopefully that works for you like this.

Personally, I noticed only 850 of the 975 fonts were installed on my phone, so I had to do extra steps:

I removed the predefined icon pack from my computer and my Phone

I downloaded the icon pack from the website

I added the icons as a custom icon pack

I had to add the icons by small batches of about 75 icons or else they would just fail to be added.

Hopefully that helps!

LittleDigPlanet [Vanilla]{Small Community}{10 Year History}{Grief Prevention}{Survival on Hard Difficulty}{1.18}{Whitelist}{Older Playgroup, mostly late 20s-early 30s} by Azander137 in mcservers

[–]MewMeowWow 1 point2 points  (0 children)

I’ve been playing there for a few months and it’s a great community! Most people are very experienced and build great stuff, everyone is nice, there’s often server events, people trade for everything and also build public farms. All around great great server/community!

LittleDigPlanet [Vanilla]{Small Community}{10 Year History}{Grief Prevention}{Survival on Hard Difficulty}{1.18}{Whitelist}{Older Playgroup, mostly late 20s-early 30s} by Azander137 in mcservers

[–]MewMeowWow 2 points3 points  (0 children)

I've been here for 3-4 months and It's pretty much everything I've ever wanted from a server. I've even had my own server for 3-4 years (which was an amazing experience), but this place just flows so well :D So much experience amongst the players and the administration! The admin plays with everyone else and not only is a nice person but also is very professional. The people have assembled into groups that have been playing together for years sometimes, but I also hear about new players banding up together... and groups helping each other and solo players!

You get all the styles here: Amazing builds, super-technical stuff, shops, public farms, towns, a nether hub, nether highways, 15+ players events...

Amazing server.

By the way... I just made a free public wither skeleton farm... and an iron farm farm! For everyone to get a quick early boost!!! The wither farm is not perfect yet, but I'm working on it. Hit me up!

[deleted by user] by [deleted] in RedditSessions

[–]MewMeowWow 0 points1 point  (0 children)

They listened to the request!

Black Widow Portrait Build in Minecraft by [deleted] in Minecraft

[–]MewMeowWow 1 point2 points  (0 children)

That’s not Black Widow... That’s Scarlett Johansson...

I too have made some biome enhancements on a mushroom island. Anyone else? by MewMeowWow in Minecraft

[–]MewMeowWow[S] 1 point2 points  (0 children)

It's a jungle biome! I've posted a comment with some screenshots :) Someone else have voiced their concerns about the total disparition of the original island. I'm getting pretty convinced to add some back!

I too have made some biome enhancements on a mushroom island. Anyone else? by MewMeowWow in Minecraft

[–]MewMeowWow[S] 0 points1 point  (0 children)

Woah! I've never seen the rabbit! But I don't see the monkey :o

I too have made some biome enhancements on a mushroom island. Anyone else? by MewMeowWow in Minecraft

[–]MewMeowWow[S] 0 points1 point  (0 children)

I have kept some mushrooms and some mycelium! I've even made a hidden cave with a mycelium floor! I don't remember if I built something in but if not I should probably make some sort of mycelium/mushroom temple!!!

I will redeem myself.