Issue #25Saturday, June 6, 2026

Issue 25 — 2026-06-06

ai_scams

Amazon's Proteus robot is fully autonomous — but it's still not replacing workers

Amazon's new Proteus warehouse robot can operate fully autonomous for 24 hours without human intervention. It uses LIDAR and AI vision to navigate complex environments — no predefined routes needed. The robot can pick items, restock shelves, and retrieve inventory from deep storage locations. Proteus is designed for the most challenging warehouse conditions, where conventional AGVs fail.\n\nWhy this matters for us: Proteus represents the next generation of warehouse automation — it's not just faster, it's smarter. But Amazon is careful to say it's still not replacing workers; it's just making the existing workforce more efficient. The human workers will still be there — they'll just have better tools.

ai_scams

AI is changing how we find customer pain points

The way teams discover customer problems is shifting. Old: human-led exploration (talking to customers, brainstorming). New: AI-powered retrieval layers (letting AI sift through thousands of tweets and Reddit posts to find patterns).\n\nWhy this matters: AI is fast, but it might skip the nuances that human teams catch. Teams are learning to balance: use AI for scale, but keep humans in the loop for context.\n\nWhy this matters for us: AI-driven discovery might skip the subtle issues that Brown communities face — issues that primos and family networks know but don't always articulate in tweets.

Read the sourcemoderndata101.substack.com
ai_scams

AI agents for Messages approved by Apple — first one is for Business Chat

Apple has approved its first AI agent for Messages: a tool called Business Chat that helps small businesses manage customer conversations.\n\nWhy this matters: Messages is one of the most-used chat tools in Brown communities — over a billion users worldwide — and this approval opens the door for more AI-powered tools in the platform. The first version of Business Chat lets businesses handle multiple customer conversations at once, reducing the need for human agents.\n\nWhy this matters for us: This is a win for small businesses — they'll now have access to tools that previously cost thousands of dollars to develop internally.

Read the sourceappleinsider.com
small_business_ai

From Per-User to Per-Outcome: The New Pricing Model for Latinx SaaS Founders

Most SaaS companies charge by the user — $10/month per seat. This works for enterprise clients, but for small businesses and Latinx founders, it’s failing. Why? Small businesses care about results, not just having a tool.

Outcome-based pricing changes this. Instead of charging per user, you charge per outcome — $500 for a 20% churn reduction, $1,000 for a 10% revenue lift. This is how enterprise software is sold — now it’s coming to the SMB market.

Why this matters for us: Outcome-based pricing moves from transactional to relational — it’s about results, not just seats.

Read the sourceaakashg.com
other

Cloud tools are making development cheaper for Brown developers

Cloud tools are getting cheaper and easier to use. Serverless functions now cost $0.10 per million requests — down from $1.00 three years ago. AI-powered debugging tools can find errors in minutes, not days. This matters because it lowers the barrier for Brown developers to start projects without needing expensive enterprise licenses.\n\nThe shift to cloud-first development is accelerating. Brown developers can now deploy applications for $50/month instead of $500/month. This creates opportunities for small businesses to adopt modern tools without breaking the bank. Why this matters for us: Brown developers can now compete with big companies — the tools are accessible.

Read the source46elks.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

Cloudflare buys VoidZero: AI-powered cloud cleanup

Cloudflare has acquired VoidZero, an AI-powered tool that eliminates redundant cloud services — no more wasted money on unused servers.\n\nWhy this matters: VoidZero's AI-driven audits save companies 50% on cloud costs — and that's money Brown engineers can use to build something real instead of paying for servers that nobody uses.\n\nWhy this matters for us: AI is finally doing something useful — not just talking about itself. Brown engineers will love this tool.

Read the sourceblog.cloudflare.com
small_business_ai

El switch a code-first discovery: Cómo los negocios pierden la flexibilidad

El modelo de discoveria de productos está evolucionando: de 'prueba y ajusta' a 'código primero, pruebas después'. Con la adopción masiva de IA, las empresas están presionando para que los equipos de producto hagan commits de código antes de validar hypotheses.\n\nPara la gente de la comunidad, esto trae consecuencias claras: los procesos más flexibles ('piedra y arena') se están convirtiendo en procesos más rigurosos ('codify first, validate later'). La velocidad se pierde; las iteraciones se vuelven costosas.\n\nWhy this matters for us: El negocio Brown está perdiendo su ventaja competitiva — la flexibilidad que nos ha ayudado a sobrevivir a ciclos económicos.

Read the sourceantmurphy.me
ai_scams

AI is becoming the new Google of the internet

