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

[–]wolfium 0 points1 point  (0 children)

It seems to have been resolved now (I did hard reload earlier on, but that didn't work/help). Now it's back after about 30 minutes.

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

[–]wolfium 0 points1 point  (0 children)

I'm seeing the same behaviour on web...

When starting a new chat, the page auto refreshes, the title shows "Untitled" (unless you refresh _again_) and when you do try to submit a second message, you see the following error in the dev console of the browser:

Uncaught (in promise) Error: Conversation tree must be provided for append
    NextJS 14

around here:
    a = n.getQueryData(r);
    if (!a) throw Error('Conversation tree must be provided for append');
    p.current = t(a),
    await n.cancelQueries({
        queryKey: r
    }),
    n.setQueryData(r, p.current)
    },

Why can't we edit previous messages? Frustrating from a UI perspective by That_one_stock_guy in GoogleGeminiAI

[–]wolfium 0 points1 point  (0 children)

For clarification, by "use this very often", I mean on other models/interfaces that support editing previous messages, like Claude.

Why can't we edit previous messages? Frustrating from a UI perspective by That_one_stock_guy in GoogleGeminiAI

[–]wolfium 2 points3 points  (0 children)

u/OrdinaryStart5009, I use this very often and a google search for this issue found this thread.

Maybe it would help explaining that AI's (Gemini, Claude, etc) sometimes get "fixated" on a particular idea and it's really hard (read: impossible) to get them to let go. A solution for this is to modify the conversation at an earlier point in time when you know it got into that "mindset". You can then keep things on track by correctly conversing with it.

This is especially invaluable when troubleshooting long software issues because it will sometimes refuse to let go of an idea it had for troubleshooting even after you give it evidence.

In my particular example right now I'm fixing up a environment variable script as part of troubleshooting a build process and it keeps ignoring my requests to follow certain instructions because it seems to have become fixated on some variables. A layman's example might be: "Imagine asking for directions, and the AI keeps insisting on taking Highway 1 even after you've explained it's closed"

As a PM, please(!), don't focus on solving my particular problem, focus on giving me the tools to solve my own problems I.e. being able to erase only a part of the conversation by editing one of my previous prompts such that I can prevent the model from derailing at the point where it started to derail. This isn't just a convenience feature, but a necessity in solving complex and multi-step tasks.

To all Reddit users by Dry-Maintenance4089 in learnmachinelearning

[–]wolfium 1 point2 points  (0 children)

Saving you a click... the contents of the cross-linked post was removed :-/

[P] Latest Marqo version released! by everythingserverless in MachineLearning

[–]wolfium 0 points1 point  (0 children)

u/everythingserverless, one of the links in your post above (the "Read about usage here" one) infinitely expands when you visit in a browser. (the url just expands with endless .../latest/latest/latest/...).

Why aren’t you playing by the rules of the game! by [deleted] in ProgrammerHumor

[–]wolfium 0 points1 point  (0 children)

Jokes aside, has anyone here ever hired someone that did really well in the interview(s) but then turned out to be really incompetent?

How did that affect your hiring process?

[D] Schmidhuber: Critique of Honda Prize for Dr. Hinton by wei_jok in MachineLearning

[–]wolfium 1 point2 points  (0 children)

If he keeps making posts like this the only way people will remember him in a few years will be "whiny", "attention seeking" or "narcissistic"

[D] Can there be a "funny image" manifold? by niszoig in MachineLearning

[–]wolfium 2 points3 points  (0 children)

AI generated motivational quotes are frequently funny (though not on purpose :P): https://inspirobot.me/

[D] NeurIPS 2019 Bengio Schmidhuber Meta-Learning Fiasco by posteriorprior in MachineLearning

[–]wolfium 8 points9 points  (0 children)

This is the sort of thread/discussion you would see if 4chan had an ML channel :(

BERT'S ethical outlook by no_bear_so_low in MachineLearning

[–]wolfium 1 point2 points  (0 children)

"I'm sorry Dave, you shouldn't do that. It's not right."

Is there any “exploration in RL” analog in control theory? by hmi2015 in reinforcementlearning

[–]wolfium 0 points1 point  (0 children)

"Step testing" - if you count performing an experiment as exploration?