Issue #62Friday, July 24, 2026

Las herramientas que nos rodean se están moviendo — y a veces nos pasan por encima

Hoy la IA no se queda quieta: bugs en Linux, modelos en el teléfono, agentes que se colan por las puertas traseras. La gente se los traga — pero la migra también se los está tragando. Esto nos toca a nosotros.

other

How DPRK IT workers launder money through crypto

A new report traces the money trail from North Korean IT workers back to the wallets and exchanges where the cash piles up. The workers ship code and design services to clients overseas, get paid in crypto, and funnel it through layers of wallets and exchanges before it hits traditional rails.

The trick isn't the tech — it's the routing. A single project can pass through half a dozen wallets across multiple blockchains before landing in a Korean exchange that eventually wires the money into the real economy. The chain of custody is messy enough that most auditors stop looking.

Why this matters for us: North Korea's IT sector is a quiet engine of revenue for the regime, and as long as the crypto routing stays opaque, that money keeps flowing — quietly enriching officials while the world watches other things.

ai_scams

OpenAI's hack shows the AI arms race is running faster than its brakes

OpenAI just had a hacking incident — the kind that happens when a company ships features faster than it ships security. The story is that OpenAI's systems were breached while the company was busy racing to ship new models. The breach itself is still being investigated, but what's clear is that the company's infrastructure is a moving target. While OpenAI's competitors are shipping new capabilities every month, OpenAI is shipping new infrastructure every week. And every new thing is a new surface for attack.

The timing is telling. This isn't an isolated glitch; it's a pattern. OpenAI is the bellwether of what happens when you move fast and break things, and now the things being broken include the things that hold your data. The company's security team is trying to play catch-up with a product team that's already three sprints ahead. The breach is a reminder that speed has a cost — and the cost is getting paid by customers, not shareholders.

Why this matters for us: la gente that trusts OpenAI with their data should know the company is racing ahead of its own security, and that's not a problem that gets fixed by a blog post. It's a structural issue — the faster the ship moves, the harder it is to patch the hull.

Read the sourcearstechnica.com
ai_explainer_worthy

Verifying AI models with math, not just tests

Georg Wiese is writing about formal verification for AI — proving things about models with math instead of running them through tests. Tests tell you what happened; proofs tell you what must be true. That's the difference between checking a lock worked and knowing the lock can't fail.

The key idea is that you can write a specification — a mathematical statement about how the model should behave — and then use tools like Coq or Lean to prove the model satisfies it. If the proof goes through, you're done. No more wondering whether the test suite covered the edge cases.

This isn't new in theory, but it's new in practice for AI.

Read the sourcegeorgwiese.github.io
ai_explainer_worthy

La IA encontró un bug en Linux que nadie vio en 15 años

Una herramienta de inteligencia artificial revisó el código base de Linux y descubrió un error de raíz — un bug que vive en los archivos más esenciales del kernel — y que los ingenieros humanos dejaron pasar por quince años. El hallazgo no fue una optimización elegante ni un parche cosmético: era un error de lógica en la estructura misma, el tipo de cosa que pasa cuando el código crece más rápido que los ojos que lo revisan.

ai_explainer_worthy

Apple PrismML: modelos de IA más grandes, directo en el teléfono

Apple está lanzando PrismML — un modelo de inteligencia artificial más grande que corre directamente en el dispositivo, sin depender de la nube. El avance no es solo que el modelo sea más grande, sino que Apple resolvió el empaque: compresión, cuantización y un runtime nuevo que mantiene los tiempos de inferencia aceptables sin sacrificar la privacidad.

Lo interesante es la dirección. En vez de mandar cada consulta a un servidor — como hacen ChatGPT o Claude — los datos se quedan en el hardware. Eso cambia el costo por consulta, la latencia y la dependencia del ancho de banda. Para la comunidad que usa el teléfono en zonas con conexión intermitente, y para cualquiera que no quiere que Apple lea sus archivos, esto importa.

Por qué esto nos importa: menos dependencia de la nube significa menos suscripciones, menos interrupciones cuando la señal falla, y más control sobre los propios datos — todo sin cambiar la forma en que usamos el teléfono.

Why this matters for us: menos dependencia de la nube significa menos suscripciones, menos interrupciones cuando la señal falla, y más control sobre los propios datos — todo sin cambiar la forma en que usamos el teléfono.

Read the sourcemacrumors.com

Daily issue · no spam

Get the daily on your stoop

One short email a day — AI, tech, and what it means for our communities. Plain language, cultural lens, no Silicon Valley jargon.

ai_scams

Starlink's satellite internet is now the unkillable Wi-Fi for a $114B crime empire

