Issue #102Wednesday, September 2, 2026

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

Amazon and the FTC are trading blows, the store is outgrowing the middleman, and the token tax on MCP is eating budgets. Meanwhile, Apple drops Intel, Kelex agents remember what they've seen, and OpenTelemetry finally ships. The models are loud, but the useful stuff is small. Esto te toca: stop chasing hype, build what lasts.

other

Amazon sues the FTC — and the FTC is fighting back

Amazon filed suit against the FTC after the agency blocked its $6.5 billion acquisition of One Medical. The FTC argued the deal would let Amazon leverage its Prime membership and pharmacy benefits to dominate the health care market, squeezing out independent clinics and pharmacies. Amazon's lawsuit claims the FTC's reasoning is thin and is seeking a court order to close the deal anyway.

The FTC's case is the latest in its broader push to reassert antitrust enforcement under Lina Khan's leadership. It's also a test case for the new FTC — the Trump administration has signaled skepticism toward antitrust, and the agency is bracing for legal and political pressure. If a court allows the deal, it could set a precedent for how aggressively the FTC can block tech acquisitions in the future. If it blocks it, the FTC gets a win for its broader agenda.

For la comunidad, this matters because Amazon is already one of the biggest employers in many Latino and Black neighborhoods — and it's moving into health care, where it could undercut the small clinics, pharmacies, and independent practices that many of us rely on. Whatever this case does, it shows who gets to shape the market we actually live in.

Why this matters for us: Amazon's push into health care could squeeze the clinics and pharmacies many of us depend on — and the court's ruling on this deal sets the standard for how far tech companies can go before the government steps in.

other

ChatGPT and Google are killing the link — traffic is bleeding

ChatGPT stopped including links to sources, and Google Search now shows them much more sparingly. The result is the same: people read the answer without following the source. Sites that lived off traffic from those recommendations started bleeding.

What's changing is the distribution model. Previously, search engines and chatbots acted as free distributors — they sent people from the question to the article, and the article gained page views. Now, the question is consumed within the window itself. The click is no longer automatic. Publishers keep the content but lose the reach.

It's not a bug; it's the logical path for these products. Users want quick answers, not a list of links. Chatbots and search engines prioritize that experience. For sites that depend on organic traffic, the consequence is direct: fewer visits, less ad revenue, less incentive to publish.

Why this matters for us: la gente que escribe, hace blogs, o maneja un negocio local — la migra del tráfico que venía de Google — ya no puede confiar en ese grifo. Hay que construir audiencia directa: lista de correo, redes, comunidad.

Read the sourcethestateofbrand.com
other

The store isn't dead — the middleman is

The HBR piece tracks a pivot afoot in how merchants make money. The old play: rent shelf space, buy ad slots, then mark up whatever lands on it. That model is fraying. Ads are getting pricier, marketplaces are squeezing margins, and the real cash is moving toward the brands that own the relationship with the buyer — the ones building their own channels, not just buying theirs.

What's changing is the asset. Instead of one-off product launches, the winners are stacking recurring revenue — subscriptions, memberships, loyalty programs.

From the Studio
studio

Agents that remember — Kelex

Most agent frameworks treat every run like a fresh chat. No memory. No flags. No audit trail. You spin up a model, ask a question, get an answer. Then the session dies. The next one starts over.

This is the wrong architecture for anything that needs to stick around.

Kelex fixes the substrate. It gives builders typed memory, tenants and agents as first-class objects, and progressive flagging so the system flags what it cannot decide. Webhooks let human operators steer when the agent hits uncertainty. It is a real long-running agent — one that remembers the user across months and picks up where it left off.

We run Lara and the BFTS content stack on this before we sell it. That is the test: if it works for us, it works for you.

No rewriting the substrate. No patching together a dozen libraries. You get the thing that was missing.

https://brownforces.io/solutions

other

OpenTelemetry is done growing up. Now it ships

OpenTelemetry left the CNCF incubator and became a graduated project as of August 31, 2026. That's a formal milestone — the project has passed maturity gates and now lives in the CNCF's main catalog rather than its sandbox. In practice it means the spec has stabilized, the governance structure is locked in, and the community can ship releases without the incubation safety net.

OpenTelemetry is the open standard for collecting traces, metrics, and logs from applications — the plumbing that lets you ask what went wrong when a service is slow.

