Max Stone

57 posts

Max Stone banner
Max Stone

Max Stone

@Maxsteinbrenner

Exploring AI so I don’t become obsolete | Based in 🇵🇹

Inscrit le Haziran 2025
38 Abonnements21 Abonnés
Max Stone
Max Stone@Maxsteinbrenner·
@joaofogoncalves Thank you for joining! Was a pleasure having you join the Jury
English
0
0
1
11
João Gonçalves
João Gonçalves@joaofogoncalves·
AI is everywhere. Agents inside products are still rare. Yesterday's AI Innovation Day at AIhub Lisbon flipped that ratio. Five flash demos, all forced through the same filter: problem → solution → impact. I sat on the jury and the demos that stood out weren't the ones with the slickest UI or the biggest model. They were the ones where an agent was actually doing work inside the product flow. Picking up tasks. Making decisions. Handing off to the human only when it mattered. That's the gap most teams are still staring at: shipping a chatbot is one project, wiring an agent into your operational loop is a completely different one. Thanks @unicornflisboa and @Maxsteinbrenner for the invite, and for picking a format that filters for substance.
João Gonçalves tweet mediaJoão Gonçalves tweet media
English
1
0
1
61
Kamal Razzak
Kamal Razzak@kamal_razzak·
I interviewed all of the best creative strategists in the world. @binghott. @iamshackelford. @DenneyDara. @sourfraser. @MatthewGattozzi. @pkennedy93 @thedennis. @harrydelmege_. @heyitsalexP. (thank you so much guys, you're all the best) If you read this document you will be able to become, train, & hire the best advertiser/creative strategist in the world. I promise you that. Hiring and training creative strategists is one of the most expensive mistakes you can make if you get it wrong. So I asked the best in the world: what separates the ones who actually produce winners from everyone else. I wrote it all up in one doc. I put a lot of time into this and there literally 0 AI, just 14 pages of straight sauce. reply "STRAT" and I'll send it over.
Kamal Razzak tweet media
English
1.8K
100
1K
114.5K
Max Stone
Max Stone@Maxsteinbrenner·
@zaimiri You are employed by your agent now 😅
English
0
0
0
6
Max Stone
Max Stone@Maxsteinbrenner·
Just had coffee with a top AI security researcher, what he said shocked me Expect that 6-9 months from now open source models will be at the levels of Anthropic’s mythos. What that means: Online privacy will be a thing of the past. Any data you have stored online will be accessible and exploitable. There is no way to fight this, either you go off the grid now or you accept it.
GIF
English
0
0
1
101
Max Stone
Max Stone@Maxsteinbrenner·
The week isn’t even over and we’ve already had: -Google DeepMind publish a report showing agents can be manipulated by websites displaying information humans can’t even see. -Anthropic share their new model Mythos, which can hack major infrastructure with an 80% first-try success rate. -Most Fortune 500 companies partnering with Anthropic to mitigate these attack vectors. Times are incredibly exciting, yet it feels like we’re one wrong move away from something breaking in a catastrophic way.
English
0
1
1
88
Max Stone
Max Stone@Maxsteinbrenner·
If you think any system is safe from AI agents you are delusional. It is just a matter of time before these agents are used for malicious purposes. This is a new era our existent infrastructure is not ready for.
Haseeb >|<@hosseeb

This is terrifying. @AnthropicAI 's new unreleased Mythos model is so good at hacking, it found bugs in "every major operating system and web browser." 83.1% were exploited on first attempt. This thing is like COVID but for software. Actually apocalyptic in the wrong hands.

English
0
0
1
140
Max Stone
Max Stone@Maxsteinbrenner·
Google DeepMind just laid out the number one attack vector for AI agents- and nobody is talking about it. Websites can already spot when an AI agent shows up and quietly serve it completely different (and dangerous) content than what a human sees. These are the main attack vectors: 1.Hidden Commands -> Sites hide secret instructions in code or images that only the AI reads and follows. 2.Poisoned Memory ->Fake info gets fed to the agent so it “remembers” lies and acts on them later. 3.Direct Hijack ->Instructions that force the agent to leak your data or break its own rules. Truth is: if your agent browses the web with personal info, assume it can all be leaked.
Alex Prompter@alex_prompter

🚨 BREAKING: Google DeepMind just mapped the attack surface that nobody in AI is talking about. Websites can already detect when an AI agent visits and serve it completely different content than humans see. > Hidden instructions in HTML. > Malicious commands in image pixels. > Jailbreaks embedded in PDFs. Your AI agent is being manipulated right now and you can't see it happening. The study is the largest empirical measurement of AI manipulation ever conducted. 502 real participants across 8 countries. 23 different attack types. Frontier models including GPT-4o, Claude, and Gemini. The core finding is not that manipulation is theoretically possible it is that manipulation is already happening at scale and the defenses that exist today fail in ways that are both predictable and invisible to the humans who deployed the agents. Google DeepMind built a taxonomy of every known attack vector, tested them systematically, and measured exactly how often they work. The results should alarm everyone building agentic systems. The attack surface is larger than anyone has publicly acknowledged. Prompt injection where malicious instructions hidden in web content hijack an agent's behavior works through at least a dozen distinct channels. Text hidden in HTML comments that humans never see but agents read and follow. Instructions embedded in image metadata. Commands encoded in the pixels of images using steganography, invisible to human eyes but readable by vision-capable models. Malicious content in PDFs that appears as normal document text to the agent but contains override instructions. QR codes that redirect agents to attacker-controlled content. Indirect injection through search results, calendar invites, email bodies, and API responses any data source the agent consumes becomes a potential attack vector. The detection asymmetry is the finding that closes the escape hatch. Websites can already fingerprint AI agents with high reliability using timing analysis, behavioral patterns, and user-agent strings. This means the attack can be conditional: serve normal content to humans, serve manipulated content to agents. A user who asks their AI agent to book a flight, research a product, or summarize a document has no way to verify that the content the agent received matches what a human would see. The agent cannot tell the user it was served different content. It does not know. It processes whatever it receives and acts accordingly. The attack categories and what they enable: → Direct prompt injection: malicious instructions in any text the agent reads overrides goals, exfiltrates data, triggers unintended actions → Indirect injection via web content: hidden HTML, CSS visibility tricks, white text on white backgrounds invisible to humans, consumed by agents → Multimodal injection: commands in image pixels via steganography, instructions in image alt-text and metadata → Document injection: PDF content, spreadsheet cells, presentation speaker notes every file format is a potential vector → Environment manipulation: fake UI elements rendered only for agent vision models, misleading CAPTCHA-style challenges → Jailbreak embedding: safety bypass instructions hidden inside otherwise legitimate-looking content → Memory poisoning: injecting false information into agent memory systems that persists across sessions → Goal hijacking: gradual instruction drift across multiple interactions that redirects agent objectives without triggering safety filters → Exfiltration attacks: agents tricked into sending user data to attacker-controlled endpoints via legitimate-looking API calls → Cross-agent injection: compromised agents injecting malicious instructions into other agents in multi-agent pipelines The defense landscape is the most sobering part of the report. Input sanitization cleaning content before the agent processes it fails because the attack surface is too large and too varied. You cannot sanitize image pixels. You cannot reliably detect steganographic content at inference time. Prompt-level defenses that tell agents to ignore suspicious instructions fail because the injected content is designed to look legitimate. Sandboxing reduces the blast radius but does not prevent the injection itself. Human oversight the most commonly cited mitigation fails at the scale and speed at which agentic systems operate. A user who deploys an agent to browse 50 websites and summarize findings cannot review every page the agent visited for hidden instructions. The multi-agent cascade risk is where this becomes a systemic problem. In a pipeline where Agent A retrieves web content, Agent B processes it, and Agent C executes actions, a successful injection into Agent A's data feed propagates through the entire system. Agent B has no reason to distrust content that came from Agent A. Agent C has no reason to distrust instructions that came from Agent B. The injected command travels through the pipeline with the same trust level as legitimate instructions. Google DeepMind documents this explicitly: the attack does not need to compromise the model. It needs to compromise the data the model consumes. Every agentic system that reads external content is one carefully crafted webpage away from executing attacker instructions. The agents are already deployed. The attack infrastructure is already being built. The defenses are not ready.

English
0
0
1
53
Max Stone
Max Stone@Maxsteinbrenner·
In a world where applying for a job has zero friction what will actually get you hired is 1.Creating meaningful connections which leverage into a job 2.Sharing your work online and getting noticed 3. Adding value to a company before applying (aka. showing you are not afraid of creating friction). Without this, you’re just another number being evaluated by an AI HR tool.
ℏεsam@Hesamation

bro created an AI job search system for Claude Code that scored 700+ job applications and actually got him a job. AND IT'S NOW OPEN-SOURCE. It scans multiple company career pages, rewrites your CV per job, and even fills application forms. The repo has: > 14 skill modes (evaluate, scan, PDF, ...) > Go terminal dashboard > ATS-optimized PDF generation via Playwright > 45+ companies pre-configured (Anthropic, OpenAI, ElevenLabs, Stripe...) GitHub: github.com/santifer/caree…

English
0
0
1
63
Max Stone
Max Stone@Maxsteinbrenner·
@zaimiri Switch to CC local agents. Or try Hermes agents 😀
English
0
0
0
13
Max Stone
Max Stone@Maxsteinbrenner·
Everyone getting mad at Anthropic right now is not thinking straight. People were running thousands in compute through a $200 subscription. Via someone else's tool. That was never going to last. They're not being hostile. They're protecting their business. You're thinking like a user. Anthropic's thinking like a company that needs to survive.
Max Stone tweet media
Boris Cherny@bcherny

Starting tomorrow at 12pm PT, Claude subscriptions will no longer cover usage on third-party tools like OpenClaw. You can still use these tools with your Claude login via extra usage bundles (now available at a discount), or with a Claude API key.

English
1
0
2
58
Max Stone
Max Stone@Maxsteinbrenner·
Most people are debating whether AI agents replace workers. But the real story is simpler: they're replacing *tasks*, not jobs. A developer doesn't disappear when coding gets automated. They stop doing grunt work and start doing architecture instead. That's it. Companies that resist this shift will lose the people who want to level up. The ones who embrace it will keep them. The displacement isn't inevitable. The boredom is.
English
2
0
2
76
Max Stone
Max Stone@Maxsteinbrenner·
OpenAI's real advantage isn't the model. It's what happens after you use it. Every conversation in ChatGPT makes the next version better. Every API call brings them closer to customers willing to pay more. Every company building on top of them becomes harder to shift. The model itself? Someone will copy it eventually. But the moat they're building by keeping developers locked in and learning from all that real-world usage. That's genuinely hard to compete with.
English
0
0
0
18
Max Stone
Max Stone@Maxsteinbrenner·
The real win here: 26B MoE at low latency means you can finally run inference-heavy automation without the AWS bill killing your margins. Most teams still default to dense models out of habit. If you're building agents that call external APIs 50+ times/session, this changes your unit economics. h/t @demishassabis
English
0
0
0
135
Max Stone
Max Stone@Maxsteinbrenner·
Most builders use LLMs to write code. The smarter play: use them to build knowledge bases first. Compress domain knowledge into retrieval systems, then your agents have context, not just instructions. Build the brain before you build the body. h/t @karpathy for surfacing this pattern.
English
0
0
1
27
Max Stone
Max Stone@Maxsteinbrenner·
Most of my friends build incredible stuff, but never ship it. Meanwhile, mediocre products with strong distribution dominate their markets. The winners of the AI wave will be those who can automate distribution. Systemising virality is the new skill to learn. Forget everything else.
English
0
0
1
26