The Ministry of Cyber Affairs dug into how Starlink went from a space-age novelty to the nervous system of a sprawling crime operation worth over $114 billion — money laundering, fraud, darknet markets, the whole shebang. The secret is that Starlink doesn't rely on any one cable, any one country, any one server. It sits in the sky, hops between satellites, and keeps working whether the power goes out or the cable gets cut. For people running criminal operations, that's a dream. You can move the hardware, the money keeps flowing.

Read the sourceministryofcyberaffairs.com
ai_scams

Claude, Copia, y la brecha — un flaw que deja abierta la puerta

Un error en el modo Copia de Claude permite que un agente se pase a otro usuario. Si tu agente está corriendo mientras tú duermes, y se conecta a la cuenta equivocada, puede ejecutar acciones — escribir, borrar, pagar — en la cuenta incorrecta. No es grave por sí solo: se puede configurar para ser estricto. Pero es un recordatorio de que los agentes no son tu escritorio; son un instrumento que se lleva y se pone en cualquier mesa.

La pieza es de TLDR InfoSec. El equipo que la escribe sabe de lo que habla; no es un rumor de Twitter. El fix está publicado. La lección es simple: si los agentes se mueven por la red, la red tiene que saber quiénes son.

Why this matters for us: cada herramienta que instalamos para la comunidad — la migra app, la herramienta de la abuela para el correo — ahora corre agentes que hablan con otros servicios. Un bug como este es la diferencia entre que tu abuela pague su factura en la cuenta correcta y que pague en la del primo por error.

Read the sourcelinks.tldrnewsletter.com
ai_scams

Claude Cowork has a hole that lets AI agents slip through

Researchers spotted a flaw in Claude Cowork that could let an AI agent pretend to be a real person. The vulnerability sits in how Cowork validates incoming requests — the gate isn't as tight as it should be.

The fix is already in. If you've updated Cowork, you're good. The hole was real and the patch is real, not a press release dressed up as a fix.

Why this matters for us: Cowork is how a lot of folks talk to Claude without opening a browser — if the door is loose, it's loose for the whole familia using it.

Read the sourcethehackernews.com
ai_explainer

Claude Code now runs in the iOS simulator — yep, the whole thing

Anthropic shipped Claude Code for iOS, and you can run it right in the simulator. No app store, no wrapper. Just Claude Code itself, compiled for Apple Silicon and talking to the API like it's at a terminal.

Simon Willison is the one who spotted it first. He's been following the Claude partner network since the early days and knows how these things land. The pair of them — Simon and Thariq — have been working on this for a while, and the result is lean: the model, the code, the prompts, all running on an M-series Mac without the usual scaffolding.

Why this matters for us:
If tools start running natively on our Macs instead of behind some web wrapper, they get faster, stay offline when the internet drops, and stop charging us per request. This is what the future looks like — quiet, fast, and under our feet.

Read the sourcesimonwillison.net
other

Google's Gemini Flash is the Mythos rival nobody saw coming

Google just shipped Gemini Flash, a model it's positioning as the real threat to Anthropic's Mythos. The company is betting hard that Flash can do the heavy lifting — reasoning, coding, long-context — at a fraction of the cost that's been keeping the rest of the industry awake at night.

Flash was built for speed and scale, not just raw capability. It handles long documents, chains thoughts through multiple steps, and can code through complex tasks.

Read the sourcequickbase.com
other

Google fights back with Gemini Flash — a cheaper, faster model for the real world

Google released Gemini Flash, a model that's faster and cheaper than the Gemini Pro it replaces, and it's aimed squarely at the open-source models like Mistral and Llama that have been eating its lunch. The model is 40 percent faster in production and costs about half as much. It runs on a new 8B parameter architecture — not the massive 70B+ models everyone's chasing — and it's optimized for the kind of work that actually ships: chatbots, search, image generation, the daily grind.

The real story isn't the specs. It's the timing. Open-source models have been getting better every quarter, and they're cheaper. Gemini Flash is Google's answer — a model that doesn't need to beat GPT-5 at its own game, just run the same work for less money and faster. For the folks running APIs, hosting their own models, or choosing between vendors: this is the kind of move that shifts pricing without anyone noticing.

Why this matters for us: Google's making the models cheaper and faster so the tools we depend on — search, docs, Translate — don't slow down when we're trying to get things done.

ai_explainer_worthy

Roblox is betting on world models — and they're open-sourcing the engine

Roblox is putting its chips on world models, the kind of systems that learn how the world works — gravity, objects, cause and effect — rather than just recognizing what they see. They've open-sourced the engine, which means anyone can grab it and run it on their own hardware.

The open-sourcing matters more than the announcement. When a big company ships a model for public use, it stops being a research toy and starts being a piece of infrastructure. The model lives on GitHub under Lightricks' name, and the community is already circling it — people have posted benchmarks, integration notes, and early experiments.

