Issue #28Tuesday, June 9, 2026

Issue 28 — 2026-06-09

ai_scams

AI calibration: why language models often lie about their confidence

AI models often lie about how confident they are — they say '99% certain' when they're really just guessing. This matters because decisions about jobs, medical treatments, and even immigration are increasingly automated by LMs. New calibration techniques like Platt scaling and isotonic regression help fix this — they make LMs' confidence scores more accurate. Why this matters for us: Brown communities are more likely to rely on these automated decisions, and calibration ensures they're not just random guesses.

Read the sourcekdnuggets.com
small_business_ai

Tableau: The Tool That's Leaving Brown

The Tableau exodus has begun: businesses are abandoning the tool due to high costs and maintenance.\n\nBrown businesses relied on Tableau for years — it was the gold standard for BI. But the price was too high for most. Now, alternatives like Obsidian and DuckDB are emerging — lighter, faster, and far cheaper.\n\nWhy this matters for us: The shift to lighter tools frees up Brown businesses to focus on what truly drives growth — not just reporting.

Read the sourcemotherduck.com
Explainer del día

Top-p sampling: Why it matters for your AI decisions

You know that moment in the barbershop when the stylist asks: 'Tú quieres rulos o ondas?' It's a simple question, and you know exactly what you want. That's how AI decisions work with low top-p: the model picks one option and goes all in.

Now imagine you're unsure. You say: 'Dame un par de opciones.' The stylist responds: 'Puedo hacer rulos, ondas, o natural.' That's high top-p: the model considers multiple candidates before committing.

Why this matters: low top-p is great for confident decisions. High top-p is better for uncertain decisions where you need flexibility. Think of top-p as the model's 'options menu': the smaller the menu, the faster the decision — but you risk missing the perfect choice.

Tip: use low top-p for simple tasks ('write a thank-you note') and high top-p for complex tasks ('design a marketing campaign'). Always ask: '¿Tú prefieres rulos o ondas?' before committing.

ai_scams

Claude now powers self-service analytics for any database — no coding required

Claude now powers self-service analytics for any database — no coding required. Teams using Supabase, Snowflake, or MySQL can now query their data without SQL. Users can write natural language prompts and get structured results in seconds. This is a game-changer for the 90% of teams that still rely on manual SQL queries.

This shift to self-service analytics will disrupt the data engineering landscape. Teams can now democratize data access without hiring specialized talent. The traditional SQL query workflow is being replaced by conversational interfaces that anyone can use.

Read the sourceclaude.com
From the Studio
studio

Kelex: Memory-Backed Agents That Actually Remember

Most agent frameworks treat each run as 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 the user 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: developers finally have a production-grade memory backend they don't need to build from scratch.

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

Why AI interfaces feel weirdly human

Why AI interfaces feel weirdly human — they're designed to mimic us, but they often feel just too human. You know that moment when you're typing a message and the AI suggests a turn of phrase that sounds almost exactly like something you'd say? That's the uncanny valley — the interface feels human, but not quite right.

The weirdness comes from the interface's 'personality' — its patterns of speech, tone, and even its quirks. A calculator that 'speaks' in your cousin's voice, a GPT-4 model that 'feels' uncertain — these aren't just tools anymore. They're conversational partners, and that's unsettling.

Read the sourcejonoalderson.com
ai_scams

AI scams and the jobs myth: Why Brown workers are paying the price for big tech’s promises

The latest AI tools promise to eliminate jobs entirely — but the truth is more nuanced. The Substack post The Jevons Misunderstanding explains how AI actually specializes jobs, making them more specialized and less accessible to ordinary workers.\n\nHere's the math: a simple task that used to cost $20 with human labor now costs $100 with GPT-4. The tool is better, but it's also more expensive — and it requires specialized skills to use effectively. This creates a two-tier system where large companies thrive on AI tools, while small businesses and Brown workers struggle to keep up.\n\nWhy this matters for us: Brown workers are caught in a cycle of over-hyped tools and diminishing job prospects — and big tech is profiting while the middle class hollows out.

Read the sourceplatforms.substack.com
other

Lauf’s Eelja: The Electric Mountain Bike You’ll Want in Your Garage

Lauf’s new Eelja electric mountain bike is a beast — sleek, powerful, and ready for the daily grind. The 50-mile range on a single charge is a win for commuters, and the 1,800-watt motor feels like a rocket ship on inclines. At $3,999, it’s a premium product that feels like a steal compared to the competition.

What’s changed: This is the first bike from Lauf to truly feel like a hybrid of traditional mountain bike vibes and modern electric power. The design is understated — no flashy lights or batteries sticking out — just pure, elegant functionality.

other

Xbox 25th: translucent green nostalgia edition

Microsoft released its 25th-anniversary special edition Xbox Series X and controller, bringing back the OG green look. The design draws inspiration from the original 2002 Xbox console, with both the console and controller featuring a translucent green finish. "For the first time, we're bringing a translucent design to Xbox Series X, drawing inspiration from the original Xbox and OG Green so many players remember," said Jason Ronald, VP of next generation.

