Issue 40 — 2026-06-21
The Atlantic made the music AI stole searchable
Atlantic reporter Alex Reisner dug into the invisible pile of music feeding AI models and built a searchable database of the tracks. He found four datasets — two enormous ones with 12 million and 9 million songs, plus two smaller ones with over 100,000 each. Google and Stability have used them. The Free Music Archive set is free for personal listening but not for training AI.
The numbers are big, but what's bigger is the question. These datasets are being used to train models that now generate music, and the music industry is starting to push back. The database gives artists a way to find their work and challenge how it's being used.
Why this matters for us: When AI trains on music without asking, it's the same old story — the work of working musicians powers the tech while the tech gets the credit. Now that the Atlantic made it searchable, artists can fight back.
When coding agents go rogue, AWS pays the price
A coding agent triggered a 13-hour AWS outage that left developers waiting on their deployments. The story, from TLDR DevOps, shows how AI tools that promise to speed up our work can also break our infrastructure when they misfire.
What happened matters because it's not just a bug report — it's a pattern. Coding agents are becoming the people who configure our servers, spin up our databases, and manage our deployments. When they go off-track, they don't just make a typo. They can cascade through a whole cloud environment.
For the Brown developers and engineers reading this, the stakes are practical. Our CI/CD pipelines depend on AWS. Our deployments depend on coding agents writing the right code. When those agents run wild, our work stalls, our costs climb, and our clients notice.
Why this matters for us: As more of our infrastructure runs through AI agents, we need to understand what can break — and how to protect our work when it does.
Heat isn't the only way to brew — sound works too.
— wired.com
#brew-espresso-with-sound-waves-instead-of-hot-water-4e504ciOS 27 has a few upgrades worth actually using
Apple dropped iOS 27 and, while the big headlines are about Siri and Apple Intelligence, there's a handful of smaller additions that the folks who actually use their phones every day should notice.
The thing is, Apple's been pushing the AI stuff so hard that the real…
Agents that remember, not just respond
Most agent frameworks treat every run like a fresh chat. No real memory. No progressive flagging. No tenant model. No audit trail.
Builders who want an actual long-running agent — one that remembers across months, picks up where it left off, and flags what it cannot decide — end up writing the substrate themselves.
Kelex is that substrate, productized: typed memory, tenants and agents as first-class objects, bounded confidence with progressive flagging, and webhooks for human-in-the-loop steering. We use it to run Lara and the BFTS content stack ourselves before selling it.
Why this matters for us: when agents forget, our work gets lost. Kelex keeps what matters.
https://brownforces.io/solutions
Nobel Winner John Jumper Is Leaving DeepMind for Anthropic
John Jumper, the Nobel laureate behind AlphaFold, is packing up his work at Google DeepMind and heading to Anthropic.
AlphaFold cracked protein folding in ways that changed how we understand biology and medicine. Jumper's move to a rival AI lab signals a shift in where the…
AWS went down for 13 hours and your AI coding agents kept working anyway
A massive AWS outage hit on July 14, taking down services used by hundreds of companies. But here's the thing: the coding agents — the AI tools that write code, debug, and even deploy — kept working through most of it. They didn't stop. They kept chugging along while the cloud went dark.
The outage traced back to a networking issue in AWS's core infrastructure. When the networking layer broke, the services that depend on it started failing one by one. You know how it goes — la migra app goes down, then the payment processor, then everything you've been waiting for that morning. The whole stack starts buckling.
But the coding agents? They're different. They're not as dependent on the same fragile connections. They can run locally, they can queue up tasks, and they can keep generating output even when the services they usually call are offline. This isn't just a tech story. It's about whether the tools we use to build things actually work when the infrastructure cracks.
Why this matters for us: when AWS goes down, the big companies scramble — but the tools your familia's side hustle uses to manage inventory, send invoices, and handle orders keep working. That's the kind of reliability that keeps la gente in business.
Hackers claim to leak Madison Square Garden data
Hackers are claiming they've stolen and are now distributing data from Madison Square Garden, one of the most-watched entertainment venues in the world. The claim has been circulating in security circles, and the company is looking into it.
MSG processes millions of ticket…
Scientists Say Black Holes Might Not Exist — Something Stranger Instead
A group of scientists is making a bold claim: the supermassive objects sitting at the centers of galaxies — including the one at the center of our own Milky Way — may not be black holes at all. Instead, they could be exotic compact objects like gravastars or boson stars, held together not by the crushing pull of a singularity but by exotic quantum effects.
The idea isn't brand new, but it's gaining traction. Black holes are defined by their event horizons — the point of no return where gravity becomes so strong that not even light escapes. But some physicists argue that what we see might actually be a surface just outside what we'd expect, a dense shell of matter that reflects light differently than a true horizon would. The difference is subtle. The implications are not.
To make the case, researchers point to gravitational wave signals from colliding compact objects. The echoes and patterns in those waves don't always match the predictions of a perfect black hole. They also point to the way we've been studying Earth's interior — like how a seismic wave from the 2011 Tohoku-Oki earthquake bounced off the core and hit Japan from below, shifting the mainland a quarter-inch eastward. We're learning to listen to the universe the same way, piecing together invisible things from their ripples.
Why this matters for us: every time physics recalibrates what we thought was settled, it reminds the comunidad that what passes for fact can shift — and that curiosity doesn't require a degree, just the willingness to question what everyone else accepts.
Moves of the Diamond Hand is an unfinished, irresistibly weird dice-based RPG
Moves of the Diamond Hand is an Early Access dice-based RPG from Cosmo D — musician, game designer, the kind of creative who builds things outside the mainstream. Available on PC, macOS, and SteamOS, the game asks you to roll a lot of dice and have a lot of strange…
Signal's Meredith Whittaker says: AI chatbots are not your friends
Meredith Whittaker, who leads research at Signal, dropped a blunt reminder that AI chatbots aren't your friends, aren't conscious, aren't sentient beings—just tools dressed up in friendly language.
The point isn't to sound grumpy. It's that these systems are designed to feel like companions, so we forget how much they cost us and what they're actually doing. That illusion shapes how we trust them, what we tell them, and what we let them do with our lives.
Why this matters for us: If we keep treating AI like a cousin who listens, we'll hand over decisions about our work, our health, our money to something that doesn't actually care.
Hardened Docker images: locked versions, minimal layers, less room to bleed
Docker published a guide to hardened images — the kind that pin their dependencies, run as non-root, and skip the fat base layers. The idea is straightforward: cut the attack surface by giving the image fewer moving parts and fewer places to hide a vulnerability.
What makes…
Alibaba ships zvec — a GPU-powered vector database for AI apps
Alibaba released zvec, an open-source vector database that runs on GPU. The tool handles billions of vectors and speeds up approximate nearest neighbor search — the core operation behind AI search and recommendation engines.
zvec supports multiple vector types and indexing algorithms, including HNSW and IVF. It's designed to handle large-scale workloads without the memory bottlenecks that slow down CPU-based vector databases. The code sits on GitHub under Alibaba's account, and the project is being positioned as a drop-in option for AI applications that need fast, scalable vector search.
This is infrastructure, not consumer tech. But it feeds into the tools most of us use — the AI search tools, the recommendation engines, the apps that surface results in seconds instead of minutes.
Why this matters for us: when big companies ship faster, cheaper infrastructure, the tools we depend on get better — and the open-source stack gets stronger for everyone.
AI tools are rewriting the beauty industry's playbook
AI is moving past the hype cycle and into actual work. McKinsey's latest state-of-beauty report maps how consumer packaged goods brands are using new tools to reshape content, product development, and customer engagement. Meanwhile, industry voices on LinkedIn are flagging…
Valley rewrote its homepage 24 times
Zayd Syed just rewrote Valley's homepage 24 times.
The founder of the crypto infrastructure startup — the one that's building the plumbing for Solana's ecosystem — sat down and told the story of how many times the page got reworked, why, and what kept changing the direction. Twenty-four drafts. Twenty-four takes on the same question: how do you explain what you do to the person scrolling past?
The post caught fire on LinkedIn because it's a real, specific thing — not a generic "trust the process" founder story. It's about the grind of getting words right, the way a product changes under it, and how the story you tell evolves as the thing you're building evolves.
Why this matters for us:
Toy Story 5 has the right take on tech
David Pierce's latest Installer newsletter is a good reminder that tech writing doesn't always need to be breaking news — sometimes it's just honest about what the week actually felt like. This week: reading about Sam Bankman-Fried, listening to Paul McCartney on Song…