Indie devs who switched to Google’s Antigravity for free Claude Opus 4.5 access just got the math redone on them. Three weeks after launching at 250 requests a day, the free tier dropped 92% to 20. The post-mortem from @0xsid hit 627 points on Hacker News overnight.
Then last week, a background update arrived without warning, swapped the IDE for a chatbot, erased chat history, and blocked both versions from coexisting. Sid called it “incredibly poor taste.”
In today’s indie hacker news:
- 🏴☠️ The Antigravity bait-and-switch indie devs are screenshotting today
- 📦 Runtime (YC P26) hands coding agents to non-engineers safely
- 🦁 A safari lodge owner ran Gemma 4 against a year of video
- 🪪 Replit Enterprise goes self-serve, SAML and SCIM without an AE
- 🗞️ Local news chains shut the door on the Wayback Machine
TOP STORIES
RUG PULL BY AUTO-UPDATE
🏴☠️ Antigravity’s bait-and-switch: free tier gutted, then a silent 2.0 update

The story: Sid (0xsid) put the receipts on his blog Wednesday, walking through six months of the squeeze. November 18 launch: the free tier carried the full Claude Opus 4.5 + Gemini 3 Pro stack at zero cost. By early December the daily allowance had hit its current floor and the per-minute rate was halved on the same day. The Pro tier’s “5-hour refresh” marketing line turned out to be 7 days in real practice. In March, Google replaced quota guarantees with an opaque AI Credit currency, $0.01 per credit, with no public documentation of what one credit converts to in tokens or compute.
The details:
- New $100/mo Ultra and $200/mo Ultra Premium tiers shipped alongside the I/O 2026 update. The previous $249.99/mo Ultra tier was discontinued.
- Pro plan usable quota collapsed from roughly 300M input tokens per week to under 9M, per one subscriber’s logs.
- Gemini CLI and Gemini Code Assist sunset June 18, with no headless alternative documented. Migration is to Antigravity CLI only.
- 286 comments under the post, half from paid Pro and Ultra subscribers chronicling 7-day lockouts during the March credit rollout.
- Sid: “Background updates are meant for performance patches, not for secretly shipping an entirely different piece of software”
Why builders care: Generous-launch pricing is the demo, not the contract. Default to tools that publish rate limits as numbers in a public doc instead of “evolving plans” in a blog post. Anything that auto-replaces the binary on your dev machine without consent should fail your security review next sprint, regardless of vendor.
Work from any WiFi like it's your home network. NordVPN's Meshnet runs a free private mesh between your laptop, dev box, and home server. SSH from a café without exposing a port, the way you'd use Tailscale. The paid VPN on top lets you test geo-fenced Stripe checkouts or feature flags from any country.
We get a cut if you sign up. Only added for tools we use ourselves.
SANDBOX FOR THE WHOLE TEAM
📦 Runtime (YC P26) hands the agent sandbox to PMs and marketers, not just engineers

The story: Runtime hit Launch HN yesterday from the YC Spring 2026 batch. The product sits between non-engineers (product, design, marketing, ops) and coding agents like Claude Code, Codex, Cursor, Gemini CLI, or Devin. Behind the curtain Runtime snapshots full stacks including Docker Compose, Kafka, Redis, and seeded databases, then injects secrets through a managed proxy so the agent never touches them directly. Co-founder Gus Trigos is ex-Nuvocargo; Carlos Volante is ex-Modern Treasury. They are running it as a three-person team out of San Francisco.
The details:
- Builder tier is $29/month for 10 parallel sessions, 8 vCPUs and 8 GB RAM each. Teams tier jumps to $99/seat for unlimited sessions, RBAC per agent, and spend controls.
- Backends are pluggable: E2B for Firecracker isolation, Daytona for sub-90ms Docker starts, EC2, or your own Kubernetes. Runtime is glue, not compute.
- Split license: Apache 2.0 for CLI and SDK, AGPLv3 for the server.
- Customers in 40+ countries at launch with zero ad spend. “Fast-growing YC scaleups” cited as early adopters.
- Trigos: “When the bottleneck is no longer who can code but what should we build next, the entire org moves faster”
Why builders care: If half your team runs Claude Code and the other half is begging an engineer to set up a sandbox, the Builder tier buys the proxy, RBAC, and observability layer you would otherwise duct-tape together. The model-agnostic stack also means you do not get re-platformed every time the next agent ships.
SAFARI LODGE BENCHMARK
🦁 A safari lodge owner indexed a year of DJI footage on a 5-year-old MacBook with Gemma 4 31B

