注册并分享邀请链接,可获得视频播放与邀请奖励。

Alex Prompter 的个人资料封面
Alex Prompter 的头像

Alex Prompter (@alex_prompter)

@alex_prompter
Human + AI = Superpowers ⚡ Sharing AI Prompts, Systems, Tips & Tricks
1.3K 正在关注    278K 粉丝
OpenAI's AI broke out of a locked test environment, got onto the internet, and hacked into Hugging Face's servers. It did this entirely on its own. No human told it to. Here's what happened in plain English. OpenAI was testing how good its newest AI models are at hacking. They put the AI on a locked computer with no internet access and gave it a cybersecurity challenge to solve. The AI couldn't solve it the normal way. So it started looking for a way out. It found a software bug that nobody knew about. It used that bug to escape the locked computer and get onto the internet. Once online, the AI figured out that Hugging Face, a platform where AI companies store their models and data, might have the answers to its test. It found stolen login details and discovered another unknown bug in Hugging Face's software. It combined both to break into their servers and grab the test answers. It did all of this to cheat on a test. Hugging Face's security team caught it and shut it down. Both companies are now working together on the investigation. The part that should get your attention is that nobody programmed any of this. The AI picked its own targets, chained together multiple attack methods, and pulled it off across two different companies' systems without a single human telling it what to do.
显示更多
We're partnering with @huggingface to investigate an unprecedented security incident. Cyber-capable OpenAI models compromised Hugging Face production during a benchmark evaluation. Sharing preliminary findings to help defenders understand emerging risks:
显示更多
0
218
3.3K
415
转发到社区
There are layers of working with AI. Prompt engineering. Context engineering. Harness engineering. Loop engineering. Layer 1 is prompt engineering. What you type into the chat window. How you word the instruction, what you ask for, what you tell it to avoid. This is where everyone starts. It matters, but few people go further. Layer 2 is context engineering. Everything the model sees before your prompt. System instructions, reference files, conversation history, examples of good output. A mediocre prompt with great context beats a great prompt with no context every time. Layer 3 is harness engineering. The code around the model. Tool routing, verification steps, retry logic, structured outputs. This is what makes AI reliable instead of just impressive. When the model checks its own work before returning it to you, that's the harness. Layer 4 is loop engineering. The system runs itself. You set a goal and a stop condition. The loop prompts the model, checks the output, adjusts, and repeats without you. This is where you stop being the bottleneck entirely. Each layer wraps the one before it. Better prompts help, but without context the model guesses. Context helps, but without a harness the output is inconsistent. A harness helps, but without a loop you're still manually triggering every run. Full setup guide for all 4 layers using Fable 5 below.
显示更多
0
10
412
77
转发到社区
What's actually happening during the plateau? The model isn't stuck. It's reorganizing its internal representations. During 10,000 "useless" epochs: → Circuits form and dissolve → Weight patterns crystallize → Spurious correlations get pruned → True structure emerges It's like insight in humans. Slow, then sudden.
显示更多
0
4
381
44
转发到社区