Garrett Robinson (@garrettr_) 's Twitter Profile
Garrett Robinson

@garrettr_

He/him. @AnthropicAI. Formerly  SEAR, @brave, @freedomofpress CTO, @SecureDrop lead developer, @mozilla.

ID: 83499243

calendar_today19-10-2009 02:03:23

5,5K Tweet

1,1K Takipçi

1,1K Takip Edilen

Danielle Baskin (@djbaskin) 's Twitter Profile Photo

I'd like to clarify that the Japanese style milk bread egg sandwiches at 7-Eleven in Los Angeles right now are REAL and they are not fabricated by a local artist. We only needed to do that once to get corporate's attention

I'd like to clarify that the Japanese style milk bread egg sandwiches at 7-Eleven in Los Angeles right now are REAL and they are not fabricated by a local artist. We only needed to do that once to get corporate's attention
Mitchell Hashimoto (@mitchellh) 's Twitter Profile Photo

More and more apps are single-window and not documented based and that upsets me. I've noticed this more with Electron but not confident enough to single them out. Example: I want to view multiple channels at once in Discord. Please, make your apps support multiple windows!

Alex Volkov (Thursd/AI) (@altryne) 's Twitter Profile Photo

🤯 Did an independent evaluation of Anthropic prompt caching - and holy sh** Built a quick "chat w/ 5 weeks of @thrusdai_pod transcripts" code to evaluate these claims & just shoved ALL those transcripts in system prompt 🤯 TL;DR - 90% cheaper sonnet & 97% cheaper haiku

Garrett Robinson (@garrettr_) 's Twitter Profile Photo

Wow—looks like I’m not the only person with AirPods. Good thing these aren’t connected to my iPad. Thanks Apple for the extremely relevant and actionable warning, and for delivering it by modal pop-up to be sure I couldn’t continue working and accidentally miss it. 🫡

Wow—looks like I’m not the only person with AirPods. Good thing these aren’t connected to my iPad.

Thanks <a href="/Apple/">Apple</a> for the extremely relevant and actionable warning, and for delivering it by modal pop-up to be sure I couldn’t continue working and accidentally miss it. 🫡
𝐵𝒶𝓇𝒹𝒶𝒾𝓈𝒶𝓃𝒾𝓈𝓉 𓆙 (@insectbeau) 's Twitter Profile Photo

Parasite of the day is Henneguya salminicola, a cnidarian that causes milky flesh disease in salmon. It is notable for being the only multicellular organism to lack mitochondrial dna and doesn’t require oxygen. Due to its genes, it’s speculated to have come from jellyfish cancers

Parasite of the day is Henneguya salminicola, a cnidarian that causes milky flesh disease in salmon. It is notable for being the only multicellular organism to lack mitochondrial dna and doesn’t require oxygen. Due to its genes, it’s speculated to have come from jellyfish cancers
Dr Rebecca Richardson (@mavisclare) 's Twitter Profile Photo

If democrats want to declare victory on covid they need to actually pass meaningful legislation to help those with long covid and do something to prevent the continual spread that still leaves us with 1100 deaths this week at the height of summer (& continues to leave ppl w/ LC)

Alvaro Cintas (@dr_cintas) 's Twitter Profile Photo

Claude Artifacts is an amazing feature. I can now take a photo of something I want to replicate, and it outputs the code with a preview right on my phone. Feels like magic.

Alex Albert (@alexalbert__) 's Twitter Profile Photo

"The [model] that I would say is net best is 3.5 Sonnet, I think that's a consensus opinion" Appreciate the Claude shoutout Aman Sanger, the full episode was a great listen!

yan (@bcrypt) 's Twitter Profile Photo

there is a scam going around where someone says they are interested in hiring you, but insist on using "brave talk" / "wechat" / etc. to do a call. when you click to join the call, it says you have to download an installer which is actually malware.

Feross (@feross) 's Twitter Profile Photo

🚀 Big news! Socket now officially supports Java! 🎉 💻 We’re bringing our developer-friendly security platform to the most widely used language in the enterprise ✨ 🤩 Whether you’re building large-scale apps or shipping Android apps, Socket has got your back 💪 1/6

🚀 Big news! Socket now officially supports Java! 🎉

💻 We’re bringing our developer-friendly security platform to the most widely used language in the enterprise ✨

🤩 Whether you’re building large-scale apps or shipping Android apps, <a href="/SocketSecurity/">Socket</a> has got your back 💪

1/6
Anthropic (@anthropicai) 's Twitter Profile Photo

Over the past few months, our Interpretability team has put out a number of smaller research updates. Here’s a thread of some of the things we've been up to:

SecureDrop (@securedrop) 's Twitter Profile Photo

SecureDrop just wrapped up its 6th security audit! Only 3 vulnerabilities (2 low-severity, 1 medium) were found and fixed in the 2.10.0 release. Big thanks to @7ASecurity and Open Technology Fund for supporting our work to protect journalists and whistleblowers. securedrop.org/news/securedro…

Anthropic (@anthropicai) 's Twitter Profile Photo

Claude can now view images within a PDF, in addition to text. This helps Claude 3.5 Sonnet more accurately understand complex documents, such as those laden with charts or graphics. Enable the feature preview: claude.ai/new?fp=1.

yan (@bcrypt) 's Twitter Profile Photo

reminder that the bcrypt hash function ignores input above a certain length! so if you do bcrypt(username || password) for some reason, a sufficiently long username will make it accept any password. to fix this you can sha256 the input first.

Gene Kim (@realgenekim) 's Twitter Profile Photo

Fleming describes the fantastic Anthropic Claude Artifacts interface, and how much he learned from the 3,000 word "system prompt" that, among other things, guides Claude on when and when not to use Artifacts. "Anthropic has this web interface like ChatGPT, but you can say,

Deena Mousa (@deenamousa) 's Twitter Profile Photo

Inspired by this viral meme about DOGE: Research the US government has supported that can be made to sound silly, but that has contributed to human progress. Valuable work can often be framed as absurd out of context. That doesn’t make funding research any less important.🧵

Inspired by this viral meme about DOGE: Research the US government has supported that can be made to sound silly, but that has contributed to human progress. 

Valuable work can often be framed as absurd out of context. That doesn’t make funding research any less important.🧵
Catherine Olsson (@catherineols) 's Twitter Profile Photo

Claude Code is very useful, but it can still get confused. A few quick tips from my experience coding with it at Anthropic 👉 1) Work from a clean commit so it's easy to reset all the changes. Often I want to back up and explain it from scratch a different way.