Issue 42 — 2026-06-23
Polymarket paid creators to post videos with fake bets
Polymarket has been paying creators to post videos showing trades and winnings on near-perfect copies of its website, and some of those trades weren't real. The videos look convincing — clean interface, familiar layout — but the money flowing in and out was manufactured, not earned. Creators were likely rewarded for the content, not for the bets themselves.
This matters because Polymarket has become one of the go-to platforms for people who want to bet on real-world events — from elections to crypto prices to everyday news. When creators post videos of themselves "winning big," the audience assumes they're sharing real results. Fake trades can distort that picture. It's the same playbook you see across social media: look rich, look right, and the algorithm rewards you. The difference is that Polymarket's bets are supposed to be real money, so the stakes are higher when the numbers get fudged.
Why this matters for us: When the numbers on the screen don't match the money in your pocket, it changes how we trust platforms that are supposed to be honest with us.
The flat curve society is changing how we earn, age, and move up
Steve Yegge is writing about what happens when the curves that used to lift us flatten out. Career growth, income, even social mobility — the trajectories that seemed to keep climbing are leveling. And the old playbooks stop working.
What Yegge calls the "flat curve society" is already here, and it hits working families hardest. The assumption that you get better, earn more, and move ahead with time is no longer guaranteed. Instead, you're on a plateau — steady but not climbing. For primos who built their lives on the hustle, the grind, the idea that hard work compounds, this is a quiet reset.
The cultural script is changing too. When curves flatten, you stop planning for a long upward arc and start planning for sideways motion. That means less faith in institutions that promised advancement, more reliance on the ones you built yourself — the side business, the family network, the community you've cultivated. La migra app, the cousin who runs the side business, the auntie on Facebook — these aren't just quirks. They're the architecture of a flat curve world.
Why this matters for us: the playbooks we inherited assumed upward motion; as that motion flattens, the communities and networks we build ourselves become our real safety net.
What are tokens? The AI unit of measurement explained
Tokens are how AI models count and process language. When you type a question, the AI doesn't read it word by word — it chops it into chunks called tokens.
A token is roughly four characters. One token is usually about three-quarters of a word. So the sentence "Tokens are how AI models count language" breaks into about eleven tokens, not eleven words.
Think of tokens like the little plastic chips you buy at the bodega for the arcade machine. Each chip is a unit. You hand the clerk a handful of chips. The register tallies them up. The machine doesn't care that some chips came from your aunt and some from your uncle — it just counts.
Why tokens matter: the more tokens in your prompt, the more the AI charges you. You can't just keep feeding it paragraphs forever. Eventually the register rings and you stop.
That's also why AI sometimes feels like it's hallucinating. When the model runs low on tokens, it starts guessing at the end. Like a cook who's run out of ingredients and just throws in whatever's in the fridge.
If you're building apps or using AI tools, tokens are the new currency. They're how your usage gets measured, how your costs stack up, and how much of the model's brain gets used up.
Ask your dev cousin: does your tool count tokens by word or by character? The answer changes your bill.
Tesla's building hardware for the AI age, not just cars.
— dayafter.substack.com
#tesla-s-new-ai-data-center-fits-in-a-shipping-container-ed6ab5Tesla's Megapod takes on the AI data center
Tesla dropped its Megapod — a new AI data center hardware unit — and the industry is taking note. It's the company's latest play in the infrastructure side of the AI boom, the kind of move that turns their car-making muscle into something people use to train models.
The…
BFTS Chat: AI that speaks our language
Bilingual communities have been stuck with two choices: AI that treats Spanish like an afterthought, or AI that sends your documents to some public model and calls it a day. Neither works when the IEP team is drafting at 7 PM and the clinic needs prior auth approvals by morning.
BFTS Chat fixes that. One tenant per org. Eight tools built for the work — chat, doc analysis, IEP drafts, helpdesk, grants, prior auth, SOPs, proposals. Bilingual by default. And if your org keeps sensitive data close, run it on-prem instead of sending it out.
A school district can draft bilingual parent letters without switching apps. A community clinic handles prior auth in English and Spanish without losing context. A county program runs grants and proposals with the same brain.
Why this matters for us: when AI actually speaks our language, the people doing the work — the teachers, the clinic staff, the community program workers — get tools that work for them, not against them.
https://tools.brownforces.io
Trump says Anthropic, maker of Claude, isn't a national security threat
Trump has declared that Anthropic, the California company behind Claude, is not a national security threat. The call came during an Axios interview — a simple signal that the administration is clearing the way for Anthropic to keep operating without the kind of scrutiny that…
DuckDB's big moment at the Databricks AI summit
DuckDB had its agent moment at the Databricks Data + AI Summit, where CEO Jordan Tigani took the stage to show how the company's fast, simple database is moving from the side hustle to the main stage. TLDR Data caught the keynote and the broader demos.
DuckDB has been growing quietly. It started as a database that runs queries in seconds instead of minutes, built for people who don't want to wrestle with infrastructure. La gente in data engineering — the ones doing the real work, not just talking about it — started using it because it just worked. Now it's getting the spotlight at one of the biggest industry events of the year. The company announced new agent capabilities, which basically means DuckDB is letting you ask questions in plain language and get answers without writing SQL. Esto te toca if you've ever stared at a query error for ten minutes.
The bigger picture here is that DuckDB is part of a shift away from the heavy, expensive databases toward tools that are actually useful. The summit also highlighted how AI is changing the way data gets built and used — less manual wrangling, more automated pipelines. It's not just Silicon Valley talking to Silicon Valley anymore. La migra app-style tools are becoming the standard.
Why this matters for us: When databases get simpler and faster, the people actually doing the work — not just the ones with fancy titles — get more time back in their day.
AWS is packing G7 servers with NVIDIA RTX PRO GPUs, New Relic is watching
AWS announced the EC2 G7 instances, now running on NVIDIA RTX PRO 4500 Blackwell server edition GPUs. New Relic is integrating to monitor these instances for AI workloads — the kind that chew through compute and bill accordingly.
This isn't a new GPU. It's a new tier.…
AWS builds a graph that learns from your agents, not your people
AWS launched a new graph database that reads what your AI agents do and builds its own knowledge map from that behavior. No more manual tagging or hiring people to curate data — the system watches, learns, and organizes itself.
This is part of the wider push to build a "context layer" for AI. Big tech has been racing to solve the same problem: how do you give AI systems persistent memory so they remember what happened last Tuesday instead of starting fresh every morning. AWS's approach is different from most competitors. It doesn't need humans in the loop to teach it. You feed it raw activity — queries, tool calls, agent decisions — and the graph grows from that.
Why this matters for us: Small Brown and Black business owners who use AI tools will finally get context-aware systems that adapt to how they work, not how Silicon Valley thinks they should work.
DuckDB 1.5.4 is out
DuckDB just shipped version 1.5.4. If you know DuckDB, you know the deal — it's the in-memory analytical database that lets you run SQL queries fast without setting up a whole server. Think of it as the tool that sits between your CSV files and your data warehouse.
This…
DuckDB Is Having Its Agent Moment
DuckDB is having its agent moment. The fast analytical database, long popular with data engineers who know their way around SQL, is suddenly showing up everywhere — inside AI agents, embedded in apps, and quietly replacing heavier tools that were built for a different era.
The story isn't just that DuckDB is fast. It's that it's making it easy for AI agents to work with data directly. Instead of routing queries through a managed service or waiting on a data warehouse, agents can read and write data in place. That's a shift for the people who build these tools and the ones who use them. Data teams stop wrestling with orchestration and start building things. The ones running side hustles, the freelancers, the engineers who also handle their company's analytics — they feel it. Tools that were once the domain of specialized data engineers become usable by anyone who can write a query.
Why this matters for us: the tools we rely on to move data and make decisions are getting lighter and more accessible, and that means more power in the hands of people who build, not just the ones who buy.
The Great Curve is flattening. Japan saw it coming
The U.S. and other developed countries are hitting a ceiling.
Life expectancy stopped climbing. It's stuck around 79 in America, while Japan peaked at 84.5 in 2021 and then dipped. Mortality rates halved over the 20th century, then hit a floor around 1980 and haven't budged.…
AI-Generated Code Is Getting Guardrails — Finally
Zarar just released Agent Hooks, a tool that puts deterministic guardrails around AI-generated code. The problem it's solving is simple: AI tools write code that looks right but breaks in ways you can't predict. Agent Hooks lets you set rules — type signatures, file structures, dependency constraints — and the AI has to obey them.
What's interesting here is who's building this stuff. The maintainers writing these tools are the same folks who've been wrestling with AI-generated code for months. They're not trying to sell you on AI. They're trying to make it work. That's a different energy than the usual launch-day pitch. The tool is aimed at developers who want to use AI without losing control of their codebase.
This matters because AI-generated code is about to get a lot more common. Every dev tool is adding AI features. Every startup is using AI to write code. The question isn't whether AI will write your code — it's whether you'll trust it when it does. Guardrails like Agent Hooks are the bridge between "cool demo" and "useful tool."
Why this matters for us: si vas a usar herramientas de IA para generar código, necesitas saber que hay gente que ya está poniendo reglas para que no te mande a la mierda el deploy.
TikTok Feeds Now Show 3x More AI Slop Than YouTube
A new study found TikTok feeds are showing about three times more AI-generated content than YouTube. The gap isn't small—it's a structural shift in what creators see when they open their apps.
YouTube has been relatively AI-resistant so far. Its longer-form content, deeper…
Big tech keeps buying things it can't handle
Sean Goedecke is looking at the big tech acquisition graveyard. The headline takeaway is simple: big tech needs big egos. When tech giants swallow up companies, the deals often fail. Not because the acquired companies are bad, but because the acquirers bring too much ego and not enough humility.
The pattern shows up everywhere. Big tech announces massive acquisitions with fanfare, then struggles to integrate them. The acquired team gets absorbed, loses autonomy, and the value drains away. The acquirer ends up with a bloated org chart and a story to tell at dinner parties.
The failed hackquisitions are a reminder that size doesn't equal wisdom. Big tech keeps buying companies it can't handle because the egos driving the deals are bigger than the companies themselves.
Why this matters for us: when the biggest tech companies keep failing at their biggest deals, everyone from the founders to the workers feels the fallout.
Founders Fund Bets on Fish. The Universe Wants to Learn
Peter Thiel's fund is putting money into Humanely, a fish company. The TLDR newsletter put it this way: "The universe just wants to learn."
Founders Fund and Ouster are backing the company as it figures out how to kill fish without making them suffer. It's less about…
Volatility is the new normal for Brown businesses
Devansh Panda writes about how market volatility has shifted from something that happens in cycles to the default state of doing business. The kind of swings that used to show up once a decade are now happening every few months — and they're hitting differently depending on where you sit in the economy.
Panda traces how volatility has changed over time, from the old pattern of boom and bust cycles to what he calls the current environment where uncertainty never really settles. The kind of market moves that used to surprise investors are now part of the weekly rhythm. This isn't just about stocks or crypto — it's about how the people who run side businesses, work gig shifts, and keep their families afloat navigate a world that keeps recalculating itself.
Why this matters for us: when the ground keeps shifting, the people with the most to lose are the ones who can't afford to wait for things to stabilize — and that's a lot of folks in our communities.
Tags: markets, volatility, brown-businesses, economy
Suggested layout: standard
Pull quote: Volatility isn't the exception anymore. It's the baseline.
Category: other
Body markdown: Devansh Panda writes about how market volatility has shifted from something that happens in cycles to the default state of doing business.
The kind of swings that used to show up once a decade are now happening every few months — and they're hitting differently depending on where you sit in the economy.
Panda traces how volatility has changed over time, from the old pattern of boom and bust cycles to what he calls the current environment where uncertainty never really settles. The kind of market moves that used to surprise investors are now part of the weekly rhythm. This isn't just about stocks or crypto — it's about how the people who run side businesses, work gig shifts, and keep their families afloat navigate a world that keeps recalculating itself.
Why this matters for us: when the ground keeps shifting, the people with the most to lose are the ones who can't afford to wait for things to stabilize — and that's a lot of folks in our communities.
Running Postgres in Kubernetes without losing your mind
Datadog's engineering team published a detailed walkthrough of running PostgreSQL with high availability on Kubernetes. The post covers the hard parts: keeping the primary and replicas in sync, handling failover when the primary drops, and making sure queries don't get lost…