Tech Company: At long last, we have created the Torment Nexus from classic sci-fi novel Don't Create The Torment Nexus.
the 'torment nexus' is what you'd call heaven if we built it and you weren't in it"
https://x.com/AlexBlechman/status/1457842724128833538?lang=e...
Also, "sufficiently advanced technology is indistinguishable from magic". Both can be made good and evil.
A mentally unstable person being “made” to do something by a chatbot is no different from other mentally unstable people doing bad things because they saw them in a TV show.
It's worked pretty well for Palantir?
(On second thought, the LLM probably made up this analogy on its own… which, in a way, is even worse.)
[0]: https://www.reddit.com/r/BrandNewSentence/comments/15hcc4x/c...
For those without X accounts
Works well. Bookmarking this.
Your option is basically either upload to twitter, or put the YouTube link at the end just before a screenshot. Or both a video and a YouTube link, I suppose.
If you trigger their YouTube embed, it seems like it gets penalized quite harshly. I’ve seen other people agree with the sentiment.
This is also why capitalization is important. In the title, "remarkable" refers to "Remarkable Paper Pro", a tablet. Not knowing that "Fable turned remarkable into Tom Riddle's diary" is very hard to parse.
I love that people can just bang stuff into existence now.
There were times in my life where I would wait for an engineering team to change the color of a button for a day to a week.
We are not in the slow times anymore.
lolwat
sarcasm surely
Is this not just... a chat UI?
Doesn’t stop it from being really cool though.
Incidentally, I have a Remarkable 2 and as of this weekend an m4 iPad air. Maybe I'll test this one out and see what the landscape for running models on iOS looks like.
It's cool because LLMs are actually fucking amazing technology and people are already numb to it.
A lot of people seem to be hating on that it was an evil diary in the novel but that doesn't mean there can't be a good version of it!
What's the point that Fable is making here?
:0
> an answer writes itself back in a flowing hand, stroke by stroke, then fades away.
Characters aren't "flowing" at all, it's very much just printing text. Like, I could change my terminal font to a fancy font and get very much the same visual experience.
Also, how are we not over Harry Potter yet? There's a MILLION examples of this phenomena in fiction. Heck, even the Bible has an example of text mysteriously appearing (it's where we get the idiom "The Writing's on the Wall".)
No soul. No care. No consideration. Just slop appearing as text. Shut the *fuck* up BOT. How in the hell is this not the most appalling, offensive smell by now? All this says to me is someone proompted some garbage into barely working, didn't even bother to look at what the stupid token machine generated for a readme. How unfathomably embarassing.
I cannot take any project seriously no matter how silly it presents itself as if this sort of obvious slop CRAP makes it into what is presented. Good fucking god give the slightest hint of a fuck if you want me to care at all about what you're throwing into the aether. Rub a few brain cells together, please.
You've always wondered what would happen if Thing You Like had existed alongside Other Thing You Like. They called you crazy. They told you it could never happen.
They were wrong.
For the first time, Thing and Other Thing together - just like you imagined. It's not fiction. It's not a dream. It's real, and you can have it now - today. Thing Other Thing. Experience the magic with 40% off your first month's subscription if you sign up in the next 20 minutes.
I don't feel as activated about it as OP, but only because I've already opted myself out of this media landscape as much as possible. I think it's perfectly natural to be hostile towards such overt hijacking of one's limbic system. Modern marketing is incredibly toxic.
[1] https://en.wikipedia.org/wiki/Deaths_linked_to_chatbots#Suic...
There’s an uncensored model floating around that you can run locally with llama.cpp: https://www.reddit.com/r/LocalLLaMA/comments/1rq7jtm/qwen353... it’s annoying to use since you run out of context window quickly, and it’s certainly not able to be deployed in production (i.e. Tom Riddle’s diary as a service).
For better or worse, fun is no longer allowed. It coincided with “AI psychosis” being coined as a term.
I can easily imagine it happening, especially after some point where they start using the same systems to "enhance" your query.
[0] To be specific, your searches will be placed into a narrative document template, where a character Mr. Safety Bot is about to speak a verdict, and then the LLM story-generator decides whether it "fits" for Mr. Safety Bot to declare you banned.
The same tactics used in game development against cheaters. If it would ban you right after prompt you'll know how to avoid getting banned.
Obviously that didn't worked for you because you wasn't doing multiple attempts to bypass filters like if you were jailbreaking it by repeatedly trying different stuff.
There are many uncensored (and abliterated) models floating around (HauHauCS has large collection but there are many others: https://huggingface.co/HauhauCS). I'm using `Qwen3.6-35B-A3B-Uncensored-Q4_K_M` (the one referenced in your link) because I find it's writing style much more interesting when you push go off the guardrails a bit, and because I think self-censoring when effectively using an advanced journal is variety of dystopian I'm not ready to accept
> it’s annoying to use since you run out of context window quickly, and it’s certainly not able to be deployed in production (i.e. Tom Riddle’s diary as a service).
I haven't pushed the context window too much on my GPU (though I've run fairly long sessions with no problem, nothing deeply agentic though), but I have a MBP that handles it just fine.
As for production, Hugging Face Inference Endpoints should work fine for that task (you can point any HF model at them and most of them are hosted there).
> For better or worse, fun is no longer allowed.
I've worked extensively in the open model space and am still having tons of fun there. If anything it's gotten aggressively better in recent months.
So glad local models are getting good enough to be deployed. The uncensored model’s output was far better than expected in a domain that triggers guardrails with ChatGPT and Claude.
It wasn’t one prompt, it was a detailed conversation where I was trying to find out the exact dosage of barbiturates that assisted suicide programs use.
Why not?
This particular use case might work, since no one can write fast enough to consume too many tokens — the whole session should fit in the context window. But you’ll need to handle all the people connecting to your service indefinitely, which will become expensive for a hobby project.
But sure, theoretically you could deploy it if you have resources. I’m not sure what you’d use to create instances of chat sessions, or if llama.cpp offers an API you can build the app on top of (probably) or whether that’s a workable solution.