Issue #107Monday, September 7, 2026

La gente y el ruido

The headlines are loud. Models get cheaper. Vercel fires ten SDRs down to one. Meanwhile the iPhone Ultra barely ships — fifty thousand units is a footnote. Tools still lag behind the hype, y eso duele. We keep it short. The rest waits for tomorrow.

ai_scams

OpenAI's Greg Brockman on the AI shift no one saw coming

Greg Brockman, OpenAI's president, sat down for a wide-ranging interview that turns on two things: Astra, OpenAI's new infrastructure play, and the question of alignment—whether these systems can be trusted at scale.

The Astra piece is the one worth paying attention to. It's OpenAI's way of building the plumbing around its models so they can run at the scale people are starting to demand. In plain terms: if you want AI to actually work in the real world, you need reliable compute, routing, and guardrails baked in before you ship.

The alignment thread runs through the whole conversation. Brockman frames it less as a philosophical debate and more as a hard engineering problem—can you design systems that stay safe as they get bigger and more capable? That's the question that's going to shape what happens next.

Why this matters for us: when the big labs start building the infrastructure layer, it changes who gets to use AI, who gets locked out, and who profits from the pipes underneath.

Read the sourcestratechery.com
other

Travis Kalanick's Atom is eyeing robotaxis

Atoms, the self-driving car company Travis Kalanick bought out of Uber back in 2020, is reportedly exploring a robotaxi business. The company's been quiet for a while — it's one of those deep-pocketed, quietly expensive ventures where you hear about it only when someone's looking for a headline.

This is the kind of play that makes you raise an eyebrow. Robotaxi fleets are capital-intensive, heavily regulated, and already crowded with players like Waymo, Cruise, and Zoox. Kalanick has the cash and the appetite, but the market isn't exactly begging for another one.

Why this matters for us: the people who'll actually ride these things — la gente que toma el bus, que camina, que no tiene Uber — aren't on the investor call. When the money piles up for a technology nobody asked for, it's usually because the people who own it don't have to live with the consequences.

Read the sourcetechcrunch.com
ai_explainer_worthy

Polars 2.0 cuts query time by 5x with one big batch instead of a thousand tiny ones

Polars — the Rust-backed DataFrame library — released version 2.0. The headline is a real one: it batches operations into a single round trip instead of firing off a thousand small calls. Benchmarks show 5x faster queries on the common cases.

The trick is in the engine. Older pandas and similar tools process things row by row or chunk by chunk, chatty and slow. Polars pushes the work into one big batch and lets the CPU do its job. No more round trips to the library for every tiny step. You call it once, it runs.

The open-source crowd is already using it to replace slow pandas pipelines in ETL jobs.

From the Studio
studio

Kelex: agents that actually remember who you are

Most agent frameworks treat every run like a fresh chat. The user's history evaporates. No memory. No progress. No way to flag what the model can't decide. Builders who want an agent that remembers across months end up writing the substrate themselves.

Kelex is that substrate, productized. It gives you typed memory, tenants and agents as first-class objects, and bounded confidence with progressive flagging. When the agent is unsure, it flags it — not just guessing. Webhooks let you steer it with human-in-the-loop decisions.

We use it to run Lara and the BFTS content stack before selling it. That's not a marketing line. It's the thing we built for ourselves.

If you're shipping agents that need to persist, remember, and admit uncertainty — this saves you months of reinventing the wheel.

https://brownforces.io/solutions

ai_explainer_worthy

Batch requests beat a thousand round trips — one shot at the model

The post from Ankit Rana is a short note on a practical pattern with LLM APIs: send one batched request that covers a chunk of work instead of firing off a thousand separate calls. The model processes the batch in a single round trip, which saves latency, cuts cost, and reduces the surface for rate limits. The core idea is simple — if you can structure the input so the model handles multiple items at once, do it.

This is the kind of optimization that quietly separates production apps from demos. Each extra call to an LLM is real money and real waiting time.

Read the sourceankit-rana.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

The iPhone Ultra is here — but barely 50,000 units

Apple announced the iPhone Ultra — a thicker, titanium phone with a 50mm camera and a 6.9-inch screen — and production is starting this quarter. The catch: it's limited to about 50,000 units. That's not a typo. Fifty grand. For a device that starts at $1,699.

