Google's Antigravity platform appears to have changed terms or behavior after developers built on it, causing a bait-and-switch situation. Developers invested in integrating with the platform only to find it no longer works as advertised.
Friday 22 May 2026
Hacker News
5Users are increasingly encountering AI-generated walls of text dumped into conversations (chats, forums, emails), degrading communication quality and signal-to-noise ratio in interpersonal and professional exchanges.
Python 3.15 includes several lesser-known features that developers may be unaware of, creating a knowledge gap where useful language capabilities go undiscovered or underutilized.
Running a 31B local LLM (Gemma4) for video indexing on a consumer MacBook requires 50GB of swap space, highlighting severe memory/performance constraints when deploying large local AI models on non-server hardware.
Waymo's autonomous vehicle system repeatedly drove into flooded roads in Atlanta, requiring a service pause; the AI failed to detect or respond appropriately to hazardous weather/road conditions in a real-world deployment.
GitHub
5Claude Code Desktop's "Group by project" session list sorts project groups alphabetically rather than by most recent activity, forcing users to scan past stale projects to find the one they just worked on; recency-based sorting is requested as the default.
Claude Code exhausted the user's token quota while failing to implement a conditional document archive/delete function that the user considers straightforward; the user cancelled their subscription the same day citing inability to complete the task.
To recover a Claude Code session broken by a lone UTF-16 surrogate in the .jsonl file, users must manually locate the corrupted line and strip the invalid surrogate escape sequences with a Python regex script before reloading the session.
Claude Code's session picker degrades severely at scale (10,000+ sessions): recent sessions are not surfaced at the top, UUID search returns no results, and sessions created by older extension versions fail to open entirely with no useful error message.
Claude made three consecutive incorrect CSS selector guesses for a third-party plugin on a live production site, each deployed and visible to visitors, instead of using the available browser MCP to inspect actual stylesheets; the CLAUDE.md rule to stop after two failed attempts was also ignored.
Lobsters
1Python 3.15 includes several lesser-known features that developers may be unaware of, creating a knowledge gap where useful language capabilities go undiscovered or underutilized.
Stack Exchange
0no items
no items