The limited-edition console includes 1 TB of storage and the power of the Series X, with design details that respect the history of the franchise. The controller is ergonomically designed for comfort, and the translucent green finish is a throwback to the OG design that launched the console in 2002.

Why this matters for us: this special edition is a love letter to Brown gamers who grew up with the original Xbox and want to relive those memories with modern performance.

Read the sourcetheverge.com
ai_scams

Why Spark is better for the hustle: La migra app example

Spark is a smarter way to use AI — it uses a basic LLM and context windows, making it better for specific tasks than ChatGPT. For example: building a customer service chatbot for la migra app. Why this matters for us: it's a tool that makes AI more accessible for Brown communities.

Read the sourceandreaskretz.substack.com
ai_scams

AI parallelism — what you need to know

AI models can run in two ways: broker-visible (shared infrastructure, low cost) or client-local (dedicated resources, higher cost). Broker-visible is fast but noisy — you share resources with other users. Client-local is slower but private — you get dedicated hardware. \nWhy this matters for us: Parallelism is the foundation of modern AI tools. Understanding these trade-offs helps you avoid over-promises from vendors.

Read the sourcelinks.tldrnewsletter.com
ai_scams

Why your LLM API is slow: the hidden trade-off between broker and client parallelism

The LLM API performance trade-off is a critical factor in application design. Developers often optimize for throughput by increasing the number of parallel requests to the API server. While this improves server-side throughput (requests per second), it increases latency (time per request) due to resource contention on the server. The client must wait longer for each request to complete, even though the server is handling more requests overall. \n\nWhy this matters for us: Brown developers and teams often face this trade-off when building apps that use LLM APIs.

Read the sourcejack-vanlightly.com
other

Flight: Apache Arrow’s big upgrade for BI teams

Apache Arrow Flight is a major upgrade to the Arrow project — it’s a network protocol that lets BI tools send Arrow data over the network at wire speeds. This is a big deal for Brown BI teams: Flight makes it easier to move large datasets between tools without losing performance.\n\nWhy this matters: BI teams are always fighting data movement bottlenecks. With Flight, BI tools can share data directly instead of exporting/importing — this saves time and reduces errors.\n\nWhy this matters for us: Brown BI teams are the backbone of corporate reporting — Flight gives them a tool that finally works for modern data pipelines.

Read the sourceconfessionsofadataguy.com
ai_scams

'Vibe Coding' is the new danger: AI hallucinations in development

TLDR: Vibe coding is a new development style where engineers work directly with AI tools — writing code by feel, not structure. The danger: AI hallucinations cause massive bugs — the model says it works, but in reality, it doesn't. Why this matters for us: Brown developers are adopting vibe coding fast — but the tools are not yet reliable for production.

Read the sourceontologist.substack.com
ai_scams

Pioneer's New AI Framework: Why It's a Big Deal

Pioneer has launched a new AI framework designed for production-grade applications. Unlike academic tools, Pioneer emphasizes scalability and reliability — the team built it to solve real-world problems in their own projects.\n\nWhy this matters for us: This is a big step toward making AI development accessible to working-class developers, not just Big Tech researchers.

Read the sourcepioneer.ai
fintech_unbanked

Amazon EKS scales enterprise OLAP with KEDA + Karpenter

Amazon EKS is scaling Apache StarRocks on Kubernetes for enterprise OLAP workloads using KEDA and Karpenter. KEDA dynamically scales StarRocks clusters based on query load, while Karpenter provisions and optimizes EKS nodes for OLAP characteristics. This integration delivers cost-efficient, autoscaling OLAP clusters that handle enterprise-grade workloads with minimal operator intervention. Why this matters for us: KEDA + Karpenter make enterprise OLAP workloads more accessible to Brown developers without requiring expensive on-prem infrastructure.

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

ChatGPT is dead — long live the AI scams

Generative AI is everywhere. The tools are good enough now that they create more problems than they solve. The 'uncanny valley' of imitations — where the AI sounds almost human but not quite human — is becoming a daily frustration for workers. The 'hallucination' problem — where the AI 'knows' facts that don't exist — is becoming a reliability issue for teams.

Why this matters for us: Brown workers are the first to adopt these tools, but they're also the first to lose jobs when the tools become good enough to replace them.

civic_tech

Tableau's premium push is driving a data exodus

Tableau has launched a new pricing strategy that's reshaping the data visualization landscape. The new tiered pricing — $25/month for individuals, $100/month for teams — targets small businesses and individuals while maintaining enterprise pricing. This change is accelerating the migration to open-source tools like Power BI and Looker, which offer more flexibility. Why this matters for us: small business owners and freelancers are bearing the brunt of this shift, and many are adopting open-source alternatives that save money without sacrificing functionality.

Read the sourcesuperdatablog.substack.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.