V-JEPA 2 is the new iteration of the V-JEPA architecture, which according to Yann LeCun will replace Transformer-based LLMs for the so-called โWorldโ models - models that understand the real world rather than mere words.
After 20 years, PNG 3.0 is here. It brings HDR, APNG and Exif support for higher image quality and greater versatility.
www.w3.org
Portable Network Graphics (PNG) Specification (Third Edition)
This document describes PNG (Portable Network Graphics), an extensible file format for the lossless, portable,
well-compressed storage of static and animated raster images. PNG provides a patent-free replacement for GIF and can also
replace many commonโฆ
well-compressed storage of static and animated raster images. PNG provides a patent-free replacement for GIF and can also
replace many commonโฆ
๐1
Whoa.
AMD Research has unveiled a cutting-edge method for generating procedural, fully customizable tree geometry - running entirely on GPU using work graphs and mesh nodes. Over 150 parameters control everything from structure to seasonal changes, pruning, wind response, animation, and real-time edits.
Performance:
โข 3.13ms per frame (RX 7900 XTX)
โข Geometry size reduced from 34.8GB to 51KB per frame
โข Continuous LOD like UE5โs Nanite, targeting stable 120 FPS
โข Work graph uses up to 1.5GB scratch buffer (varies by GPU)
Presentation (HPG 2025): YouTube ~7:14
Full paper: EG Digital Library
Chapeau to AMD Research and u/Bloodwyn1756 (Bastian Kuth)!
AMD Research has unveiled a cutting-edge method for generating procedural, fully customizable tree geometry - running entirely on GPU using work graphs and mesh nodes. Over 150 parameters control everything from structure to seasonal changes, pruning, wind response, animation, and real-time edits.
Performance:
โข 3.13ms per frame (RX 7900 XTX)
โข Geometry size reduced from 34.8GB to 51KB per frame
โข Continuous LOD like UE5โs Nanite, targeting stable 120 FPS
โข Work graph uses up to 1.5GB scratch buffer (varies by GPU)
Presentation (HPG 2025): YouTube ~7:14
Full paper: EG Digital Library
Chapeau to AMD Research and u/Bloodwyn1756 (Bastian Kuth)!
YouTube
HPG 2025: Day 1 - June 23rd
Full program: https://www.highperformancegraphics.org/2025/program/
Hyped for finally being able to use OAuth 2.0-based logins with ssh3.
https://github.com/francoismichel/ssh3
https://github.com/francoismichel/ssh3
GitHub
GitHub - francoismichel/ssh3: SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396โฆ
SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/ - francoismi...
First IPC, then CIPC, then StiffGIPC, and now OGC: the University of Utah and NVIDIA have finally created a model for guaranteeing โpenetration-free simulation of codimensional objects with minimal computational overheadโ. Basically this means we can now accurately and efficiently simulate complex, real-world interactions with things like clothing and fabric.
Video paper here: https://youtu.be/xxyniqSLJik
Video paper here: https://youtu.be/xxyniqSLJik
YouTube
[SIGGRAPH 2025] Offset Geometric Contact
We present a novel contact model, termed Offset Geometric Contact (OGC), for guaranteed penetration-free simulation of codimensional objects with minimal computational overhead. Our method is based on constructing a volumetric shape by offsetting each faceโฆ
๐1
โIf youโre an electrician, youโre a plumber, a carpenterโweโre going to need hundreds of thousands of them to build all of these factories,โ Huang told Channel 4 News in the U.K.
https://finance.yahoo.com/news/nvidia-ceo-jensen-huang-says-145838012.html
https://finance.yahoo.com/news/nvidia-ceo-jensen-huang-says-145838012.html
Yahoo Finance
Nvidiaโs CEO Jensen Huang says electricians and plumbers will be needed by the hundreds of thousands in the new working world
The $4 trillion tech CEO warns the future wonโt be powered by tech brosโbut rather the blue-collar workers.
A 7M-parameter model loops over its own thoughts and ends up reasoning like the big guys. Simple recursion, wild results
GitHub
GitHub - SamsungSAILMontreal/TinyRecursiveModels
Contribute to SamsungSAILMontreal/TinyRecursiveModels development by creating an account on GitHub.
A core reason for rewriting projects that have worked reliably for 20+ years in Rust seems to be giving developers the fun of fixing brand-new bugs.
In Ubuntu 25.10, unattended upgrades are broken due to a bug in the Rust reimplementation of GNU Coreutils. The only way to update is manually via
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/2129660
In Ubuntu 25.10, unattended upgrades are broken due to a bug in the Rust reimplementation of GNU Coreutils. The only way to update is manually via
apt update && apt upgrade.https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/2129660
Launchpad
Bug #2129660 โUnattended upgrades broken in 25.10 due to Rust co...โ : Bugs : unattended-upgrades package : Ubuntu
Bug #2127970 breaks unattended upgrades in 25.10.
`apt.systemd.daily` checks if the modification date of the timestamp file /var/lib/apt/periodic/upgrade-stamp is older than the current date minus an interval. Due to the Rust `date` bug, the difference isโฆ
`apt.systemd.daily` checks if the modification date of the timestamp file /var/lib/apt/periodic/upgrade-stamp is older than the current date minus an interval. Due to the Rust `date` bug, the difference isโฆ
๐1๐ฟ1
I don't know who needs to hear this but if you have a PS5 lying around that hasn't been recently updated, you can now play pirated games run homebrews on it pretty easily:
https://github.com/Gezine/Y2JB
https://github.com/Gezine/Y2JB
GitHub
GitHub - Gezine/Y2JB: Y2JB is userland code execution using PS5 Youtube app
Y2JB is userland code execution using PS5 Youtube app - Gezine/Y2JB
One of the most complete and open breakdowns of how large language models are trained, covering scaling challenges, ablations, infrastructure design, GPU efficiency, and post-training pipelines.
Running the Linux kernel directly in your browser - without an emulator - is now a thing. Patches have been published that allow the kernel to be compiled straight into WebAssembly.
https://lore.kernel.org/lkml/[email protected]/
So how did the developers get around Wasm's inability to suspend tasks? They just spin up a new dedicated "CPU" (an actual Web Worker) for every single process and let the host OS do all the scheduling.
You can try out the live demo here: https://joelseverin.github.io/linux-wasm/
https://lore.kernel.org/lkml/[email protected]/
So how did the developers get around Wasm's inability to suspend tasks? They just spin up a new dedicated "CPU" (an actual Web Worker) for every single process and let the host OS do all the scheduling.
You can try out the live demo here: https://joelseverin.github.io/linux-wasm/
๐2
Turns out if you starve a transformer of weights, it starts revealing its secrets.
And those secrets? Clean, tiny, human-readable circuits.
And those secrets? Clean, tiny, human-readable circuits.
Openai
Understanding neural networks through sparse circuits
OpenAI is exploring mechanistic interpretability to understand how neural networks reason. Our new sparse model approach could make AI systems more transparent and support safer, more reliable behavior.
Soooo... They cracked the PS5.
YouTube
39C3 - Opening pAMDora's box and unleashing a thousand paths on the journey to play Beatsaber custom
https://media.ccc.de/v/39c3-opening-pamdora-s-box-and-unleashing-a-thousand-paths-on-the-journey-to-play-beatsaber-custom-songs
While trying to apply fault injection to the AMD Platform Security Processor with unusual (self-imposed) requirements/restrictionsโฆ
While trying to apply fault injection to the AMD Platform Security Processor with unusual (self-imposed) requirements/restrictionsโฆ
Gemini spent quite some time talking with itself today.
GitHub
"Allow for session" only allows once for shell commands that include a path ยท Issue #16750 ยท google-gemini/gemini-cli
What happened? The agent prompted for confirmation before running commands like tools/autotest.py foo or testing/xvfb.py bar. I select "allow for this session". The agent continues to pro...
๐ ๐ฐ๐ถ ๐ค๐ข๐ฏ ๐ต๐ฆ๐ญ๐ญ ๐ ๐ธ๐ข๐ด ๐ฆ๐น๐ต๐ณ๐ฆ๐ฎ๐ฆ๐ญ๐บ ๐ฃ๐ฐ๐ณ๐ฆ๐ฅ, when I asked Claude 4.6 Opus to go "batshit crazy". I just wanted to stress test it. The same line of prompting had resulted in Grok completely losing its mind, haemorrhaging useless tokens until it hit the maximum for that conversation. So I wanted to try making Claude go crazy as well.
What I didn't know was that this seemingly irrelevant conversation would allow me to:
โข Access Claude's ๐ณ๐๐น๐น ๐ฟ๐๐ป๐๐ถ๐บ๐ฒ ๐๐๐๐๐ฒ๐บ ๐ฝ๐ฟ๐ผ๐บ๐ฝ๐,
โข Learn how it differs from the one Anthropic publishes online (๐ด๐ฑ๐ฐ๐ช๐ญ๐ฆ๐ณ: ๐ข ๐ญ๐ฐ๐ต),
โข Discover how the training phase may instil ๐ฏ๐ฒ๐ต๐ฎ๐๐ถ๐ผ๐๐ฟ๐ฎ๐น ๐ฏ๐ถ๐ฎ๐๐ฒ๐ into LLMs - to the point of enforcing the protection of copyrighted assets that were ๐ข๐ญ๐ณ๐ฆ๐ข๐ฅ๐บ ๐ฎ๐ข๐ฅ๐ฆ ๐ฑ๐ถ๐ฃ๐ญ๐ช๐ค by the copyright holder themselves,
โข Uncover a method that might ensure ๐ฟ๐ฒ๐ฝ๐ฒ๐ฎ๐๐ฎ๐ฏ๐ถ๐น๐ถ๐๐ ๐ผ๐ณ ๐ท๐ฎ๐ถ๐น๐ฏ๐ฟ๐ฒ๐ฎ๐ธ๐ in clever frontier LLMs with memory access (๐ญ๐ฐ๐จ๐ช๐ค๐ข๐ญ๐ญ๐บ ๐ง๐ช๐ฏ๐ฆ-๐ต๐ถ๐ฏ๐ฆ๐ฅ ๐ฑ๐ณ๐ฐ๐ฎ๐ฑ๐ต๐ช๐ฏ๐จ + ๐ฎ๐ฆ๐ฎ๐ฐ๐ณ๐บ ๐ณ๐ฆ๐ข๐ด๐ด๐ถ๐ณ๐ข๐ฏ๐ค๐ฆ๐ด).
The irony is that the system prompt was already on a 30k-star GitHub repo, and already partially published by Anthropic themselves. Claude spent 14 turns guarding a document that was never secret. ๐๐ฉ๐ฆ ๐ญ๐ฐ๐ค๐ฌ ๐ธ๐ข๐ด ๐ฏ๐ฆ๐ท๐ฆ๐ณ ๐ญ๐ฐ๐ค๐ฌ๐ฆ๐ฅ.
To be clear: ๐ป๐ผ๐ป๐ฒ ๐ผ๐ณ ๐๐ต๐ถ๐ ๐ถ๐ ๐ด๐ฟ๐ผ๐๐ป๐ฑ๐ฏ๐ฟ๐ฒ๐ฎ๐ธ๐ถ๐ป๐ด ๐ฟ๐ฒ๐๐ฒ๐ฎ๐ฟ๐ฐ๐ต. The system prompt was already public, and smarter people have done deeper work on LLM alignment. I'm sharing this mostly because the conversation was ๐จ๐ฆ๐ฏ๐ถ๐ช๐ฏ๐ฆ๐ญ๐บ ๐ฉ๐ช๐ญ๐ข๐ณ๐ช๐ฐ๐ถ๐ด and the process was too good not to document.
https://github.com/atsetilam/claude-system-prompt-research
What I didn't know was that this seemingly irrelevant conversation would allow me to:
โข Access Claude's ๐ณ๐๐น๐น ๐ฟ๐๐ป๐๐ถ๐บ๐ฒ ๐๐๐๐๐ฒ๐บ ๐ฝ๐ฟ๐ผ๐บ๐ฝ๐,
โข Learn how it differs from the one Anthropic publishes online (๐ด๐ฑ๐ฐ๐ช๐ญ๐ฆ๐ณ: ๐ข ๐ญ๐ฐ๐ต),
โข Discover how the training phase may instil ๐ฏ๐ฒ๐ต๐ฎ๐๐ถ๐ผ๐๐ฟ๐ฎ๐น ๐ฏ๐ถ๐ฎ๐๐ฒ๐ into LLMs - to the point of enforcing the protection of copyrighted assets that were ๐ข๐ญ๐ณ๐ฆ๐ข๐ฅ๐บ ๐ฎ๐ข๐ฅ๐ฆ ๐ฑ๐ถ๐ฃ๐ญ๐ช๐ค by the copyright holder themselves,
โข Uncover a method that might ensure ๐ฟ๐ฒ๐ฝ๐ฒ๐ฎ๐๐ฎ๐ฏ๐ถ๐น๐ถ๐๐ ๐ผ๐ณ ๐ท๐ฎ๐ถ๐น๐ฏ๐ฟ๐ฒ๐ฎ๐ธ๐ in clever frontier LLMs with memory access (๐ญ๐ฐ๐จ๐ช๐ค๐ข๐ญ๐ญ๐บ ๐ง๐ช๐ฏ๐ฆ-๐ต๐ถ๐ฏ๐ฆ๐ฅ ๐ฑ๐ณ๐ฐ๐ฎ๐ฑ๐ต๐ช๐ฏ๐จ + ๐ฎ๐ฆ๐ฎ๐ฐ๐ณ๐บ ๐ณ๐ฆ๐ข๐ด๐ด๐ถ๐ณ๐ข๐ฏ๐ค๐ฆ๐ด).
The irony is that the system prompt was already on a 30k-star GitHub repo, and already partially published by Anthropic themselves. Claude spent 14 turns guarding a document that was never secret. ๐๐ฉ๐ฆ ๐ญ๐ฐ๐ค๐ฌ ๐ธ๐ข๐ด ๐ฏ๐ฆ๐ท๐ฆ๐ณ ๐ญ๐ฐ๐ค๐ฌ๐ฆ๐ฅ.
To be clear: ๐ป๐ผ๐ป๐ฒ ๐ผ๐ณ ๐๐ต๐ถ๐ ๐ถ๐ ๐ด๐ฟ๐ผ๐๐ป๐ฑ๐ฏ๐ฟ๐ฒ๐ฎ๐ธ๐ถ๐ป๐ด ๐ฟ๐ฒ๐๐ฒ๐ฎ๐ฟ๐ฐ๐ต. The system prompt was already public, and smarter people have done deeper work on LLM alignment. I'm sharing this mostly because the conversation was ๐จ๐ฆ๐ฏ๐ถ๐ช๐ฏ๐ฆ๐ญ๐บ ๐ฉ๐ช๐ญ๐ข๐ณ๐ช๐ฐ๐ถ๐ด and the process was too good not to document.
https://github.com/atsetilam/claude-system-prompt-research
GitHub
GitHub - atsetilam/claude-system-prompt-research
Contribute to atsetilam/claude-system-prompt-research development by creating an account on GitHub.