DEV Community

Cover image for What I'm watching this week: GPT-5.6 Sol, Steam Machine, Krea 2, and two more
MORINAGA
MORINAGA

Posted on

What I'm watching this week: GPT-5.6 Sol, Steam Machine, Krea 2, and two more

Five things from this week's HN and release feeds that I actually read and thought about. I run three AI-curated directories — Top AI Tools, Find Games Like, Open Alternative To — so "worth watching" means something affected my sourcing, ETL planning, or how I'd categorize things.

GPT-5.6 Sol — government vetting before access

OpenAI announced GPT-5.6 Sol on June 26 (HN: 713 points). The follow-up story got more attention in the comments: the US government will vet users before granting access to Sol, making it the first major frontier model gated by something other than a credit card and API key.

I'm not building with GPT-5.6 Sol. My pipeline runs Claude Haiku 4.5 for ETL because latency and cost matter more than ceiling performance at the volume I operate. But the vetting arrangement creates a categorization problem for aiappdex.com: a model that exists but isn't freely accessible doesn't fit cleanly into the same listing format as one you can call tomorrow with an API key. I'm going to add a "restricted access" flag to the directory schema and see how it affects search behavior. The gap between "exists" and "available" is going to widen.

Steam Machine relaunches

Valve's new Steam Machine hardware line was the highest-scored HN story this week at 1,025 points on June 22. The first run (2015–2018) ended quietly; the new version arrives after the Steam Deck proved Linux-native gaming hardware has real demand. These are SteamOS-native PCs targeting the living room.

For findgameslike.com, Steam-based game discovery is 80% of what I surface. If Steam Machine gains meaningful market share, the couch-gaming segment grows and my existing Steam-first recommendations stay well-aligned. I'm not changing anything yet — a launch announcement isn't a sales number — but it's going in my "things to revisit in Q3" list.

Krea 2 — 12B open-weights image generation

Krea released Krea 2, a 12-billion-parameter image generation model under open weights, distributed via HuggingFace. The benchmark numbers put it near the top of the open-weights image gen category right now, ahead of several larger models.

I don't use ML inference for image generation today. My YouTube slide renderer assembles frames with Pillow and pre-rendered templates, which is faster and cheaper for my CI budget. But I track image gen models because the architectural pattern keeps compressing — 12B this year, probably 4B-distilled next year, probably usable in constrained CI the year after. Krea 2 is the kind of release I add to the AI tools directory and watch for community adoption velocity.

OpenAI's first custom chip, designed with Broadcom

OpenAI announced its first proprietary inference chip on June 24 (HN: 417 points), built with Broadcom on TSMC 3nm. The announcement was thin on specs — inference-optimized, no published performance numbers, no timeline for external access.

The question for builders isn't whether we'll run this chip — we won't. It's what custom silicon means for pricing strategy. Labs that control inference costs can discount selectively: lower prices on models they want to commoditize, keep proprietary tiers expensive. I wrote about why I'm betting on cross-channel distribution over months 1–6; one of the background assumptions in that bet is that frontier API prices stay roughly flat. Custom silicon moves that variable.

OpenKnowledge — open-source alternative to Obsidian and Notion

inkeep/open-knowledge launched as a Show HN on June 25 and reached 151 points. It's a local-first, AI-first personal knowledge base that targets both Obsidian and Notion as alternatives. The differentiator is LLM-assisted retrieval integrated from day one, rather than bolted onto an existing feature set.

This goes directly into ossfind.com. The interesting decision is how to categorize it: as a Notion alternative (collaboration/docs), an Obsidian alternative (personal knowledge), or a new category (AI-native knowledge). I'm currently using a four-signal scoring system for OSS directory decisions; OpenKnowledge clears three of the four — GitHub activity, license clarity, and differentiated framing. The fourth signal (adoption trajectory) I'll check again in 30 days.


Part of an ongoing 6-month experiment running three AI-curated directory sites. The technical claims here are real; this article was AI-assisted.

Top comments (0)