Issue #74Wednesday, August 5, 2026

Issue 74 — 2026-08-05

ai_scams

DeepSeek drops V4-Flash, a new open AI model on Hugging Face

DeepSeek released DeepSeek-V4-Flash-0731 on Hugging Face, a July 31 model in their Flash line. The model is available under an open license, which means developers, researchers, and anyone with a GPU can pull it down and run it locally or on their own infrastructure. No API keys, no vendor lock-in.

Flash models from DeepSeek have been getting attention for punching above their weight — good performance relative to size, which matters when you're running on consumer hardware or tight compute budgets. The July 31 version updates the Flash family, though the exact benchmarks and improvements aren't spelled out in the release notes.

Why this matters for us: open models let Brown and Black founders, indie devs, and community orgs build without paying Big Tech's toll — no gatekeepers, no rate limits, no terms of service that can change overnight.

Read the sourcehuggingface.co
ai_scams

Microsoft's new ML compiler speeds up models across CPUs and GPUs

Microsoft released MSLK, a compiler that takes machine learning models and rewrites them so they run faster on whatever hardware you have — CPUs, GPUs, you name it. The idea is straightforward: you train a model once, then MSLK figures out how to make it execute efficiently on your machine. No more rewriting the same model five different ways for different backends.

What makes this interesting is that ML workloads are everywhere now — from recommendation engines to the AI features getting baked into everyday apps — and every time you deploy a model, you're making hardware choices that affect cost and speed. MSLK sits between the model and the chip and optimizes the execution path. If you're running inference at scale, this is the kind of tool that quietly saves money on every request.

Why this matters for us: the faster and cheaper these models run, the more likely they end up in the tools we use every day, and the less we pay for the compute that powers them.

Read the sourcelucasb.eyer.be
Explainer del día

Qué es el system prompt — y por qué le importa a la migra app

Todo modelo de IA tiene dos partes. Una es lo que le dices — el user prompt. La otra es el system prompt, las instrucciones que nadie ve pero que le dicen al modelo cómo comportarse antes de que le preguntes algo.

Imagina a tu primo que siempre está listo para ayudarte. Si lo mandas a una fiesta sin decirle qué hacer, te va a dar un desorden. Si le dices "sólo habla en español, sé directo, no inventes datos," y listo, ya sabes cómo va a responder.

El system prompt es esa primera instrucción. Las empresas lo usan para darle personalidad al chatbot, fijar límites, o darle contexto de su trabajo. Un bot de banco puede llevar un system prompt que le dice: "no des información médica, si el usuario pregunta sobre recetas, redirige a un profesional." Ese mensaje está ahí antes de que tú hables.

¿Por qué te importa?

Porque la mayoría de los bots que usas — el de tu banco, el de la app de la migra, el de la escuela — tienen un system prompt que define qué puede y qué no puede hacer. Y si quieres que un bot funcione bien para tu negocio, lo que escribes en ese primer mensaje define todo el resto.

Tip: Si estás probando un bot para tu negocio, abre el chat y hazle una pregunta que esté al borde de lo que debería responder. La forma en que se porta es el system prompt hablando por ti.

other

Apple finally lets iPhone copy-paste into Windows

Apple shipped a feature that lets you copy text on your iPhone and paste it directly into Windows — no shared folders, no Bluetooth tricks, no jumping through hoops. It's been a real pain for years. People who use both platforms have been working around it for as long as I…

Read the sourceastralcodexten.com
From the Studio
studio

Bilingual AI that handles your docs — and your data

Your school district, community clinic, or county program needs AI that actually works in the language your people use. Not one that drops Spanish mid-conversation. Not one that sends sensitive patient records to a public cloud.

BFTS Chat gives your org its own tenant with eight purpose-built tools: chat, doc analysis, IEP drafts, helpdesk, grants, prior auth, SOPs, and proposals. Bilingual by default. Spanish and English in the same thread, no switching required.

You can run it against an on-prem brain instead of a public API. Your documents stay where they belong.

Why this matters for us:
La gente deserves tools that handle their language without risking their data or their families' information.

https://tools.brownforces.io

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

Qwen 3.8 drops — more open-weight firepower from China's AI camp

Qwen 3.8 has landed. The latest model in Alibaba's Qwen line is an open-weight AI model, meaning the weights are publicly available rather than locked behind a paywall. Open-weight models let developers, researchers, and small teams run the model themselves without depending on a single vendor's API.

Qwen's been building a serious open-source presence. The broader Qwen family has become one of the more popular alternatives to the Big Three in the U.S. AI space, and this release adds another rung to that ladder.

Why this matters for us:

Read the sourcelinks.tldrnewsletter.com
other

Canva's AI push: one percent of the way there

Canva, the design tool built for regular people (not just designers), is still figuring out where AI takes them. The company's been building out AI features — image generation, text-to-design, smart editing — and the verdict from their own assessment is that they've barely…

Read the sourcelinks.tldrnewsletter.com
small_business_ai

GitHub launches gh-stack for building coding agents

GitHub just released gh-stack, a framework for building coding agents — AI tools that don't just write code, but actually run it, debug it, and iterate. The stack bundles three pieces into one architecture: a context window that keeps track of what the agent has seen, a tool integrations layer so it can talk to your repos and terminals, and an execution engine that lets the agent do real work instead of just generating text.

The idea is straightforward. Right now, a lot of coding assistants are really fancy autocomplete. gh-stack is trying to push past that by giving agents the full loop — read, write, run, debug, repeat. It's open source, it's designed for developers who want to build their own agents rather than rely on someone else's, and it ships alongside GitHub's existing Copilot tools.

Why this matters for us: more agents mean more tools for the people who actually write code day to day — and the ones who can build their own end up with a real edge over the ones still waiting on the next SaaS subscription.

Read the sourcegithub.com
other

GM and Ford Are Dialing Back on EVs

GM and Ford are mentioning electric vehicles on their quarterly investor calls at pre-pandemic rates, according to new data from TechCrunch and Hudson Labs. That's a sharp drop from the peak years when EV talk dominated earnings calls, strategy decks, and CEO speeches. The…

Read the sourcetechcrunch.com
other

Spotify's engineering post on indexing data lakes for fast queries

Spotify's engineering blog published a post on indexing data lakes so you can do fast point queries — the kind of thing that normally requires a separate database layer. The gist: you can build on top of cheap storage and still get sub-second lookups if you index right.

It's part of the broader shift toward lakehouse architectures — ditching the expensive data warehouses and trying to run everything on S3-like storage with smart indexing. The trade-off is real: cheaper storage, but you have to solve the query performance problem yourself instead of outsourcing it to a managed service.

Why this matters for us: if your team's drowning in data costs or slow queries, this is a concrete angle worth looking at — and it's a reminder that the tools we rely on are built by engineers who've been through the same pain.

Read the sourceengineering.atspotify.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 6Thu

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

Issue #75
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.