8/24/2026 at 4:28:22 AM
> 3.) Fictitious Domain Considerations: As you may know, domains that has ".web" have faced issues related to fictitious domain name usage. While ".one" is not ".web" the combination of the subdomain and TLD triggers similar security protocols.This is an LLM response. It's the classic pattern where the LLM says something completely unrelated to the topic at hand, realizes that it doesn't have a backspace key, and tries to hedge it in.
by CGamesPlay
8/24/2026 at 11:38:57 AM
Has anyone ever tried giving LLMs a backspace? I have long wondered if their responses could be better if they had the ability to correct earlier parts of their text. Imagine how much harder it would be for us to write coherently with no backspace!by StilesCrisis
8/24/2026 at 12:28:47 PM
Thinking mode is exactly this. The LLM is allowed to dump thoughts, correcting itself along the way, and only surfaces the cleaned-up final answer to the userby kangalioo
8/24/2026 at 1:03:45 PM
It's not exactly this. It's something like it. But it's not a token that erases a previous token. Not that I know how that would work or how you'd get training data (edit histories of internet comments seem too few).(You could have a token that hides previous tokens, but that'd be rather closer to CoT.)
by krautsauer
8/24/2026 at 1:10:05 PM
You could burn a few tokens by prompting the LLM to summarize the omit all of the "wrong" answers (where it overrode itself), after the user accepts the response. It'd probably reduce token use in the end, especially for long sessions.by dpkirchner
8/24/2026 at 2:20:08 PM
I'm not sure how that would work. You'd need to be able to reverse the operations in the KV cache, and I'm not sure if it's doable or not. And then you'd need to pick another path, or "rebalance" the probabilities or you'd go the same token path. CoT is probably easier to implement (but not necessarily better).by Aissen
8/24/2026 at 3:31:41 PM
You could set up checkpoints where you store off the current state, and roll back to those checkpoints?by StilesCrisis
8/24/2026 at 3:34:06 PM
Definitely, this is the easy "bruteforce" way, but it would require more memory, and would not resolve the second part of the problem (i.e "how to pick a better path").by Aissen
8/24/2026 at 5:14:46 PM
I'm not an LLM engineer, but I just got an idea of how it could work, combining CoT + checkpoints :- use checkpoints to save KV cache before trigger CoT
- trigger CoT, save result as a summary
- go back to previous checkpoint
- instead of generating tokens, add result of CoT summary as input tokens
- continue normally
For the price of twice the KV cache memory, the context stays perpetually small, allowing smarter sessions. You can even apply that continually by summarizing tool calls, etc.
This idea is free.
I'm not sure it's that advantageous though: it consumes more memory, and the sessions are already quite long at 1M+ tokens. One would need to run the economics down, and just test if the shorter sessions are actually smarter with the continuous summarization.
by Aissen
8/24/2026 at 1:09:03 PM
Backtracking, of sorts. The LLM descends a seemingly fruitful path, and all of a sudden that path seems less so. So you backtrack a few tokens ("erasing"/"undoing") and resample the probability distribution a bit back in the stream.by gspr
8/25/2026 at 2:59:55 AM
Would it retain some memory of the fact that it backtracked? That path becoming less likely somehow?by krautsauer
8/24/2026 at 1:01:23 PM
ChatGPT does this. It will present an initial response, then change its mind partway through the thinking process and present a different response.by zarzavat
8/24/2026 at 2:12:59 PM
Oh wow, I'd like to see this. Any prompt which reliably triggers it? (Seahorse emoji comes to mind!)by StilesCrisis
8/25/2026 at 3:57:41 AM
It does it quite consistently on higher reasoning.I believe they have made display answer a tool call so that it can keep updating its answer as it thinks, instead of doing all the reasoning up front, essentially inverting the usual flow. You can use this pattern with any model that supports tool calling.
by zarzavat
8/24/2026 at 2:14:31 PM
Copilot does this too, kinda. It will give an initial response, realize that it might tangentially criticize Microsoft, then change that response to a refusal.by deaton
8/24/2026 at 3:24:59 PM
That's not a backspace, that's just a nanny filter. I think all bigco LLMs have something similar. e.g. Claude obviously uses this to prevent Fable from doing security work.by StilesCrisis
8/24/2026 at 2:29:18 PM
Chatgpt will erase text it wants to censor if you get near sensitive topics.by kevin_thibedeau
8/24/2026 at 3:25:32 PM
What sort of prompt would exercise this?by StilesCrisis
8/24/2026 at 4:21:05 PM
I inquired into a court case against a police officer who committed a sex crime. I only wanted to know the disposition of the case with no details. It briefly spit out a response involving the victim and wiped it away with a refusal to answer more questions. This was a year ago and the behavior may have changed by now.by kevin_thibedeau
8/24/2026 at 5:35:42 PM
That's just a standard nanny filter. The filter realized it was in the process of saying "sexual assault" or the like, and just shut the conversation down.by StilesCrisis
8/24/2026 at 11:54:31 AM
Yes, it was invented by an anonymous user on 4chan in the early 2020s, then sanitized by a Google paper some years later as CoT (chain of thought) or thinking tags, where the model iterates on its own before writing a final response.All models do it now.
by Chu4eeno
8/24/2026 at 4:58:54 AM
There needs to be a Hanlon’s razor but for suspecting something is LLM generated. The typo and grammar mistakes in the response lead me to think it’s a human, but no way to really know.by natpalmer1776
8/24/2026 at 9:14:53 AM
> The typo and grammar mistakes in the response lead me to think it’s a humanPeople using LLMs to "spam" slop already caught up on this sentiment and are purposefully introducing grammar and spelling mistakes in the outputs now. I'm not saying yay/nay in this particular case, just sharing what I've seen in the wild. If a company get complaints that customer support is too robotic after starting to use LLMs for it, making it more concise and introducing subtle mistakes are two surefire approaches they'd get recommended.
by embedding-shape
8/24/2026 at 11:08:36 AM
I refuse to believe there are actual human beings so blatantly splitting a single concept into three artificial points.by neuroticnews25
8/24/2026 at 3:19:36 PM
Been happening for years. You are not talking to a Developer but someone employed to do "support" who 1) might not know much or 2) think they know a lot but they don't 3) can't tell you the actual reason so try and BS an answer that will make you go away.by lbriner
8/24/2026 at 11:40:42 AM
There needs to be a Grey's law but for suspecting something is LLM generated.by pwdisswordfishq
8/24/2026 at 5:15:10 AM
I GUARANTEE that was written by AI. This type of slop is unmistakableby Matheus28
8/24/2026 at 8:22:12 AM
Strongly doubt that a LLM would say "domains that has .web". Maybe it's a human paraphrasing a LLM.by FeepingCreature
8/24/2026 at 9:16:28 AM
For what it's worth and I know it can't be trusted, one of the AI detectors reported that sentence as "Your most AI sentences"In this case, the combination of "web" and ".one" triggers these security measures.
It also flagged the whole email as 100% AI.
by cube00
8/24/2026 at 1:17:39 PM
To do this you need to run hallucinated command
but wait, this command only existe for aws cli, not for oracle cli, so you need to run actual command
Regularly happens to me in chatgpt.
by Traubenfuchs
8/24/2026 at 12:37:29 PM
Plus the idiot bot has confabulated a subdomain.by chrisjj
8/24/2026 at 3:09:36 PM
Why did you post the exact same comment three hours before this one?by iamtedd
8/24/2026 at 9:17:15 AM
Plus this idiot bot has confabulated a subdomain.by chrisjj
8/24/2026 at 6:57:50 AM
This doesn't make sense, even if the LLM had access to the source codeBut yeah I kinda understand why would they want to block stuff with 'web'
by raverbashing