upvote
I hit the safety feature when I ask something I saw that blocked other biologists: "why did the chicken cross the road?"

Due to my standard cancer research work I'm blocked from Fable.

That said, with how execrable all the 5 models have been, I can't imagine I'm missing much. It's impossible to get an intelligible explanation in text out of the 5 models, and the mistakes are just comically bad on anything that's not code.

Cancelled my subscription, and can't imagine going back since OpenRouter gives me a consistent model that I can trust won't change underneath me.

reply
Why would cancer work be safeguarded? Are they afraid some cartel is going to, like, invent a stronger cancer?
reply
My theory is that they’re pretending it’s about biological weapons but really they want to charge pharmaceutical companies $$$ to help with research. (Essentially a Mythos type segmentation for biology)
reply
Fable zaps anything that seems even vaguely biological.
reply
They have some allowance flags, you should email them.
reply
Honestly, unless what you are doing is frankly illegal, it usually is possible for you to get around most safeguards for coding things if you also know how to write code. Most problems have a separable completely innocuous core that Fable would gladly do. Then you can implement the problematic parts yourself. Particularly things like copyright issues, web scraping etc.
reply
> Then you can implement the problematic parts yourself.

Or with another LLM, but yeah. The only issue is when it's a monorepo and fable does ls/grep. I've got a file named `system_prompt` in a completely innocent project and as soon as fable accidentally stumbled upon it - cyber.

Hacked together something with omp and sandbox-exec so that only whitelisted models can see some parts of the project. Works pretty well.

reply
If it doesnt have a context (what you are using it for) then it's happy to do it. If you have X amount of code you can ask it to generate (X/5)5 and there is no problem. Like you said, you have to know what you are doing. You have to know what it needs to write so that you can tell it to write the parts.
reply