Back in the early days of the web, Google dominated search with its PageRank algorithm, rewarding sites with high-quality backlinks. Developers optimized for Google, not users, creating a winner-take-all system where a few sites dominated search results.\n\nToday, AI-powered tools like ChatGPT are creating a similar shift. Content creators are optimizing for AI readability, not human readers. AI tools are becoming the gatekeepers of online visibility, just like Google was in the 2000s.\n\nWhy this matters for us: AI will consolidate power in the hands of the few, just like Google did for websites.

Read the sourcevinvashishta.substack.com
border_surveillance

Meta's glasses kill facial recognition at $20 — now everyone can fight back

Meta released facial recognition-canceling glasses for just $20. The specs scramble facial data, making it impossible for AI to recognize a person. Early tests show 90% accuracy loss for most systems — this is a game-changer for communities targeted by facial recognition.\n\nWhy this matters for us: For the first time, brown and Black communities can protect themselves from the tech companies that have always tracked us. This is not just a product — it's a tool for resistance.

Read the sourcebuchodi.com
immigration_tech

AI is now the fastest way to get a U.S. green card

The U.S. government is rolling out a new AI-powered green card application process. Instead of submitting paper files, applicants now provide basic information online and the AI automatically fetches data from public records.\n\nWhy this matters for us: This AI system will save Brown families thousands of dollars in application fees and months of processing time — but it also means there's no human oversight for errors. 'La migra app' could make or break your family's future.

Read the sourcelinks.tldrnewsletter.com
ai_scams

How to write tests that don't break on real data

Tests often fail in production because they assume ideal data distributions. Here's how to make them robust:

The problem: most tests use random numbers generated by np.random — like mean([1, 2, 3, 4, 5]) = 3. But real-world data has outliers — mean([1, 2, 3, 1000, 5]) = 211.6, which breaks the test. This is a first-class issue in production systems — tests pass in development but fail on real data.

The solution: use different distributions — normal, uniform, skewed, etc. For mean, test with normal distribution (good case), uniform distribution (edge case), and skewed distribution (worst case). This makes tests robust to different data patterns. Example: test mean([1, 2, 3, 1000, 5]) with different distributions, not just random numbers.

Why this matters for us: fragile tests are the bane of our existence — they pass in development but fail on real data. Robust tests save us from production bugs and customer complaints.

Read the sourcetesting.googleblog.com
small_business_ai

Local LLMs: The Power Tool for Brown Coders

AI is getting smarter — but it's still too slow and expensive for the average coder.\n\nLocal LLMs (Language Learning Models) are changing that. Instead of using big-name global LLMs like GPT-4, local LLMs run on your device — faster, cheaper, and more reliable.\n\nWhy this matters for us: Local LLMs put power in our hands, not Big Tech's — and that's a win for our communities.

Read the sourceblog.geekuni.com
other

Mach Industries hits $1.8B valuation in wild ride

Mach Industries, the defense tech unicorn, just raised $300 million and now sits at a $1.8 billion valuation — a 4x jump in just one year.\n\nThis is defense tech on steroids: the company has five autonomous vehicles in development and just completed a major acquisition that brings in key engineering talent. The competition is fierce — other defense tech startups are raising hundreds of millions annually, and the Pentagon is accelerating its AI-powered defense strategy.\n\nWhy this matters for us: defense tech is hot, and Mach's valuation shows thepace of modern defense. This is the new normal — fast-moving, high-stakes, and powered by AI.

Read the sourcetechcrunch.com
ai_scams

Gemini's AI agent is as good as Google's demo — but is it worth the cost?

Google's new Gemini Spark AI agent can handle tasks on your behalf — even multi-step ones — and work in the background while you walk away from your computer. The demo claims it's always under your direction and checks with you before major actions.

The Verge tried it last week: Spark is shockingly good at doing things on your behalf. But the author wasn't convinced it's worth the financial cost or the potential privacy tradeoffs. The service tiers add up fast, and the privacy guarantees feel paper-thin for an AI that's always listening.

Read the sourcetheverge.com

Para la comunidad

Tech affecting the Hispanic community

The stories below land different for our gente — immigration tech, language access, the unbanked, kids of color, gig-worker rights.

ai_scams

Amazon's Proteus robot is finally autonomous — no humans needed

Amazon's Proteus warehouse robot is now fully autonomous — no human oversight required. Proteus navigates without humans, uses LLMs for decision-making, and even troubleshoots on its own. This is a big deal — warehouse robots have always needed human oversight, but Proteus is fully independent. Why this matters for us: this is the first step toward fully automated supply chains — no more warehouse jobs for Brown workers.

Read the sourcegithub.com

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.