Alibaba's new open image model draws sharper text than before, but now charges for commercial use.
What the article says
- The article page itself didn't load real content, so this is pieced together from the title and discussion.
- Qwen released a new open weight image generation model, replacing last year's version with something dramatically smaller and faster.
- It renders text far more clearly than before, including Chinese characters that most image models mangle.
- It bakes in real transparent backgrounds and handles editing directly, not just generating from scratch.
- The catch is licensing. The last version was free for commercial use, this one requires paying Alibaba first.
What HN is saying
- Commenters are impressed by the leap in image quality but annoyed Qwen dropped its free commercial license for a paid one.
- Several already have it running locally using open source tools, with one person generating an image on nothing but a CPU.
- Others found it still struggles with detailed prompts and can mix up faces when editing multiple people in a photo.
- A few noticed it tends to render people as Asian by default, sparking a debate about bias baked into training data.
Xiaomi live streamed its new model training in real time, and even skeptics are impressed.
What the article says
- Xiaomi released MiMo version 2.6, a new open model family with a smaller Flash version and a bigger Pro version, plus a distilled version for weaker hardware.
- The bigger deal is how it shipped. Xiaomi ran a public dashboard during training so anyone could watch the model learn, including the failures along the way.
- People who tried it on coding and design tasks found it capable but a bit rough, prone to overthinking simple prompts and producing messier results than rivals.
- The article page itself was mostly site code with no real text, so this is pieced together from the title and the comment thread.
What HN is saying
- Commenters kept coming back to how open the release felt. Watching training happen live, mistakes included, stood out against the polished reports western labs usually publish.
- A running argument broke out over whether China will pull ahead on AI mainly through cheap electricity, with others insisting compute, not power, is the actual bottleneck.
- Someone posted benchmark tables putting the model behind top American assistants, but plenty of replies said not to trust any of these leaderboard numbers.
- Several people said they now prefer Chinese models daily for cost and openness, while others countered that dependence on any single company's model is the real risk.
- The dryest laugh line was Xiaomi's own admission that it had to guard training against reward hacking, which people joked sounded like an early warning sign.
The Snowden leaks stopped completely seven years ago, and nobody in journalism has explained why.
What the article says
- No outlet has published a document from the Snowden archive since 2019, even though Greenwald and Poitras say they still hold full copies and there is much more to tell.
- The piece traces how Snowden got the files to journalists in the first place, including a box mailed from Hawaii that passed through three strangers before reaching Laura Poitras.
- British intelligence issued a formal notice asking newspapers not to cover the leaks, and most of the UK press quietly went along with it.
- Snowden himself says what remains is dense, book length material that needs real researchers, and that news organizations were never built for that kind of work.
- He also says nobody at the Intercept told him directly when they shut down the archive. He found out from the news.
What HN is saying
- Many commenters think the story fits a pattern where big leaks generate outrage for a while, then quietly fade because the people in power simply wait them out.
- There is a sharp disagreement about Snowden's move to Russia. Some call it fleeing, others point out his passport was revoked mid trip, stranding him there.
- Several people argue the surveillance revealed in 2013 has just become normal now, so there is no fresh shock left to report.
- One commenter says the piece leaves them less impressed with Glenn Greenwald, pointing to shifting explanations for why the Intercept's research team was let go.
- A few suggest the fix is technical rather than journalistic. Have Snowden or others use AI to redact and publish the rest as a torrent instead of waiting on newsrooms.
A blogger argues algorithms hijacked your attention, and the old bookmark internet was more intentional.
What the article says
- The writer uses the Tetris effect, the way puzzle shapes creep into your vision after long play, to argue that whatever you focus on reshapes your thinking.
- Algorithms on YouTube, Spotify, LinkedIn and Reddit now pick what reaches you, nudging toward outrage and ads instead of what you actually wanted.
- Before recommendation feeds, going online meant choosing a handful of bookmarked sites with a purpose in mind, not opening one app and waiting to be entertained.
- The fix isn't nostalgia, it's habit. Go back to reading blogs and RSS deliberately, accept a slower internet, and keep at it until it feels normal again.
What HN is saying
- Commenters trace dead bookmarks to a bigger habit: full text search made organizing anything feel pointless, so most people now dump links and mail into one pile and just search.
- A long thread swaps stories of quitting social media and doomscrolling for reading books instead, with several people saying focus came back once they had nothing to do on a bare phone.
- The sharpest pushback: old portals like MSN and Yahoo were already stuffed with clickbait and ads, so the intentional internet wasn't as pure as the post suggests.
- One commenter argues the real fix isn't switching platforms at all. It's training attention itself, since minds wander a large chunk of the time even without a phone in hand.
Google's new agent orchestrator promises joyful, easy workflows, then makes you set up a Kubernetes cluster first.
What the article says
- Google released AX, a tool for running AI agents at scale, built around four simple building blocks.
- A task is a sandboxed unit of work with set memory and processing limits, cheap to spin up and throw away.
- A workspace bundles the code repos, tools and skills an agent needs, wired up automatically before each run.
- A gateway locks down what the agent can reach on the network, and a model config keeps your model choices and keys in one place.
- It's pitched as easy and ergonomic, but the actual setup instructions ask for a working Kubernetes cluster.
What HN is saying
- Most people agree the marketing oversold the simplicity. The quickstart wants a full Kubernetes cluster and several other pieces of infrastructure, which clashes with talk of joyful, easy workflows.
- There's real confusion about who is actually behind this. Some say it's a serious Google Cloud effort with a team and a blog post, others think it's a side project from a handful of engineers that Google could quietly abandon later.
- The sharpest disagreement is philosophical. One commenter argues agents should just be treated as normal software making an async call to a service, not a reason to invent a whole new orchestration system.
- Plenty of commenters simply say they read the site and still can't tell what problem it solves for them.