Read the sourcelinks.tldrnewsletter.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.

other

Kubernetes 1.37 enforces storage version migration GA

Kubernetes 1.37 makes the storage version migration GA. The controller-manager now enforces a single API version per resource type and refuses writes to older schemas. The migration tool has been available for months — this is the point where the cluster starts policing the change.

It's not a migration for the data; that happened when objects were written in the new version. It's a migration for the API surface: the cluster stops accepting the old wire format. Any client that still sends an older version gets an error instead of a silent conversion.

The migration took this long because it breaks the backwards-compatibility guarantee that Kubernetes has relied on since 1.0. By making it GA, the project is saying the old API versions have been deprecated long enough and it's time to stop accepting them.

Why this matters for us: if you run a cluster, this is one of those release notes you actually need to read — the controller-manager will start rejecting old API calls and the migration tool needs to finish the job before 1.37 ships.

Read the sourcewasmi-labs.github.io
other

Apple is finally dropping Intel — developers can too

Apple has made it simpler for Mac developers to cut Intel support. The company's announcement means the tooling now treats arm64 as the default path. If your app only runs on Apple Silicon, you can skip the Intel slice entirely. The shift is the kind of quiet infrastructure change that only shows up when you're trying to compile something and it fails.

This is the third act of a long arc. Apple moved to its own chips in 2020. By 2022 they'd stopped shipping Intel Macs. Now the developer tools are catching up — and the message to the rest of the industry is clear: the old x86 era is closing.

Read the sourceblog.dshr.org
ai_explainer_worthy

Android Studio now runs Gemma 4 locally on your machine

Google just shipped a Gemma 4-powered AI assistant into Android Studio. The model runs on-device — you don't send your code to the cloud for answers. It's a 30-billion parameter model that can read and write Kotlin, Java, and C++ code, plus logcat output and build errors. You get it with the latest stable channel of the IDE, no extra plugins.

The bigger picture: Google's been pushing its open-weight models everywhere — Gemini is the big one, but Gemma is the smaller, faster cousin designed for edge devices. Running it locally means less latency, less cost, and no vendor lock-in on your code. For anyone building Android apps, this is a free copilot that lives on your laptop instead of someone else's server. The trade-off is hardware: the 30B model needs a decent GPU to run smoothly. If your machine is older, you'll feel it. But if you've got the silicon, it's a meaningful upgrade over the old autocomplete.

Why this matters for us:
For the dev who's been paying for GitHub Copilot or Cursor, this is a free alternative that respects their code by keeping it on their own machine.

Read the sourceandroid-developers.googleblog.com
other

Apple makes it easier for Mac devs to drop Intel

Apple's latest Xcode 26 update adds a one-click checkbox to projects that lets developers tell the compiler to target only Apple Silicon. If you check the box, the build skips Intel binaries and ships only for M-series chips. It's the opposite of what the old universal binaries used to do.

This is a real signal. Since the M1 launched in 2020, the Mac line has been fully on Apple Silicon for four years. A lot of open-source projects are still shipping universal binaries — Intel and ARM together — because the default template hasn't changed.

Read the sourcereverseeverything.com
ai_explainer_worthy

The MCP Context Tax Is Eating Your Token Budget

MCP is the protocol that lets AI agents talk to external tools — databases, APIs, file systems, the works. It was supposed to make agents useful. Instead, it's quietly burning through your token budget in ways nobody warned you about.

The problem is simple: every time an agent calls an MCP tool, the system has to serialize the tool's schema, the function signature, the parameters, the results. All of that gets stuffed into the context window as extra tokens. One call to a big tool like a code interpreter or a knowledge base can easily add 2,000–5,000 tokens of overhead. Do that 50 times in a chain, and you've just spent 200k tokens on plumbing instead of reasoning. The agent isn't stupid — the context window is. It fills up with tool definitions and result blobs, and the real conversation gets pushed out.

The fix isn't to ban MCP calls. It's to stop treating tool schemas like they belong in the prompt. Cache them. Compress them. Only ship the ones the agent actually needs. A few teams are already doing this — and their token bills dropped 30–40% without changing the agent's behavior at all.

Why this matters for us: if you're building tools for la comunidad — a rental ledger, a remittance tracker, a bodega inventory app — this is the hidden cost that makes those tools unaffordable. Fix the context tax or the tool dies on the token bill before anyone tries it.

