- Rundown
- Cosmic Rundown: Passkeys Debate, OpenAI Security, Model Compression
Cosmic
September 18, 2026
This article is part of our ongoing series exploring the latest developments in technology, designed to educate and inform developers, content teams, and technical leaders about trends shaping our industry.
Passkeys are generating strong opinions. A security researcher compromised OpenAI's internal repositories. And a new compression technique promises near-lossless model shrinkage. Here is what developers are talking about.
The Passkeys Pushback
A blog post titled I don't like passkeys hit the front page and sparked one of the largest discussions of the day.
The core complaint: passkeys solve a problem most users did not know they had, while creating new friction around device management and cross-platform sync. The author argues that password managers already work well for security-conscious users, and passkeys introduce complexity without clear benefits for the average person.
The thread split predictably. Security engineers pointed to phishing resistance as the killer feature. Developers who have implemented passkeys shared integration pain points. Others noted that passkeys work smoothly when you stay inside a single ecosystem but become frustrating when you switch between Apple, Google, and third-party password managers.
For teams building authentication flows, the conversation is worth reading. User experience decisions around passkeys will affect adoption rates.
OpenAI Internal Repos Compromised
A security researcher published a detailed writeup on how a heap overflow and SSO misconfiguration led to access to OpenAI's internal repositories. The Hacker News thread covers the technical details.
The attack chain combined a memory corruption vulnerability with an authentication bypass. The researcher responsibly disclosed the issues, and OpenAI has since patched the vulnerabilities.
What stands out is the complexity of modern attack surfaces. Even well-resourced organizations with security expertise can have gaps when SSO systems interact with legacy components. The post is a useful case study for anyone auditing their own infrastructure.
Bonsai 2: Model Compression at Scale
Prism ML announced Bonsai 2 27B, claiming near-lossless compression in a 9x smaller footprint. The discussion explores the benchmarks.
The technique compresses models while maintaining performance on standard evaluation suites. For teams running inference at scale, a 9x reduction in model size translates directly to infrastructure cost savings.
The thread includes skepticism about real-world performance versus benchmarks, which is fair. But the direction is clear: smaller models that perform like larger ones will dominate production deployments. Running a 27B-equivalent model with the resource footprint of a 3B model changes what is practical for self-hosted inference.
AI Scraping Called "Largest Theft of Labor"
TechCrunch reported that a Microsoft executive called AI scraping "the largest theft of labor in human history" in newly unredacted court filings. The thread generated significant debate.
The quote comes from internal communications revealed during litigation. It reflects tensions within large tech companies about the ethics and legality of training data collection.
For content creators and publishers, the statement validates concerns about how their work is used. For AI developers, it signals that data provenance will become increasingly important for legal and reputational reasons.
Cloudflare Quick Tunnels
Cloudflare's Quick Tunnels documentation page reached the front page with an active discussion.
Quick Tunnels let you expose a local service to the internet without configuring DNS or opening firewall ports. Run a single command, get a public URL. The thread includes use cases from demo environments to webhook testing to temporary file sharing.
The feature is not new, but renewed attention suggests developers are finding more creative applications. For teams that need to quickly share a development server or test integrations with external services, Quick Tunnels remove several steps from the workflow.
Warren Buffett Steps Down as Berkshire Chairman
The New York Times reported that Warren Buffett is stepping down as Berkshire Hathaway chairman, naming his son as replacement. The discussion reflects on his influence.
Not strictly tech news, but Buffett's long skepticism of technology investments and his eventual embrace of Apple made him a frequent reference point in discussions about value investing versus growth investing in tech.
Quick Hits
C++26 infinite loops: The C++ standards committee decided that trivial infinite loops are no longer undefined behavior in C++26. The thread includes compiler engineers explaining why this was undefined in the first place.
Jemalloc 5.4.0: The memory allocator released version 5.4.0 with performance improvements. The discussion covers use cases where jemalloc outperforms system allocators.
x86 emulation challenges: The FEX-Emu team published a post on the scourge of x86 emulation, detailing the difficulties of running x86 software on ARM. The thread includes comparisons to Rosetta 2.
Qwen 3.8 Omni Flash: Alibaba released Qwen 3.8 Omni Flash, a multimodal model optimized for speed. The discussion benchmarks it against competitors.
Writing with LLMs: A practical guide on how to write with an LLM generated a thread full of workflow tips from other writers.
What This Means for Content Teams
The passkeys debate highlights a recurring pattern: technology that works perfectly in controlled environments often creates friction in the messy reality of user behavior. The same principle applies to content systems. Workflows that assume a single editor on a single device break down when teams grow or work patterns change.
The model compression news points to a future where AI capabilities become more accessible. Running powerful models locally means content teams can experiment with AI-assisted workflows without sending data to external services.
Cosmic's AI agents run inside your content model with defined permissions. They do not require external API calls for basic operations, and they understand your schema because they are built into the system. The MCP server extends this to tools like Claude Code and Cursor, letting AI assistants work with your content from your development environment.
Start building free or book a walkthrough to see how AI agents fit your content operations.
Give your AI agents a content backend they can write to
Structured, versioned content objects, a REST API and TypeScript SDK, and an MCP server your coding agent connects to directly. The Free plan includes 1 Bucket, 1,000 Objects, and 1 agent. No credit card required.






