Atlas by World Labs
Turn text, pics, video, + 3D into camera-controlled HD video Discussion | Link
Turn text, pics, video, + 3D into camera-controlled HD video Discussion | Link
Juan Orlando Hernandez had been accused of money laundering and fraud as part of a government corruption scheme.
The prominent activist pleaded guilty to colluding with foreign entities. He faces a lengthy prison sentence.
Article URL: https://www.lisep.org/tru Comments URL: https://news.ycombinator.com/item?id=49530989 Points: 280 # Comments: 268
The Republican House speaker defends the US-Israel war on Iran and praises Trump's 'steady hands at the wheel'.
The 23-year-old is charged with aggravated murder, a capital offence in Utah, and six other counts.
German intelligence has concluded that an explosive-laden drone was linked to Russia. Officials promise consequences.
Officials say at least 63 others wounded in attack on city of Kuhestak, including women and children.
Explosions have been reported around the Strait of Hormuz, including at an airport in southern Iran. US President Donald Trump said the strikes were a response to Iranian attempts to mine the strait. Follow DW.
Booking.com said the "limited test" was "not a true reflection of the experience of millions of listings or reviews".
UN watchdog says Syria 'failed to report nuclear material, facilities and activities' under Bashar al-Assad's rule.
The US launched new strikes on Iran's southern coast with explosions reported in several locations.
US calls for deregulation of AI at a G20 ministerial meeting, emphasising industry growth over regulatory constraints.
Iran says a series of US strikes near the southern Iranian port city of Sirik has killed at least four people.
Bucking a push for younger leadership this election season, Sen. Ed Markey, 80, won the Democratic nomination against Rep. Seth Moulton, 47, who said that his party needed new leaders.
The move follows an order by President Donald Trump as part of Washington's trade spat with Canada.
Germany accuses Russia over Leipzig airport attack, citing solid evidence; Russian economy in risky ‘berserk mode’ says Putin development tsar. What we know on day 1,652 Continue reading...
Any escalation in the Baltic region will lead to a significant response, Moscow said. Follow DW for more.
What's Changed Honor GGUF model defined default parameters MLX, MLX-C, llama.cpp update New Contributors @marcelpetrick made their first contribution in #17579 Full Changelog : v0.33.2...v0.33.3-rc0
Tehran pledges 'severe punishment' and retaliation against Washington following a new wave of US attacks.
Today is Claude Fable (and Mythos) 5.1 day . Anthropic say that Fable 5.1 "sets a new standard for coding, knowledge work, and long-running problem-solving tasks". Their announcement spends a notable amount of time on scientific research, boasting of a 52.6% score on the brand new Terminal-Bench-Science 0.1 benchmark (first announced on August 27th ), up from 24.7% for Fable 5, 29.0% for Opus 5 and 22.4% for GPT-5.6 Sol. Other benchmarks show slightly improved scores, but none as impressive as the Science one. But how well can it pelican? Back in July I wrote about how I was losing faith in the pelican benchmark - its connection to how good the models were at other tasks didn't seem to hold as strongly as it did back in 2025 . The most interesting insights I get from it now are comparisons within model families, and particularly comparisons for the same prompt at different reasoning effort levels. Fable 5.1 has five reasoning levels: low, medium, high, xhigh, max - and no option to turn off reasoning entirely. I fixed an issue in llm-anthropic which caused reasoning traces not to be correctly recorded, then ran some prompts. Here's the full set of pelicans for all of the reasoning levels, each with the full reasoning transcript. I'll replicate them here: Low and medium, both without reasoning? Next, a bit of a mystery. This is what I got for effort low : The transcript doesn't show any summarized reasoning tokens, and the output token count is 1,998. With Claude that output token count includes reasoning tokens. It took 23.8 seconds and cost 10.017 cents . I bumped that up to medium and got this: Weirdly, that one also shows no reasoning text and used 1,977 output tokens - 21 tokens less than low . It took 23 seconds and cost 9.912 cents . So for this particular prompt ("Generate an SVG of a pelican riding a bicycle") Fable 5.1 appeared to skip reasoning entirely at both low and medium settings. High Here's high - 29.6 seconds, 2,612 output tokens, 13.087 cents : This one did do a bit of reasoning, summary here : I'm planning the SVG layout for a pelican riding a bicycle, with a sky and ground background, a bicycle with two spoked wheels, frame, seat and handlebars, and a white-bodied pelican with a long neck and orange beak positioned on top. Really not much difference from low and medium , though. Extra High At xhigh things got radically different. 36,767 output tokens, 7 minutes 51 seconds, $1.83 ! The reasoning trace is pretty lengthy , and includes details like this: Adding the eye, wings stretching down to the handlebar grip, orange legs reaching to the pedals, and a small tail feather, while keeping the pelican intentionally oversized compared to the bike for comic effect. [...] I'll accept the slight thickness as charming rather than overengineering it. Max Setting effort to max gave me the best pelican I've seen from any of Anthropic's models. 65,927 output tokens, 13 minutes and 54 seconds, $3.30 : There's a lot to like about this. The background is tasteful, the legs are clearly on either side of the frame, the feet are on the pedals, the wing is on the handlebars, the pelican has a cute blue hat and there's a basket with a fish. It's still not showing nearly the same level of flair as Gemini 3.7 Flash , but I didn't ask for flair - I asked for an SVG, and that's what I got. Some highlights from that reasoning trace : Adding pedal shapes near both feet, with the far foot on the second leg partially visible behind the frame. I'm considering whether to add a small scarf or cap for extra character, but leaning toward keeping it simple to avoid clutter. Now I'm debating a bicycle helmet on the head versus the pelican's signature crest—the beak and pouch already read clearly as "pelican," so a helmet could reinforce the bicycle theme without losing identity, though it might compete with the crest for visual space. I realize the beak at (484,84) would overlap with the dome helmet, so I need to shrink the helmet so it only covers the top of the head, adjusting its arc endpoints to sit higher and narrower so the beak can attach cleanly at the front without collision. [...] I'm adding a darker tip region to represent the primary feathers, then reconsidering the trailing edge to include scalloped feather curves instead of one smooth line for a more natural look. [...] Now I'm checking the vent line placements on the helmet, making sure they sit far enough inside the helmet's edge given the stroke width and rounded caps, and confirming each vent stays within the helmet's circular boundary. [...] I decide skipping a handlebar bell and tire highlights since they're unnecessary additions. Now I'm reconsidering the front fork's curve — the current control point pulls the shape backward when it should bow forward for a proper rake, so I need to shift the control point rightward to fix the fork's lean. OK, let's animate it On Hacker News, swalsh commented on that Max pelican: Now that it's a solved benchmark, can we get the animated version? I didn't want to spend another $3 so I took the Max pelican and piped it into the default thinking level of High: llm logs -cx | llm -m claude-fable-5.1 -s ' animate this ' 6,121 input, 26,201 output = $1.37 . The result looked like this , exported here as video since some people have trouble viewing animated SVGs: Your browser does not support HTML5 video. The wheels in the video are rotating in the wrong direction, but I think that's an artifact of the conversion to MP4 - they seem to be going in the correct direction in the original SVG. Tags: ai , generative-ai , llms , anthropic , claude , pelican-riding-a-bicycle , llm-reasoning , llm-release
Iranian media reports two children were among those killed when shrapnel hit a home. Iran then launched missiles and drones at US targets in the Middle East.
Misc Changes turbo-tasks-malloc: report memory from mimalloc: #97761 Remove Edge runtime handling in use-cache-wrapper: #98139 Skip discussions in the issue_lock workflow: #98146 [ci] Fix issue_lock : #97755 docs: document preloading with Cache Components: #97864 chore: Remove expired sharp release age exclusions: #98120 Credits Huge thanks to @lukesandberg , @mischnic , @eps1lon , @aurorascharff , and @styfle for helping!
Autonomous crop-spraying aircraft are leading the way in pilot-free flying.