Read the sourcelinks.tldrnewsletter.com
ai_explainer_worthy

Stop trying to beat the models — it's the wrong game

Sean Goedeké is making a point that's been building all year: the models are now so capable that competing with them on raw capability is a losing bet. The real edge isn't out-generating or out-thinking the model — it's building something the model can't. That means workflows, data, and distribution that are specific to your situation.

The models are getting better at writing, coding, summarizing, even reasoning. The ones who win aren't the ones typing faster prompts. They're the ones with access to real proprietary data, the ones who've wired the output into systems people actually use, the ones with customers already paying.

Read the sourcelinks.tldrnewsletter.com
other

The Right But Early club — why most good ideas die

TLDR is running a 200-person community called the Right But Early Club. The name says it all: ideas that are right, but too early. People in it are usually founders or operators testing something real — a new model, a new product, a new way of working — and running into the same wall: the market isn't ready yet.

The club is a place to test before you bet the farm. You pitch, get feedback, learn what actually breaks, and decide whether to keep going or cut losses. No pitch decks. No vanity metrics. Just the work and the people who do it.

Why this matters for us: la comunidad has a lot of gente running side hustles that the market keeps telling them isn't ready — this is a way to test that call before burning months and savings.

Read the sourcelinks.tldrnewsletter.com
ai_explainer_worthy

Why your AI features aren't getting used

Kristen Berman has a rule: if people won't use an AI feature in the first three seconds, it's dead. Progressive disclosure does the heavy lifting here — show the button only when it's relevant, not as a floating orb on every screen. The trick is making the trigger obvious enough that the user gets it without a tutorial.

The real problem is that most teams bolt AI onto the top of the nav bar like a badge of honor. Nobody's looking for it. What works is a one-tap prompt in the flow where the work is already happening. The button lives where the user's hand is.

Read the sourcekristenberman.substack.com
other

How to actually run a software project without burning out

Lucas F. Costa writes up eight rules for managing software teams, and the first one is the one everyone ignores: scope creep kills projects. You set a deadline, you set the features, and then the stakeholder adds one more thing. The team works harder, the code gets messy, and the launch gets pushed. The fix is simple — if it's not in the original scope, it's a new project. Period.

The rest of the list covers the real work: write things down so you can explain them to someone else. Build small pieces and ship them. Cut the features that don't matter. Make the hard calls early instead of delaying them. These aren't Silicon Valley ideas — they're the same rules any working team uses when they're trying to get something done without the whole crew losing their minds.

The point isn't to follow these rules religiously. It's to have something to fall back on when the project starts going off the rails and you can't tell why. Most teams skip the writing, let scope creep in through the back door, and then wonder why the thing they shipped six months late doesn't work. Costa's list is just a reminder that the boring rules are the ones that keep things from collapsing.

Why this matters for us: lots of our folks run side businesses and freelancing gigs where they're the only dev — these rules are how you keep your own projects from eating your life.

Read the sourcelucasfcosta.com
other

Mitchell Hashimoto, founder of Packer and Vagrant, is back writing about systems

Mitchell Hashimoto was one of the early voices in DevOps. He built Vagrant for reproducible dev environments, Packer for images, Nomad for scheduling, Consul for service discovery, and Terraform for provisioning — all free and open source, all used in production. He sold HashiCorp to VMware in 2021 for about $6.1 billion and stepped away.

Now he's writing again on his own site, posting interviews and essays about infrastructure, distributed systems, and the tradeoffs that keep engineers up at night.

Read the sourcealexalejandre.com
other

Posthog's code review tips: 30 lines or less

PostHog published a practical list of code review tips — the kind you actually use instead of the ones you pretend to read. The gist: keep PRs under 300 lines, write the commit message before the code, and call out risky changes explicitly. It's a reference sheet, not a manifesto.

The ones worth remembering are the boring ones. A clear title and description save more time than any linter. Reviewer comments should be actionable — not "this looks off" but "this function touches the DB in a loop". And if you're the one writing the PR, resist the urge to defend the code in the thread; just fix what the reviewer asks for and push again.

Why this matters for us: it's the kind of discipline that keeps small teams from drowning in bloat — and the kind you can steal from anyone, no Silicon Valley gloss required.

Read the sourcenewsletter.posthog.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 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
Jul 31Fri

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

Issue #69

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.