Passkeys are phishing-resistant, patentless public-key credentials your users unlock with a fingerprint or Face ID. Here's the registration and login ceremony, the autofill trick that makes them feel magic, and the three settings people get wrong.
H1 2026 closed at a record $510B in venture funding; this week Together AI raised $800M, Figma bought a vibe-coding team, Bending Spoons IPO'd up 40%, and a hacker claimed 35GB of Accenture source code. Read for founders.
xAI's new coding model undercuts the field on the rate card. But for anyone running agent loops, the number that actually moves your bill is how many tokens it burns to finish the job.
Three fresh 'good enough' models now fight for the workload that eats most founders' API budgets. Here's how to choose on cost math, context, and latency — not the leaderboard.
This week: OpenAI shipped GPT-5.6 (Sol, Terra, Luna) and GPT-Live to everyone, frontier prices kept falling, and Microsoft and AWS put $3.5B into forcing AI pilots to actually work. Read for founders.
OpenAI shipped GPT-5.6 as Sol, Terra, and Luna on July 9 after a 12-day government review — three models at three prices, not one. The founder question isn't 'is it better,' it's 'which tier does each job in my product deserve.'
Between June 30 and July 9, the cost floor for AI images fell to ~$0.03 per thousand, video got a per-second API price, and pro image editing gained layers and precision selection. Here's the founder's read on each — and the catch.
Norm Ai hit $1.2B, Z.ai shipped a coding agent that undercuts Claude Code by 82%, and this week's rounds show exactly which bets VCs are still writing. What happened, why it matters to you, and what to do about it.
This week the cost of frontier intelligence fell again, the funding concentrated where AI meets the real world, and the tools founders build with started building themselves. What happened, why it matters, and what to do about it.
If you're building anything that reads the web — a RAG app, a research agent, a competitor tracker — Firecrawl is the tool that turns messy HTML into model-ready markdown. What it is, who it's for, how to start, and what it costs.
A step-by-step walkthrough from an empty folder to a running app you can deploy to one $5 server — no Redis, no Node build pipeline, no PaaS. The boring stack, on purpose, with every command.
Four frontier models shipped in a week and dragged inference prices to $1–$2.50 per million tokens. Here's the concrete way to re-route your traffic and bank the margin — in an afternoon.
Anthropic shipped Sonnet 5 as near-Opus agent intelligence at $2/M input, and made it the default on Free and Pro. The founder move isn't 'upgrade' — it's re-pricing your escalation ladder, because a new tokenizer quietly eats ~30% more tokens.
Anthropic put its non-coding office agent on web and mobile. For a founder who IS the ops team, the pitch is simple — hand off async work, get pinged only when a decision needs you.
Early-July's release radar for builders, verified against primary sources: a new default Claude model with a 1M-token window, coding agents that now open their own PRs, a breaking Vercel AI SDK major, Electron-free desktop apps from Deno, a free ~90% speedup for local models on Macs — and a Node.js security release you should not ignore.
The real choice isn't which login screen looks nicer — it's the billing unit. One charges per user, one charges per returning user, and one charges nothing. Here's how that decides for you.
You don't need to hire a marketer, a support rep, a designer, and a bookkeeper before you have revenue. Here are seven AI-native tools that let one founder run all of it — what each does, who it's for, how to start, and what it actually costs.
Early July's AI news, read for founders: GPT-5.6, Grok 4.5, and an open-weight Chinese model pushed intelligence toward commodity pricing — while $19B compute leases and an 89% revenue share show the money pooling harder than ever. Here's what to actually do about it.
Model prices are falling, but a falling price only helps if your architecture can capture it. Five open-source tools — a router, a metering layer, a local meeting recorder, an agent multiplexer, and an autonomous pentester — that let a founder actually pocket the savings the price war is handing out.
Read for founders: an agent ran a $100M fundraise, another drove a robot from a single camera, Meta's put image-gen in every chat, and a public GitHub issue tricked an AI agent into leaking private repos. The pattern — autonomy and liability now scale together — and what to do before you ship one.
OpenAI, Anthropic, and Google all shipped new tiers this week. The headline is a price war in the mid-tier — but one of the cheaper numbers is quietly not as cheap as it looks.
The June 29 release flips vLLM's rebuilt execution core on by default and lands a Rust serving front-end. The throughput comes from deleting the CPU–GPU sync, not from a hotter matmul.
HNSW and DiskANN treat an index as a build artifact you periodically tear down and rebuild. SPFresh-class indexes — like Weaviate's HFresh — treat it as a living structure that rebalances as you write. The axis that decides which you need isn't recall. It's your write pattern.
max_num_batched_tokens looks like a throughput setting. It's really a fairness dial between the one user who pasted a novel and everyone else's token cadence.
The library named after TensorRT is deleting TensorRT. The June 30 release candidate is the last to support the compiled engine backend; the next version removes it. The lesson isn't about NVIDIA — it's about which tradeoff keeps winning.
DeepSeek shipped a 1.6-trillion-parameter model under MIT and let vLLM and SGLang publish the serving recipes the same day. The weights are free and portable. The throughput that makes them economical is neither.
Kubernetes already solved "declare a workload, let a mesh own the network." Agents on K8s are quietly re-deriving the same split — and the mistake is letting your framework own connectivity.
Once prefill and decode live on separate GPU pools, you have to decide how many of each. The number isn't a property of your model — it's a property of your traffic, and it drifts.
Text, dense, and sparse now live in a single Pinecone index. But a search request ranks by exactly one score, so 'true hybrid' fusion quietly moves back into your code.
A new benchmark maps the ways agents fail to the spans that would catch them. The GenAI conventions instrument the LLM call and the tool call — and go blind on planning, reasoning, guardrails, delegation, and memory.