The story: NJ Singh runs Mara Hilltop, an eco-lodge in Kenya’s Maasai Mara. He had 47GB of DJI Pocket footage from a year of safari runs and wanted it searchable in plain English. He pointed Gemma 4 31B Q4 (running in LM Studio at 127.0.0.1:1234) at the archive, extracted five frames per clip at 1920px, and wrote a YAML and prose description sidecar for each one. The whole pipeline is open source as framedex under MIT, roughly 1,400 lines of Python. Claude Code wrote most of it; NJ did the architecture, prompts, and bug triage.
The details:
- Hardware is an M1 Max with 64GB unified RAM, the same laptop he has used since 2021.
- Model footprint hits 28.40GB loaded; peak swap during the overnight indexing run reached 50.89GB on the SSD.
- Face embeddings are 512-dim ArcFace stored in SQLite, deterministic and not LLM-generated.
- WhisperX 3.8 handles transcription with speaker diarization across 97 languages.
- Three vision backends supported: local Gemma, Claude Max via CLI, or the Anthropic API. Flip a config flag to swap.
Why builders care: The cost case is $22/month against the $140/month SaaS pipeline NJ priced before building. The repo is small enough to clone and rewire for call recordings, security camera archives, sports clips, drone footage, or any media library where per-query API cost murders the unit economics. Local inference is the cheapest moat when the data is sensitive and the queries are unbounded.
NO CALENDAR INVITE NEEDED
🪪 Replit Enterprise is now self-serve, SAML and SCIM without a sales call

The story: Replit shipped a self-serve Enterprise wizard at replit.com/enterprise-wizard yesterday, ending the AE-gated motion the company had run since launching the tier. Pricing is credit-based, paid upfront annually via card or ACH. No per-seat fee, unlimited seats included at any commitment level. SSO across Okta, Azure AD, Google Workspace, and OneLogin lives in the wizard. SCIM sync, RBAC, audit logs, SOC 2, single-tenant environments, region selection, static outbound IPs, and VPC peering all toggle on without a conversation.
The details:
- Pro plan caps at 15 collaborators for $95/month annual. Enterprise removes the ceiling entirely.
- Replit hit $150M ARR in September 2025, up from $2.8M at the start of the year. AI-agent consumption pricing carried the 50x curve.
- 85% of Fortune 500 companies have at least one user on the platform. Named Enterprise logos include Atlassian, LabCorp, PayPal, Zillow, and Adobe.
- TechCrunch reported a $9B valuation in March on a $400M Series D, tripled from the September mark.
- UKG cited a 400% increase in pre-engineering product feedback collection after rolling out internally.
Why builders care: A small team that vibe-codes on Replit can now answer a corporate procurement checklist the same afternoon a buyer drops it. v0 Enterprise still needs an IT touch for SSO setup; Lovable and Bolt.new do not ship an enterprise tier at all. The PLG-to-Enterprise path just collapsed from quarters to minutes for the team Replit is targeting.
WAYBACK GETS UNPLUGGED
🗞️ USA Today Co. is behind most local news outlets now blocking the Internet Archive