The Ultra is Apple's answer to the phone wars, trying to carve out a premium niche above the Pro. But 50,000 units is a fraction of what the regular Pro line moves. It reads less like a product and more like a test — a way to see if the market exists before committing to a real run. If sales are weak, the Ultra disappears quietly. If they're strong, the next model gets a bump.

For the folks who actually buy Apple phones, this one isn't for you. If you're waiting for an Ultra to pick up at a bodega, save your time. The real story is the production cap itself: Apple is signaling that this segment is experimental, not a flagship. The 50,000 limit is the news — it tells you what Apple thinks the market looks like, whether anyone else is paying attention.

Why this matters for us: Apple's keeping its luxury toys exclusive to the top 1%, while la gente is stuck choosing between paying $900 for a regular phone or nothing at all.

Read the sourcemacrumors.com
other

Atoms is eyeing robotaxis — the new frontier for AI agents

Travis Kalanick's Atoms, the agent platform that lets AI tools talk to each other, is reportedly looking at robotaxis. The move makes a kind of sense: if agents are supposed to do things in the real world, driving a car is a pretty fundamental one. Kalanick built Uber, so the bet on autonomous vehicles isn't surprising. What's new is that the play is coming from an agent layer, not a car company.

The space is getting crowded. Waymo runs the only real robotaxi fleet at scale, and Cruise is back on the road after its 2023 crash. New entrants keep showing up — Aurora, Motional, Baidu — while the big tech companies circle.

Read the sourcecontraptions.venkateshrao.com
other

Roland drops Melody Flip — AI ideas, not finished tracks

Roland is rolling out Melody Flip, a plugin for your DAW that uses generative AI to spit out musical ideas. You get about 250 palettes sorted by genre — think of them as themed buckets of riffs and progressions — and you can ask for any combination: melody, chords, bass, or drums. It also takes a reference track and builds off its melodic DNA.

The key distinction: this isn't Suno or Udio. You won't get a polished vocal track with drums and bass all baked in. Melody Flip hands you raw musical fragments you can drag into your project and rearrange. It's a sketchpad, not a jukebox.

Why this matters for us: if you're a producer or session player who needs to fill 20 minutes before a gig or bounce a sketch for a client, this is a real tool — not a gimmick. The palettes are the part that counts.

Read the sourcetheverge.com
other

OpenAI quietly drops GPT-4o mini — the fast, cheap model

OpenAI has quietly launched GPT-4o mini, a smaller, faster, cheaper version of its flagship GPT-4o. It runs 60% faster than GPT-4o and costs 80% less per token. The model is already available through the OpenAI API and the ChatGPT web app, and it beats GPT-3.5 Turbo on benchmarks for reasoning, math, and coding.

For a startup like mine running a side business, this is the kind of change that reshapes margins overnight. At 20K context windows, it can read and summarize a 300-page PDF in seconds.

Read the sourcelinks.tldrnewsletter.com
other

Env is the new .env — and it's actually good

Env is a new config management system for developers. Instead of scattering secrets across .env files, databases, and cloud dashboards, it stores them in a single file with per-host keys so only the machine that needs a secret can read it. Think of it as the .env file but with actual security — encrypted, auditable, and not sitting in plaintext on a coworker's laptop.

The company behind it is a small team that's been quietly shipping this thing for a while. It's open source, it's free for small teams, and it integrates with the usual suspects: GitHub Actions, CircleCI, the cloud providers. The pitch is simple: stop putting secrets in .env files. Start using env.

Why this matters for us: a lot of the people I know — developers at small shops, indie hackers, the cousin running his own side gig — are still pasting API keys into plaintext files. This is one of those quiet improvements that makes the whole comunidad safer without anyone having to learn a new framework.

Read the sourcelinks.tldrnewsletter.com
other

Egypt's building a second Nile city, 100 km upriver

Egypt is pouring concrete for the New Administrative Capital, a 700-square-km city 45 km east of Cairo. The 770-meter Minarets tower tops 120 stories and will be the tallest building in Africa. The first residents move in next year. The whole thing costs about $58 billion — most of it financed by the government.

