En este momento, hemos ofrecido ayuda al Gobierno de Venezuela a través de nuestra Cancillería.
300 rescatistas y paramédicos, junto con 50 toneladas de equipo, medicamentos e insumos de primera necesidad, están listos para partir hacia Caracas 🇸🇻🇻🇪
A DEVELOPER PROVED THE REGEX YOU'VE WRITTEN A THOUSAND TIMES IS SECRETLY A COMPILER AND THAT ALMOST NO ONE WHO USES THEM HAS ANY IDEA WHAT ACTUALLY RUNS
36 minutes from Paul Wankadia, the engineer behind a regex engine that compiles your pattern straight down to raw machine code -- walking through what really happens between the slashes.
-> The moment it clicks, regex stops being magic punctuation you paste from Stack Overflow and becomes what it actually is: a tiny machine. Your pattern gets turned into a state machine, and that machine is what runs against every character of your text.
That one idea explains everything you never understood. Why one regex returns instantly and a nearly identical one hangs your whole server. Why some patterns are safe and others are a denial-of-service waiting to happen. It was never random -- it's whether the machine underneath is built well or badly.
Writing a regex was never the skill -> reading one is. And now that an AI agent hands you dense, clever patterns you'd never write yourself, the person who can see the machine underneath is the one who catches the one that takes down production at 3am.
Everyone copies regex and prays. This is the talk that ends the praying.
Save it. The next time a pattern "Just works," you'll actually know why ↓
This Chinese guy created agents in Claude Code for landing pages and single-handedly serves 47 small businesses a month, taking $400 from each.
He built a system of 7 agents on Claude Sonnet 4.6 that analyzes Google Maps in small towns, finds small businesses without websites there, and over 1 weekend takes each one to a finished mockup with video and cold message.
No assistant, no sales team, no SDR. Just him, a MacBook, an iPhone, and 1 API key.
And traditional web design agencies keep teams of 8 people on salary for the same order flow, while his expenses are only tokens and subscriptions to Lovable, Higgsfield, and Calendly.
7 agents work through 1 orchestrator on Claude Code Router. Usage is about 3 million tokens a day, the average API bill is about $480 a month.
All 7 go through MCP servers and write shared state to the file system, without shared state in memory and without race conditions, and 1 of them lives right in the iPhone and picks up positive replies from the subway, a taxi, or on walks.
And here is the system prompt he put into the orchestrator before launch:
"You are the orchestrator of a solo agency that sells ready-made websites to local businesses. You delegate read-only tasks to 6 sub-agents and own all writes.
sub-agents:
// Scout (walks through Google Maps in selected cities, looks for narrow niches: 5+ years on the map, fewer than 50 reviews, no website or a website from 2014, but high ratings)
// Diagnoser (for each lead writes a 50-word diagnosis, hero angle, tone matched to the industry, and a cold message under 70 words)
// Builder (generates a landing page mockup in Lovable through MCP only for the top 5 leads per day, with the sharpest diagnoses and the biggest gap)
// Filmer (pulls 5 screenshots of the mockup and through Higgsfield renders a 10-second vertical video 1080x1920 with a soft zoom)
// Pitcher (sends a personalized cold message through the right channel for the niche: email to roofers, SMS to tradesmen, IG DM to salons, LinkedIn to realtors)
// Checker (runs every message through evals for personalization, absence of AI markers and buzzwords before sending)
// Mobile (lives in the iPhone, handles positive replies in real time, books Zoom calls in Calendly through MCP while the owner is on the go).
You never let 2 sub-agents touch 1 lead. You stop and request approval from the human only when a deal exceeds $3,000 or the reply rate in a niche for the day drops below 12%."
Meaning the system knows what it is and within what boundaries it is allowed to act.
It knows it is supposed to find leads on its own.
It knows it is supposed to take each one to a mockup, video, and cold message without intervention.
It knows the human only steps in when a deal goes above $3,000 or the reply rate stops converging.
→ The system runs 24 hours a day
→ Scout goes through about 220 local businesses on Google Maps per day and leaves 30 new leads in the queue
→ Diagnoser outputs 30 structured diagnoses + briefs + cold messages per day
→ Builder assembles 3 to 5 finished landing pages in Lovable for the sharpest leads
→ Filmer renders a 10-second vertical video in Higgsfield for each one
→ Pitcher sends 30 personalized messages per day across 4 channels with a reply rate of about 14%
→ Checker runs every message through evals before sending
And only when a deal breaks $3,000 or the reply rate for the day drops below 12% does the orchestrator wake the owner.
And when the owner at that moment is sitting in the subway or a taxi, the Mobile agent in his iPhone picks up 1 move on its own: replies to a fresh positive reply from a dentist, books a Zoom through Calendly synced to the local time of the client, and puts the lead back in the queue. The owner only has to tap "approve" and in just 10 minutes join the call.
Here is what the system writes in his log during 1 of the Saturdays:
"scout report: 218 businesses checked in Austin, Denver, and Miami, 34 without a website, 19 with a website from 2014, 6 with an active redesign request in reviews. passing top 30 to diagnoser."
"pitcher: 30 cold messages sent across 4 channels, 14 replies, 5 positive, 3 Zoom calls booked for Sunday. passing to closer."
"builder: landing page for Westside Cosmetic Dentistry built in Lovable, 5 sections, mobile, soft beige. URL placed at /Users/dev/maps-agency/clients/westside/v1. filmer launching Higgsfield."
"eval flag: deal with The Lotus Salon at $3,400 exceeds the approved limit of $3,000. sending for manual review."
He has no server of his own and no separate backend.
Just a local file sandbox at /Users/dev/maps-agency, an MCP router, 1 API key to Claude, and the same key forwarded to Claude Code on his iPhone.
Out of everything I have seen this year, this is the cleanest one-person agency for selling websites to small businesses: $480 a month on the API, about $18,800 into the account, and between them 7 prompts, 1 file system, and 1 phone in the pocket.
ANTHROPIC JUST RELEASED THE OFFICIAL PLAYBOOK FOR BUILDING A COMPANY WITH CLAUDE CODE.
30 minutes. free. from the engineers who built it.
Bookmark this before you forget.
CEO: 1 human. Employees: AI agents. Operations: fully automatic.
The zero-headcount company is no longer a joke.
Te sientes aburrido porque no estás haciendo misiones secundarias. La vida no es solo trabajar y estar tirado en la cama sin hacer nada.
Aquí tienes 50 misiones secundarias que todo hombre debería completar:
> uso Claude 6 meses
> siento que me falta algo
> todos parecen sacarle más partido que yo
> me pongo a leer este articulo de claude cowork
> primeros 5 minutos
> me doy cuenta de que lo he estado usando fatal
> termino de leer
> todo cambia
> hay todo un sistema detrás de esto?
I have a draft of the first two modules for Learn C++ the Hard Way up and free to read:
https://t.co/XiuheRXxRA
This should teach very basic C++, which is mostly a simpler to use C, then you spend all of Module 2 making a bunch of little projects.
A couple warnings:
1. It may have problems on a macOS, especially a newer non-Intel one. I'm not sure where the problems are but I think clang is just being pedantic in some weird way.
2. It's a first draft so needs some more polish, but the code works and it should work well enough to learn basic C++.
Anthropic pays engineers $750,000+ a year to understand how LLMs work.
Stanford just put a 2 hour lecture that covers 80% of it for FREE.
Bookmark this. Give it 2 hours today.
It might be the highest ROI thing you do this month:
Since WhatsApp Desktop App became a webApp it has been an awful experience... Bugs everywhere, app freezing and logging out from the account without reasons... I swear to god the current state of this app couldn't be worse
This 2 hour Stanford lecture will teach you more about how LLMs like ChatGPT & Claude are built than most people working at top AI companies learn in their entire careers.
Bookmark this & give 2 hours today, no matter what. It'll be the most productive thing you do this week.