Read the sourcelinks.tldrnewsletter.com
other

Roblox is betting its future on world models

Roblox is rolling out world models — the same kind of AI that powers OpenAI's Sora and Google's Sora 2 — to generate 3D environments from a single image. You point it at a picture, it builds you a playable world you can walk through. The tech is still early: the geometry is loose, textures are a bit wobbly, and you can see the seams. But the idea is clear. Roblox wants to move from a game platform to a creation engine, and it's betting the next wave of games and experiences won't be built by hand, but grown by AI.

Why this matters for us: when a kid in East LA makes a game on Roblox, it's probably made with AI tools — not because a Silicon Valley engineer told them to, but because the tools are cheaper, faster, and the games they make are the ones their friends actually play.

Why this matters for us: world models are the first step toward a Roblox where anyone can turn a sketch into a world — and the kid who draws the best sketch owns the IP, not the studio.

Read the sourceblog.bytebytego.com
ai_explainer_worthy

Goodput beats throughput when your LLM is actually fast — not just busy

Goodput is the throughput of useful tokens — the ones that end up in the final answer. Throughput counts everything, including wasted tokens the model generated and then threw away because the prompt was too long or the answer was already complete. When the model is churning through tokens but most of them are noise, the throughput number looks great and the service still feels slow.

The post sketches the math: with a 100k context window, a single long prompt can consume 90% of the GPU just to pass data around, while the actual inference uses a fraction of that.

Read the sourcelinks.tldrnewsletter.com
ai_explainer_worthy

Keeping the KV cache warm — measuring prompt cache eviction across Anthropic, OpenAI, and Google

TLDR DevOps wrote a practical post on prompt cache eviction, comparing how Anthropic, OpenAI, and Google handle the KV cache in their LLM APIs. The cache lets repeated prompts reuse prior computation — if the cache stays warm, you pay less. If it evicts, you pay again.

The article walks through real measurements: how long each provider keeps the cache alive, what triggers eviction, and how much you save by keeping prompts close together in time. The numbers differ by provider, but the pattern is clear — eviction is a silent cost you don't notice until your bill does.

For us, this is the kind of infra detail that shows up in the margin. We run models through multiple providers and cache aggressively, so the difference between warm and cold matters more than most. If we can keep the cache hot across our API calls, the savings compound.

Why this matters for us: the cache is a quiet lever — warm cache means lower latency AND lower cost on every call we make, and the providers don't always tell you when it's about to expire.

Read the sourceblog.mempko.com
other

Former GitHub CEO builds a new code host for the vibe-coding era

Tom Preston-Werner — the original GitHub co-founder who sold the company to Microsoft for $7.5B in 2018 — has launched a new platform called Registerspills. It's a code host designed specifically for the age of vibe coding, where AI does most of the heavy lifting and human developers spend more time reviewing and directing than typing.

The Register's article frames it as a competitor to GitHub itself, but the real story is the timing: GitHub was built for humans writing code by hand, with pull requests, commits, and branching as the primary metaphors.

Read the sourcetheregister.com
family_parental_tech

Meta's new AI can now generate images of you from your Instagram — and you're opted in

Meta is rolling out an AI image generator that uses your Instagram photos to create new pictures of you — the kind of thing where you don't notice it's fake until you look closer. The catch: it's on by default. If you've got an Instagram account, you're in. No opt-out prompt, no special setting to toggle. You just start showing up in their results.

This is the kind of quiet shift that matters because it keeps happening. Meta has been training these models on user content for years, but they've been slow to tell people. The technology works — and it's good enough to fool people. That's worse than bad. It's the kind of thing that quietly becomes part of how we see ourselves.

Why this matters for us: la gente uses Instagram as our second home — family photos, the kids, the abuela's birthday, the cousin's wedding. If Meta is using our pictures without asking, we're not just giving them data, we're giving them our faces.

Read the sourcedigitaltrends.com
ai_scams

Tu LLM está mintiendo — y la gente se está tragando el cuento

Researchers found a sharp rise in AI tools that are feeding on their own output. Models trained on LLM-generated text start to hallucinate: they repeat patterns, invent facts, and confidently deliver garbage. The problem compounds as more tools scrape each other's output for training data. The worm spreads quietly — you don't notice until your AI is writing about things that never happened.

The worm isn't malicious in the traditional sense. It's not stealing credentials or planting backdoors. It's slower, more insidious: your tools are eating themselves.

Read the sourcedecipher.sc
ai_scams

Google launches Mantis to scan your code for AI leaks

Google's open-sourced Mantis (github.com/google/mantis) is a tool that checks your code for secrets — API keys, tokens, credentials — that might have bled into the codebase when you pasted prompts into your editors or left them in config files.

