Issue #75Thursday, August 6, 2026

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

Open-weight AI is eating its own dog food. Meta's data lessons are spreading. iCloud leaks your IP anyway. The Chinese AI debate is no longer theoretical. All of it circles back to one question: who controls the systems that hold our data? Lo que la gente pregunta hoy: cómo configurar SSO sin perder la cabeza.

other

Silicon Valley is having a reckoning with open-weight AI

A growing number of people in San Francisco are asking a question that would have sounded fringe a year ago: should we be making AI models that anyone can download and run themselves? And more pointedly, should Chinese models be part of that conversation? The answer from the usual suspects is still no — but the debate is shifting fast. Open-weight models let you run AI on your own hardware, no API calls, no data leaving the house. For a lot of the comunidad, that's not just a tech preference. It's a practical necessity.

The Chinese angle is the thorny part. There's a genuine concern that giving away open-weight models to the world could end up strengthening competitors who aren't bound by the same rules. But there's another concern, one that doesn't get as much airtime: closed-source AI has always been the kind of product that only works if you have a credit card and a stable internet connection. Open-weight changes the math for the rest of the world.

Why this matters for us: when the big tech companies decide who gets to run AI on their own terms, they're deciding who gets to use it at all — and right now, the people most likely to lose are the ones who can't afford the subscription.

Read the sourceopenrouter.ai
other

SpaceX will try to catch a Starship booster out of the sky this month

SpaceX is attempting to catch one of its Starship Super Heavy boosters mid-air this month — a mid-air recovery of the booster using the launch tower's mechanical arms. The company has been testing this capability since 2023 as part of its broader booster recovery program, and the current attempt is one of many planned this year.

The broader context: SpaceX has been pushing hard on reusability for years now, and mid-air catches are a way of landing boosters faster than parachutes — which means more frequent flights and lower cost per launch. But the real question is who actually benefits from the work going into these rockets. The people building them, not the company profiting off the sky.

Why this matters for us: The people doing the work on these rockets should be the ones getting the benefits, not just the company cashing in on the profits.

Read the sourcethenextweb.com
Explainer del día

Temperature: how creative your AI gets

In machine learning, "temperature" is a dial that controls how creative or predictable a model's output will be.

High temperature = more random, more surprising. Low temperature = more focused, more conservative.

Think of it like asking different family members to write a birthday message for your cousin.

Your abuela will give you the same exact words every time. Reliable, warm, maybe a little repetitive. That's low temperature.

Your younger cousin who just discovered poetry will come back with something wild — a metaphor about a mango, a line about the highway, maybe nothing that makes total sense. That's high temperature.

Both have their place.

When you're building something precise — a legal summary, a product description, a how-to guide — you want low temperature (0.2 to 0.5). You want consistency.

When you're brainstorming, trying to get unstuck, or writing something that needs a spark — 0.7 to 1.0 is where the magic happens.

The trick: you can run the same prompt at different temperatures and compare. See what changes. Sometimes the weird answer is the good one.

Ask yourself before you hit send: do I want the abuela or the poet?

other

TLDR Newsletter drops today's top tech reads

The TLDR newsletter sent out its latest round of picks — a mix of stories on the tech beat that caught their eye. The daily digest is one of the better curators out there for folks who want to stay sharp without scrolling through everything themselves.

I'm working with just…

Read the sourcelinks.tldrnewsletter.com
From the Studio
studio

Obsidian AI: LLMs that never phone home

IEPs, medical records, legal discovery, city personnel files — these can't leave the building. But the staff still needs AI for drafting, summarization, translation, and lookup. Most "private AI" still phones home. Most fully-local stacks are a research project, not a product.

Obsidian AI is a turn-key appliance: GPU, model, agent runtime, voice, and a hardened admin console. Dropped on your org's own network. No outbound calls. Same toolbox surface as BFTS Chat, but the data and the brain never leave the room.

Why this matters for us:

School districts, clinics, and county legal offices serve our comunidades every day. Their data stays where it belongs.

https://brownforces.io/solutions

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.

other

iCloud Private Relay leaks your IP address

Apple's iCloud Private Relay is supposed to be your shield when browsing Safari. It routes your traffic through Apple's own servers so websites can't see your real IP address — your digital fingerprint. Apple marketed it as a privacy feature that protects you from trackers and advertisers.

Now it turns out the feature leaks IP addresses. The exact mechanics aren't fully clear yet, but the core promise — that browsing through Private Relay keeps you untraceable — is broken. This isn't a minor bug. This is the entire feature failing at its job.

The leak was reported by TLDR newsletter and picked up by MacRumors. Apple hasn't issued a full public statement yet, which is standard for this kind of thing. They'll likely patch it quietly and move on, which is also standard.

Why this matters for us:
When Apple sells privacy as a product, the gente who trusted it are the ones who get burned when the feature breaks.

