Remix.run Logo
dmitrygr 2 days ago

Marketingslop.

> Video editing: Decode, effects and export hand frames from one stage to the next, often across different cores. Those handoffs stay inside the cache instead of routing through the interconnect.

Yeah... none of that needs 5GHz cores. Video encode and decode are hardware units nowadays, so the core will not matter much.

> Agentic AI: An agent doesn’t do one task; it manages a chain of them, and the steps hand off between cores. Every core works from the same place, so the dataset stays resident as tasks hand off, and agents migrate between cores.

No serious amount of a modern ML model will fit into the CPU cache. So... also nonsense...

terminalcommand a day ago | parent | next [-]

There is a huge gaming community who use these processors to emulate gaming consoles and windows games. I am still amazed I can emulate PS2 and Switch games with upscaled resolution on my S25 Ultra.

afr0ck a day ago | parent | prev | next [-]

The video editing stuff was about the FlexCache. Cores can pull each others cache. This is not novel btw, it's used by recent IBM CPUs.

imtringued 6 hours ago | parent | prev [-]

>Yeah... none of that needs 5GHz cores. Video encode and decode are hardware units nowadays, so the core will not matter much.

Unless you have a time critical workload like video calls or live streaming, most video editing workflows still encode videos using CPU encoding because it can use slow but more flexible algorithms or multiple passes which ultimately results in a smaller file size or higher quality at the same target size.