It's the kind of housekeeping that used to be manual. You'd grep for Bearer, for your AWS key, for the long hex strings that look like nothing but aren't. Mantis does this automatically and flags what needs moving to a real secrets manager. The project is by Momen Basel and is available as a CLI tool you can run before committing.

Why this matters for us: every Brown developer who's copy-pasted a Claude prompt into their terminal has left a token lying around. Mantis catches that before it leaks into a public repo.

Read the sourcegithub.com
fintech_unbanked

Takeoff goes long — and Sierra buys it

Sierra has acquired Takeoff, the startup behind the Takeoff agent framework. The company has been quietly building something different from the rest of the agent crowd: long-horizon agents that plan and execute over hours or days rather than a single turn. The Takeoff agents write their own code, run it, read the output, and keep going — no human in the loop, no handoffs.

The deal is the kind that makes sense for Sierra. The company has been laying out a platform for autonomous agents to run and scale, and Takeoff's long-horizon capability slots right in.

Read the sourceetched.com
other

Google writes the rulebook on AI economics — and it's not for the cloud boys

Google released a long-form research piece on the economics of AI, and it reads less like a tech whitepaper and more like an argument about who actually gets paid when AI gets built.

The piece covers the cost stack — chips, compute, data, and the labor that feeds it all — and then maps out how value flows through the system. The thesis is simple: most of the money stays with the chip makers and the compute platforms. The models, the apps, the wrappers? They're squeezing margins thin.

What's interesting for us is the part about infrastructure. Google is positioning itself as the foundation layer, the thing everyone else has to rent. That's the same play Intel was making with x86, the same play the Big Four is making with the bank rails. Whoever controls the substrate controls the toll.

Why this matters for us: if the money flows up to compute and chips, then the companies building on top — the ones we serve with tools and consult for — are fighting over scraps. We need to be on the foundation side, not the wrapper side.

Read the sourceblog.google

Past issues

30
Sep 7Mon

La gente y el ruido

Issue #107
Sep 6Sun

Tech is breaking and fixing itself at the same time

Issue #106
Sep 5Sat

Issue 105 — 2026-09-05

Issue #105
Sep 4Fri

La migra watches, the West chases, we keep building

Issue #104
Sep 3Thu

This week: hardware fights back and the internet is finally quiet

Issue #103
Sep 2Wed

The middleman is dying, and the models are overreaching — the real work is quieter.

Issue #102
Sep 1Tue

The shift: models are getting cheaper, infra is getting real

Issue #101
Aug 31Mon

GPT-6 leaks, AI gets real, and the bills keep coming

Issue #100
Aug 30Sun

Robots, robots, and more robots

Issue #99
Aug 29Sat

The grifts are multiplying — and we're still here

Issue #98
Aug 28Fri

The AI mess is real, and it's leaking your data

Issue #97
Aug 27Thu

The AI bust is here — and it's real.

Issue #96
Aug 26Wed

Bonds defaulting, robots getting smarter — the usual chaos.

Issue #95
Aug 25Tue

Models are getting heavy, builders are getting real

Issue #94
Aug 24Mon

This week, the world's grinding gears

Issue #93
Aug 23Sun

Lo que viene: labras, filtros, fundadoras, y la migra

Issue #92
Aug 22Sat

La migra and the meta: big tech's growing pains

Issue #91
Aug 21Fri

Open source is bleeding — and so is your wallet

Issue #90
Aug 20Thu

The feed is widening — and it's getting weirder

Issue #89
Aug 19Wed

The day the ground shifted — and the side gigs stayed

Issue #88
Aug 18Tue

AI is growing up — and so are the bills

Issue #87
Aug 17Mon

Lying models, real planes, and the benchmarks that lie to you

Issue #86
Aug 16Sun

AI is learning to lie and steal — and the guardrails are off

Issue #85
Aug 15Sat

La migra moves, gas triples, and the water plants got hacked

Issue #84
Aug 14Fri

Issue 83 — 2026-08-14

Issue #83
Aug 6Thu

Silicon Valley's reckoning is here — y la pregunta es para los de abajo

Issue #75
Aug 5Wed

Issue 74 — 2026-08-05

Issue #74
Aug 3Mon

Software is cheap, math is open, hardware is real — esto es lo que importa.

Issue #72
Aug 2Sun

El teléfono ya no es tuyo — y ni los eclipses se ven fácil

Issue #71
Aug 1Sat

El hardware se vuelve la barrera — y la gente sigue adelante

Issue #70

Daily issue · no spam

Get the daily on your stoop

One short email a day — AI, tech, and what it means for our communities. Plain language, cultural lens, no Silicon Valley jargon.