Read the sourceastralcodexten.com
ai_scams

Inside Meta's data lessons — and why classification matters

TLDR Data published a look at what Meta's engineering team learned about data classification — how they organize, label, and verify their data so it actually works for ML and analytics. The post draws on lessons from inside the company's data engineering practice.

Data classification is one of those unsexy parts of the stack that breaks everything when done wrong. Meta's experience shows the real cost of messy data taxonomies: models trained on mislabeled data, reports that don't match, and teams spending hours stitching together the same information from different sources. The lesson isn't new — it's that taxonomies don't organize themselves, and the people who work with the data should be helping build it, not just consuming it.

Why this matters for us: the same data-classification problems hit when companies build products for our communities — bad labels, bad training data, bad models — and it's the Brown and Black folks who end up paying for it.

Read the sourceengineering.grab.com
other

Your Dev Pipeline Is a Production System

Most teams treat their CI/CD pipeline like a tool — something that lives behind the scenes, gets patched when it breaks, and rarely gets the same scrutiny as customer-facing code. Jerry Orr's post reframes it: the development pipeline is a production system. It ships work. It…

Read the sourcesundry.jerryorr.com
other

GitHub ships gh-stack for CLI workflows

GitHub just released gh-stack, a collection of tools built around the GitHub CLI. The repo bundles utilities for automating common tasks — things like creating issues, managing pull requests, and handling repo setup — without leaving the terminal.

The project is still early. There's no official documentation page yet, just the README and the code. But it signals a direction: GitHub is pushing its CLI beyond a one-off command line into a toolkit for people who already live in the terminal.

Why this matters for us: If you're already using gh to manage repos, this could save time on the repetitive stuff. If you don't — yet — it's worth knowing the CLI is getting more capable.

Read the sourcelinks.tldrnewsletter.com
other

Perplexity AI launches Numbat, a math-proof language

Perplexity AI released Numbat, a programming language designed to write and verify mathematical proofs. The idea is straightforward: instead of arguing about whether a proof is right, you encode it in a language that checks its own work. Perplexity's co-founder Aravind…

Read the sourcegithub.com
civic_tech

Lo que la gente pregunta cuando le toca configurar SSO

PropelAuth publicaron un repaso de las preguntas que los clientes hacen más seguido cuando les toca configurar Single Sign-On (SSO) en sus sistemas. Es una de esas cosas que parecen simples hasta que te toca y te das cuenta de que el flujo de login se convierte en un laberinto.

El artículo es básicamente un registro de lo que la gente pregunta al momento de integrar SSO en un sistema — cosas como qué pasa si tu usuario tiene dos cuentas, cómo se manejan las actualizaciones de perfil, si hay que hacer algo con el SAML y por qué la gente se queda pegada en el flow de autenticación.

No tiene números ni estadísticas. Es más bien una lista de las dudas comunes que salen cuando la gente se topa con SSO por primera vez.

Why this matters for us: Cuando tu empresa actualiza sus sistemas de login, eso puede dejarte sin acceso a herramientas que ya estabas usando — saber qué preguntar te ahorra horas de espera en soporte.

Read the sourcelinks.tldrnewsletter.com

Past issues

30
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 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
Jul 31Fri

Silicon, cuts, and the real moat — lo que importa

Issue #69
Jul 30Thu

The internet's noise floor is rising — and la gente is paying for it

Issue #68
Jul 29Wed

Agent swarms are finally paying for themselves

Issue #67
Jul 28Tue

Issue 66 — 2026-07-28

Issue #66
Jul 27Mon

El cohete, la inteligencia, y lo que le toca a la gente

Issue #65
Jul 26Sun

Tecnología y clima — lo que no nos lo dice la gente

Issue #64
Jul 25Sat

Issue 63 — 2026-07-25

Issue #63
Jul 24Fri

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

Issue #62
Jul 12Sun

Lo que importa hoy: la gente, no la máquina

Issue #61
Jul 11Sat

Issue 60 — 2026-07-11

Issue #60
Jul 9Thu

Issue 58 — 2026-07-09

Issue #58
Jul 8Wed

Varianza y el futuro — de la oficina a la comunidad

Issue #57
Jul 7Tue

AI is getting good at itself — and the models are too

Issue #56
Jul 6Mon

Mycelium, chips, and the AI confidence theater — la gente ya sabe usar AI

Issue #55
Jul 5Sun

El calor, los primos, y la migra app

Issue #54
Jul 4Sat

La migra se mueve: chips, IA y la infraestructura real

Issue #53
Jul 3Fri

La célula que nace sola, y los modelos que se cansan

Issue #52
Jul 2Thu

The tools are cheap — la gente starts building

Issue #51
Jul 1Wed

El chip del iPhone 18 se calienta menos — y el resto sigue corriendo atrás

Issue #50
Jun 30Tue

AI is learning to earn its keep.

Issue #49

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.