It's part of a wider project to shift the capital east of the Nile, away from the old city and the flood plain. The old capital is already choked: 22 million people, traffic that doesn't budge, housing the government can't keep up with.

Read the sourcelinks.tldrnewsletter.com
other

Egypt is pouring millions of tons of concrete into the Nile

Egypt is pouring 12 million tons of concrete into the Nile to build a new dam — bigger than the one at Aswan. The project was announced by President el-Sisi on July 14. It's meant to add storage capacity and keep the river flowing through droughts. The country has been dry for years. The Nile supplies almost all of Egypt's water.

The old Aswan Dam was built in the 1960s to hold back floods and generate power. It reshaped the country's agriculture and displaced tens of thousands of Nubian people. This new dam is bigger. It will flood more land, displace more communities, and change how the river moves sediment downstream. The region is already running short on water — the UN has flagged the Nile basin for serious stress.

Why this matters for us: dam projects like this reshape entire regions, displace families, and lock in decades of water politics — and the communities that bear the cost are rarely the ones making the call.

Read the sourcetheb1m.com
other

Apple's iPhone Ultra rumor is the phone no one asked for

The latest iPhone leaks point to an "Ultra" model — bigger battery, titanium, a camera that makes the Pro look like it belongs in 2023. The price tag is rumored to top $1,500. That's the price of a used Honda Civic, sitting on your pocket.

Apple has been pushing the Pro line up the price ladder for years. The Ultra is the next step: a phone for people who can afford to overpay for titanium and a lens array that takes better portraits of their cat. It's not a new product category — it's a new notch in the price bungee.

The real story isn't the phone. It's the market Apple is creating.

Read the sourcechinatalk.media
other

Vercel cut 10 SDRs to 1 — $5k a year

Vercel's COO Jeanne Dewitt Grosser says the company took a 10-person sales development rep team down to one. The whole thing now costs about $5,000 a year.

That's the kind of cut that makes people nervous — especially in sales orgs built around outbound prospecting. But the math is straightforward: if you're selling into a tight segment (developers, engineers) and the product sells itself through the developer loop, you don't need a squad of people dialing for appointments.

The bigger signal is that this isn't a one-off. AI-assisted outreach and warm developer communities are compressing the traditional SDR funnel. Teams that used to justify a dozen reps are now running leaner. The ones that adapt — or get left behind — will decide who's actually moving revenue in 2025.

Why this matters for us: if your side hustle or small shop is doing cold outreach, you're about to see the cost of doing that go way down — and the competition get way more aggressive.

Read the sourcegithub.com
ai_explainer_worthy

The models keep getting better — the tools don’t, and that stings

The models are getting better every week. The tools people actually use to build with them aren't — they're old, brittle, and full of hacks. That's the mismatch a lot of teams are hitting right now.

The gap matters because the wrong tooling eats up time and confidence. You don't need another framework to wrap another API call; you need a system that actually lets you chain calls, handle retries, and reason about what's happening. The models give you the intelligence. The tooling has to let you use it without fighting it.

Read the sourceroundup.getdbt.com
ai_explainer_worthy

T0 is the first time-series model that actually understands patterns

A new model called T0 from the same team behind T0-3.5 can take time-series data—stock prices, sensor readings, sensor logs—and reason about it the way a language model reasons about text. It's not a stats package or a traditional ML model. It's a transformer trained on sequences of numbers, with the same architecture as an LLM but fed numbers instead of tokens. The difference is in the data: it sees patterns across time, seasonal cycles, trends, anomalies.

It was trained on over 500 billion data points across 1.5 million time series, covering everything from climate data to stock prices to sensor readings. The paper shows it matching or beating specialized models on most benchmarks. On a few it falls short, which is honest—no single model wins everything. The key takeaway is that time-series can be handled the same way text is, using the same building blocks.

Why this matters for us: a lot of the side hustles and small operations we run—inventory, deliveries, sales—run on time-series data. If models like this start shipping in production, the folks who can actually use them will have an edge over the ones still wrestling with spreadsheets.

Why this matters for us: it means the tools for tracking inventory, sales, and deliveries are about to get a lot simpler for the people who actually run them.

Read the sourcetowardsdatascience.com

Past issues

30
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
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.