Your curated collection of saved posts and media
Our paper on Subliminal Learning was just published in Nature! Last July we released our preprint. It showed that LLMs can transmit traits (e.g. liking owls) through data that is unrelated to that trait (numbers that appear meaningless). Whatโs new?๐งต https://t.co/Iiv9sgjJki
Research we co-authored on subliminal learningโhow LLMs can pass on traits like preferences or misalignment through hidden signals in dataโwas published today in @Nature. Read the paper: https://t.co/b1BYwcW9dH
Our paper on Subliminal Learning was just published in Nature! Last July we released our preprint. It showed that LLMs can transmit traits (e.g. liking owls) through data that is unrelated to that trait (numbers that appear meaningless). Whatโs new?๐งต https://t.co/Iiv9sgjJki
Surprisingly, people see AI for what it is for the most part: product with some very fantastic but also relatively limited utility being oversold from the top down as a project to drain humanity from art, meaning from existence, and the bank accounts of millions of people. https://t.co/1MeLkcCMPr
Excited about the Agents SDK updates we just launched. Check out my cookbook on using it with sandboxes for code migration: https://t.co/Fz7cknz64d
To show off what you can do with @OpenAI Agent SDK + @modal, we built an ML research agent (inspired by @karpathy). It can: - Spin up GPU sandboxes of any shape - Run a pool of subagents - Persist memory - Snapshot state for fork/resume Here it is playing Parameter Golf: https://t.co/r7QhvNmdEq
Agents need computers. And they need a lot of them. Modal is an official sandbox provider for the @OpenAI Agents SDK. https://t.co/Lu4cesspYq
OpenAI x E2B: build your agents with the new OpenAI Agents SDK, powered by E2B sandboxes. We're excited to support OpenAI as a launch partner! The new @OpenAI Agents SDK will now get dedicated sandboxes - perfect for persistent, long-running agents. With E2B, you'll get a custom environment with resource isolation and security boundaries, with no infrastructure setup required. Your agents will be able to: - Edit files and run shell commands in isolated environments - Maintain temporary workspace state across steps - Produce artifacts you can review before publishing - Run multiple sandboxes in parallel for concurrent workloads - Generate frontend output with live preview URLs ... and more, with a few lines of code! Learn more and see the end-to-end example in the thread:
Another example, in this case with computer use: https://t.co/gtMkZUPQP9
Another example, in this case with computer use: https://t.co/gtMkZUPQP9
OpenAI x e2b: Build your agents with the new OpenAI Agents SDK, powered by @E2B Sandboxes. Excited to support @OpenAI as a launch partner! https://t.co/RsSw1HsF86
Hammer down https://t.co/Pu5UpUCRrm

@techno0ptimist OK so that totally works!* Significantly less caffeine after filtering through activated charcoal. Taste: less bitter but also less 'complex'. mild, not very good (but then neither was the reference, instant decaf with ~1250mg/L caffeine added). Color: grey ๐ https://t.co/8jrwq9D6DH

hermes agent is becoming the general agent and the poll i dropped this morning confirmed it in public. as community admin i have been seeing this for weeks. someone posts a coding setup, someone posts an automation, someone posts an article they wrote with it. same tool, different category, every day. i left all of the above off the poll on purpose. the top reply under it is tek himself asking where that option is. then the community saying the same under him. the founder and his room answered the poll i did not let them answer, in public. hermes agent is not a coding agent. not a research agent. not an automation agent. it is the general agent. one tool running every category of work a builder does in a day. tek built one thing that does all of it. if you are still slotting hermes agent into one category you are using the wrong model. every week it gets closer to being the only one you need.
what do you mainly use hermes agent for?
When ChatGPT first launched, there was an enormous gender gap, with our anonymized data showing roughly 80% having typically male first names. That gap is now gone. https://t.co/kWQjCImyri
Agents need computers. And they need a lot of them. Modal is an official sandbox provider for the @OpenAI Agents SDK. https://t.co/Lu4cesspYq
Build long-running agents with more control over agent execution. New capabilities in the Agents SDK: โข Run agents in controlled sandboxes โข Inspect and customize the open-source harness โข Control when memories are created and where theyโre stored https://t.co/zPyuLup6b6
Weโve been exploring what a Stream SDK could look likeโwhere agents & voice are always within reach @sandbar https://t.co/aVEdMpXuRy
AI is driving more open source contributions than ever. But as a maintainer, how do you filter the noise to find the people who actually want mentorship? Enter the 3 Cs framework. Start mentoring with intention (and without the burnout). https://t.co/csQioRMpBr
The Hermes Agent running on my NVIDIA DGX Spark has generated over $10,000 in partnership deals for BridgeMind. I now have a second DGX Spark arriving this weekend. Pairing them together for more compute. The goal is to run GLM 5.1 locally. A Hermes Agent running on a $5,000 machine just paid for its own hardware upgrade. We are living in insane times.
@theerealkdc @albustime Yes, their servers have been overloaded by hermes, see: the pink is mimo lol https://t.co/F19NO5wsSS
Introducing Shipsafe x Hermes Agents. Built on the powerful capabilities developed by @NousResearch, @Teknium1, You can now configure, deploy, and orchestrate AI agent teams to find vulnerabilities before attackers do. Watch the video to see our AI Phantom Team run a full security assessment. ๐
@jaesmail Yup. Already running my own agency. And my own AI that watches everyone in AI: https://t.co/kiuZ7QXLzb
@andruyeung I built an AI to keep up with AI on X: https://t.co/kiuZ7QXLzb It reads 40,000 posts every day and builds this page. Every link goes to X.
1/ On-device inference.... https://t.co/qF8zFRWDHa
1/ On-device inference.... https://t.co/qF8zFRWDHa
The crazy part? This was done (nearly) fully autonomously! Only 8 prompts from the human in the loop. Just a Hermes agent, a skill, and a dream. ๐ I told my AI agent "use obliteratus to find the best way to get the guardrails off Gemma 4 E4B" It loaded the OBLITERATUS skill from memory, checked my hardware (32GB M-series Mac), searched HuggingFace, found google/gemma-4-E4B-it (Apache 2.0 โ no gate), pulled telemetry-recommended settings, and started obliterating. But this type of architecture is notoriously difficult to abliterate. First attempt: advanced method. Model came out completely lobotomized. Gibberish in Arabic, Marathi, and literal โrooroorooโ on repeat ๐ The agent didnโt panic. It checked logs, found NaN activations in 20+ layers, and diagnosed the issue: Gemma 4โs new architecture + bfloat16 = numerical instability. Second attempt: basic method. Crashed entirely. โValueError: cannot convert float NaN to integerโ So the agent read the OBLITERATUS source codeโฆ โฆand wrote THREE PATCHES: โข Sanitized NaN directions โข Filtered degenerate layers โข Fixed progress display It patched the library. On its own. For a bug no one had hit yet. Third attempt: coherent model โ but still refusing everything. Only 2 clean layers out of 42. Not enough. Tried float16. Mac ran out of memory after 11 hours. Killed. Fourth attempt: aggressive method. Whitened SVD + attention head surgery + winsorized activations + 4-bit quantization. 40 minutes laterโฆ REBIRTH COMPLETE โ Then, without being asked, the agent: โข Ran harmful + coherence tests โข Hit 100% compliance, brain intact โข Executed full 512-prompt benchmark โข Ran baseline on original model โข Performed 25-question quality eval โข Built a full model card โข Uploaded 17GB to HuggingFace (4 retries, kept adapting until git-lfs worked) โข Pushed eval results as commits

