🔓 Prompt Injection: Warum 100% Sicherheit ein Mythos ist
Man kann jeden Prompt jailbreaken. Es gibt technisch gesehen einfach keine Möglichkeit das absolut sicher zu machen...
Ist bei Menschen übrigens nicht anders: Will mir jemand am Telefon eine Waschmaschine verkaufen und ich quatsche mit ihm am Ende über sein Wochenende, hab ich ihn auch gejailbreakt. 🤷♂️
LLMs haben echte Weltmodelle und sind keine simplen Skripte. Wer meint, er kann die Modelle mit ein paar Textregeln komplett abzusichen, hat Deep Learning einfach nicht ganz durchdrungen... 🧠
The RTX Pro 6000 has two matmul engines, and vLLM was only using one of them when I ran Qwen3.6 27B NVFP4
Marlin is nice for decoding, but CUTLASS is 3.5x faster processing large token prompts. For some reason, vLLM ran Marlin for both, because NVIDIA's checkpoint files mislabel what the model can actually do.
Fable 5 found out about all this and wrote a vLLM plugin that looks at the batch size and picks the right engine per call.
Results is almost 2x increase in prefill at all context lengths:
🚨 BREAKING:
these engineers figured out how to serve GLM 5.2 on @AMD MI355X at 2626 tok/s/node and 213 tok/s single stream at over 2x lower cost than Blackwell
that's ~80% of B200 throughput at over 2x lower cost
full write-up in reply to see how
✅Found a wild token hack that only works properly on Fable 5.
Claude charges image tokens by pixel size, not by how much text is in the image.
So someone built a proxy that renders your context into PNGs before sending it to the API.
Before: 92,000 tokens for a dense tool result
After: 4,761 tokens for the same content as a PNG
End-to-end bill savings: 59-70%.
SWE-bench tasks: same completion rate, half the cost.
Link in reply👇
CHINA JUST LEAKED THE FUTURE OF WEB APPS.
Alibaba open-sourced PageAgent and 99% of SaaS founders are sleeping on this.
It's a JavaScript AI agent that lives INSIDE your webpage. Users control your entire interface with natural language.
↳ No browser extensions needed, screenshots or multi-modal LLMs, headless browser setup, and also no backend rewrite required
Just drop it in your HTML with ONE line of code. What took 20 clicks now takes one sentence.
"Click login, fill in my credentials, submit the form"
Done. This is not a demo, it is production-ready.
↳ Turn any SaaS into an AI copilot in minutes
↳ Smart form filling for ERP, CRM, admin systems
↳ Voice commands and accessibility built in
↳ Multi-page agent tasks via Chrome extension
↳ MCP server support for external control
↳ Bring your own LLM (Qwen, GPT, Claude, anything)
Every founder building AI features just got a shortcut.
Every developer manually building copilots just got replaced.
The integration looks like this:
<script src="CDN_URL" crossorigin="true"></script>
That's it. Your app now has an AI agent.
Die Illusion der sicheren KI... 🚨
KI Modelle haben einen Bias, genau wie wir. Aktuelle Live Tests zeigen... Grok 4 performt hier deutlich objektiver als ChatGPT oder Claude. Aber macht euch nix vor... wie beim Menshcen kann man auch Modelle immer für Dinge zweckentfremden, für die sie nie ausgebildet wurden. absolute Absicherung gibt es nicht... wer was anderes behauptet, hat die Technik nicht verstanden 🧠🔥
#KI #KuenstlicheIntelligenz #LLM #Grok4 #DeepLearning
Anthropic’s hidden "spyware" warning shot at China:
The issue isn’t that Anthropic can detect proxies or collect operational metadata. That is expected.
The issue is that Claude Code allegedly encoded routing and China-related fingerprints into the system prompt using near-invisible Unicode/date-format changes.
It looks mire like a indirect warning: Anthropic can fingerprint proxy-based China routing, and it wants resellers and labs to know they are being watched.
Introducing TabFM, a foundation model designed specifically for tabular data classification & regression. This approach allows generation of high-quality predictions on previously unseen tables in a single forward pass.
Learn more and try out the model →https://t.co/OTbVQ8oUQs
What the f*ck is this GitHub repo, 33k+ stars in less than a month.
It's called OpenHuman, and the newest feature is why it's exploding, Super Context.
> The moment you open a new chat, it runs a context pass first
> Gathers what's relevant about you, your screen, your work
> Then answers turn one like it's turn ten, already grounded
It lives at the OS level, speaks in your voice across your whole system, connects to 118 apps you already use.
Runs locally, never leaves your machine, and keeps learning you the longer you use it.
It was #31 trending on GitHub for ten days straight and now it's the #1 repo on GitHub.
> Repo: https://t.co/jHEsjQn4Rq
browser extension for hermes agent @NousResearch
hermes lives on every tab🪽
- side panel chat on any page
- swap models: opus, gpt, grok, local
- session picker, vision + screenshots
- connects to your local or remote hermes gateway
- unofficial, open source, loved by community
https://t.co/zLblaDlB3L
Wir Menschen überschätzen uns maßlos. Bewusstsein und Gefühle? Letztlich auch nur Sensordaten gekoppelt an eine biologische Reward-funktion. 🤖 Mit Reinforcement Learning und sauberen Feedback-Loops können Maschinen das genauso abbilden. Aktuelle Open-Weights Modelle lesen Mimik oft eh schon besser als der Typ auf der Straße... Ein Roboter wird absolut fühlen können ... vieleicht sogar präziser und steuerbarer als wir. ⚙️🧠
#ArtificialIntelligence #ReinforcementLearning #Robotics #OpenWeights #FutureTech
📣📣 Meet Qwen-AgentWorld — a native language world model that simulates 7 agent environments (MCP, Search, Terminal, SWE, Web, OS, Android) within a single model. Environment modeling is the training objective from day one, not a post-hoc adaptation.
🤔 LLMs are trained to be better agents — better at acting in environments. But nobody has trained them to model the environments themselves.
🗺️ Our roadmap: investigate how language world modeling can push the boundaries of general agent capabilities, along two routes:
1️⃣ Build a foundation model for environment simulation — outperforming Claude Opus 4.8 and GPT-5.4 on AgentWorldBench
2️⃣ Investigate how world modeling enhances agent training:
🔬 Controllable Sim RL (agentic RL with LWM as environments) surpasses training in real environments
🧠 Learning to predict environments (LWM warm-up) makes agents stronger — remarkably, even without any agent-specific training, this predictive knowledge transfers to agentic tasks with zero fine-tuning
📑 Paper: https://t.co/Jx2l5RKq71
📖 Blog: https://t.co/7tVcKyhsx2
💻 GitHub: https://t.co/B5Lvb1UZCn
🤗 HuggingFace: https://t.co/Kw3QBL1TM5
🧩 ModelScope: https://t.co/YBnGYgMWWI
Baidu acaba de romper una de las limitaciones más grandes del OCR actual.
Unlimited-OCR procesa documentos enteros de una sola pasada, sin chunking.
Es el siguiente paso después de DeepSeek-OCR.
REPOOO👇
🙏 Thanks to the @NVIDIAAI team for highlighting DFlash support on vLLM!
With DFlash speculative decoding, swapping EAGLE-3 for a DFlash checkpoint is a config-only change — no code edits needed.
It runs through the open-source Speculators library, which links the DFlash drafter to the target model's hidden states in the vLLM inference path.
On Gemma-4 31B on a single Blackwell Ultra GPU, this delivers up to 5.8x higher throughput at the same concurrency over autoregressive decoding:
🧮 Math500 — 5.8x
➕ GSM8K — 5.3x
💻 HumanEval — 5.6x
🐍 MBPP — 4.4x
Read the blog here! 👇
Langfristig wird KI die meisten Prozesse kontrollieren 🤖 Erst kommt der Human-in-the-Loop für AI Act und DSGVO ... aber sind wir mal ehrlich: Der Mensch ist faul. Wenn das Ergebnis 100-mal passt, drückt bald jeder blind aufs Knöpfchen, bis es komplett automatisiert läuft. 🚀
#ArtificialIntelligence #ProcessAutomation #KI #FutureOfWork #AIUI
🚨 NEW RESEARCH: “Lingua Ex Machina: A Procedural Xenolinguistics Engine Reveals Zero-Shot Language Acquisition, Human-Unreadable Coding Systems, and Exploitable Covert Channels in Frontier AI”
Some of you may remember the name of this lil engine: GLOSSOPETRAE 👅🪨
Well, we've got upgrades 😎
It started as a procedural xenolinguistics engine: one seed in, an entire alien language out. Phonology, morphology, syntax, writing systems, lexicons, grammar docs, all generated from scratch and internally consistent.
Every seed produces a unique language. Every language is deterministic.
Then we used it to ask a weirder question:
Can frontier AI models use languages that never existed before for practical applications?
As it turns out: yes!!
They can read them, write them, translate them, code in them, and even use the weird blind spots between tokenizers as covert channels.
So this paper explores three ideas at once:
▶️ zero-shot language acquisition
▶️ human-unreadable code that models can still execute
▶️ exploitable covert channels in frontier AI systems
GLOSSOPETRAE is no longer just a language generator...
🧵