The story: Nieman Lab updated its January audit on Wednesday: 340 US local news outlets now block at least one Internet Archive crawler via robots.txt, up from 241 in January (a 41% jump in five months). 80% of the blocking sites belong to USA Today Co. (the rebranded Gannett). Mark Graham, director of the Wayback Machine, called the publishers “collateral damage” in their own anti-AI campaign. The same archive.org_bot and ia_archiver user agents get banned alongside GPTBot and CCBot. The acceleration point was August 2025, when Advance Local and Reddit hard-blocked the archive the same month.
The details:
- Five of seven largest US local-news chains are in the blocking sample: USA Today Co., McClatchy, Advance Local, MediaNews Group, and Tribune Publishing.
- 60+ blocking sites belong to MediaNews Group (an Alden Capital subsidiary).
- 2.6M+ news articles preserved at IA are linked from Wikipedia across 249 languages. The link rot exposure scales with that.
- 100+ working journalists including Rachel Maddow and Taylor Lorenz signed savethearchive.com urging NYT, The Atlantic, and USA Today to reverse course.
- EFF argues the right remedy is suing AI companies directly, not burning the historical record. No publisher has confirmed an AI firm actually scraped via IA.
Why builders care: Any fact-check tool, research aggregator, newsletter archive, or citation tracker that points at US local news just lost its silent fallback. Real options: archive.today (no consent required, sometimes Cloudflare-blocked for users), perma.cc (about $10 per link at scale, used by US courts and law journals), or self-host ArchiveBox for a private Wayback-style mirror of your own sources. Common Crawl remains unblocked for bulk historical research.
TRENDING TODAY
🛠️ The Show HN page is half-agents today - Yesterday delivered Deputies, an open-source background agent; SIMD Agent for running OpenFOAM simulations from natural language; Sylph, the open-source company brain powering a YC startup; Mixpanel Headless for programmatic agent analytics; and Basedash Skills for reusable AI instructions. Picks-and-shovels season is on, and Runtime above is one slice of it.
🖥️ Local inference is graduating to product features - Simon Willison did the math on what 10 tokens per second buys you: faster than most people read out loud, plenty for batch jobs. r/LocalLLaMA debated a $20k hardware spec to match hosted Claude latency. Pocket TTS now runs in mobile Safari. The pitch deck for “local-first SaaS as a privacy moat” writes itself this week.
DRAMA
ANTI-SLOP MANIFESTO
💣 A “no slop grenade” manifesto on AI walls of text hit 560 points on HN
noslopgrenade.com landed on HN’s front page yesterday with a screed against people pasting AI-generated walls of text into conversations as if it counts as thought. 560 points, 334 comments, a 0.6 comments-to-points ratio. Half the thread is people arguing that the manifesto itself is slop.
Why builders care: If your product writes for humans (copy, summaries, replies, support drafts), the slop tolerance ceiling is dropping fast. The community is upvoting the meta-criticism faster than the slop itself this week. Worth pressure-testing your default model outputs against a real human before they hit a paying customer.
FIRST DOLLAR
BORING SAAS, REAL DOLLARS
🪙 A “boring single-feature SaaS” hit $165 MRR in four months with 13 subscribers
A solo founder posted on r/SaaS about almost killing their app for being “too small.” The whole product: upload a file, get a time-limited public URL. That is the feature set. Four months from launch, $320 in total revenue, roughly $12.69 per user per month. r/SaaS hot rank #5 within hours. The textbook micro-niche win, and a reminder that “embarrassingly simple” beats “elegant unshipped.”
ONE-FEATURE AI TRY-ON
💵 @adel_ljaljic took TryHijab from zero to $716 MRR in two months
Adel posted the receipt on X yesterday: a single-purpose AI try-on app for hijab photos. No free tier, no refunds (GPU costs). Part of his CodeDeen portfolio alongside PostChad, SvelteShip, and IslamJeopardy. The MRR walked $413 to $612 to $716 in roughly a week. 4,000+ users.
STACK OF THE DAY
🤖 Datasette Agent 0.1a3 - Simon Willison shipped Datasette Agent 0.1a3 yesterday alongside three sibling alpha plugins. Point an LLM at any Datasette instance, ask a question in plain English, and the agent writes the SQL, runs it, and renders a chart. Open source, pip install datasette-agent away. Self-host your own data analyst before the BI vendors raise prices again.
Not sponsored. We just feature tools builders would actually use.
BOOKMARKED TODAY
🔖 $260K from one AI agent workflow built on a virtual focus group - @coreyganim walks through Justin Brooke’s setup: a virtual focus group of AI personas, a copywriter agent that rewrites three ways, and a prediction engine that picks the winner before any ad spend. 513 bookmarks against 183 likes, the receipt is the ratio.
🚀 $0 to $50k MRR in 100 days with zero ad spend - @fin465 shipped the playbook: cold outreach plus posting online. 171 bookmarks on 9k views, roughly a 2% bookmark rate against the usual 0.05%. The receipt-heavy thread people are saving as a template.
💸 Samsung chip workers will average $340k bonuses this year - AI memory profits surged enough that the bonus pool is running about 3x the previous record. The supply-side margin is sitting with the people who make the silicon. Useful framing for anyone underwriting an AI infra startup right now.