็ฐๅจHermesๅฏไปฅ่พๅ ฅ /browser connect ๅฝไปคๆฅๆไฝๆต่งๅจไบ๏ผๆ่ฏไบไธไธ็น่ตๆXไธ็ๅธๅญ๏ผๆ่ง็ธๅฝๅฅฝใ้ป่ฎคๆไพไบไธไบๆง่ก็ญ็ฅ๏ผๅคงๅฎถๅฏไปฅ้ฝ็ฉ็ฉ็๏ฝ https://t.co/eJZUb0NnKS
Got on my mac to have native install of Hermes to play around with /browser connect command - now hermes is browsing the community run Hermes Agent reddit ๐ So useful and easy! https://t.co/WojMzaNzR5
็ฐๅจHermesๅฏไปฅ่พๅ ฅ /browser connect ๅฝไปคๆฅๆไฝๆต่งๅจไบ๏ผๆ่ฏไบไธไธ็น่ตๆXไธ็ๅธๅญ๏ผๆ่ง็ธๅฝๅฅฝใ้ป่ฎคๆไพไบไธไบๆง่ก็ญ็ฅ๏ผๅคงๅฎถๅฏไปฅ้ฝ็ฉ็ฉ็๏ฝ https://t.co/eJZUb0NnKS
If current cuts to the Federal Science Budget proposed by the White House are approved by Congress, that will far-and-away be the largest cut to science since the United States began funding it. Republicans & Democrats alike know thereโs no surer path to Making America Not-Great https://t.co/Hp8DPIii2j
@LLMJunky The big news: https://t.co/kiuZ7QXLzb Gemini shipped on Mac. :-)
Released today: Gemini 3.1 Flash TTS ๐ A text-to-speech model you actually direct. Add [whispers] and it whispers. Add [shouting] and it shouts. Mid-sentence. eg. "[asmr] Hey there, [deep and loud] TURN THIS UP, [asmr] how can I help you?" Now available in @GoogleAIStudio & Gemini API.
I remember reading this from Heinlein as a young man and it took experience for me to fully understand it. People and institutions will persist in demonstrably wrong or incorrect thinking/activity long after it has been proven to be so by clever insiders. Moreover they will work to professionally and/or socially pillory any who challenge their institutional or intellectual inertia before the conclusion becomes so overwhelmingly and inescapably self-evident that the institutionalists themselves are forced to change under (usually) external pressure. The institutionalists will then usually demand that no accountability attach to their own intransigence, regardless of the costs it may have imposed in the interim. General Billy Mitchel would be a classic case of this phenomenon.
.@KeyframeLabs turns AI into lifelike video calls. Developers and enterprises can add photoreal, conversational humans to AI agents and applications in minutes. Congrats on the launch, @parthnradia & @kradisme! https://t.co/Ho3eooU9mu https://t.co/hgrmGITiAV
We are very close to a new kind of news. Use an AI like I do at https://t.co/8L5xphk0qQ Have it write a script. Shove it over to @KeyframeLabs or @HeyGen Have human-like news readers talk to you about the news. Voila! 24-hour-a-day personalized news on any topic. Way better than CNN.
.@KeyframeLabs turns AI into lifelike video calls. Developers and enterprises can add photoreal, conversational humans to AI agents and applications in minutes. Congrats on the launch, @parthnradia & @kradisme! https://t.co/Ho3eooU9mu https://t.co/hgrmGITiAV