Runway introduced Solaris, which it calls an interface world model, letting users build interactive apps, websites and digital scenes by directly clicking and dragging on-screen elements instead of writing code. The system pairs a language model that determines how an interface should evolve with a rendering engine that generates each frame live, treating clicks and drags as signals to produce new visuals in real time. Runway demonstrated use cases such as virtually trying on clothes by dragging garments onto a photo of yourself, plus text-prompt edits like recoloring or repositioning objects.
A new open-source tool called slotstream enables Apple Silicon Macs to run the 104GB Qwen3.8-Flash-Next language model even when the machine doesn't have enough RAM to hold it, by streaming weights from disk and dynamically sizing memory use, down to an 8.1GB floor. On a 48GB Mac it delivers about 12 tokens per second in warm decode with a roughly 3-second cold start, capping memory use at 32GB so the rest of the system stays usable. It requires macOS 14+, Apple Silicon, and about 110GB of free disk space for the one-time weight download.
Many Windows programs quietly add themselves to the startup sequence, often because users miss an installer's checkbox or software enrolls itself without notice. Over time this can leave dozens of unnecessary apps launching every time a PC boots, slowing startup and consuming memory and CPU. Windows scatters these entries across several different settings areas, so users need to check multiple locations to find them all.
Lionel Messi, who this week announced his retirement from Argentina's national team, has for years operated a venture capital fund called Play Time HoldCo, co-founded with Razmig Hovaghimian in October 2022 with an initial target of about $200 million. The fund holds stakes in AI startups including World Labs, Field AI, Fish Audio, Perceptron, Intangible and SuperAnnotate, and Messi separately holds equity in Sorare, KRÜ Esports, and Inter Miami, now valued at $1.45 billion.
Apple unveiled iOS 27 at WWDC in June and has since pushed several beta versions containing Siri AI upgrades and other features to developers. The company has only confirmed a general fall release, but based on its consistent pattern of shipping new iOS versions within about a week of its September hardware event—set for Sept. 9 this year—analysts predict a public rollout on Monday, Sept. 14.
A technical retrospective examines a decompiled 2004 RuneScape 2 client to explain how Jagex packed a 3D game world with up to a couple thousand concurrent players onto connections as slow as 5 KB/s. The analysis traces a single player movement command byte-by-byte from click to server to another player's screen, revealing the extreme data-efficiency techniques used. These core network principles reportedly persisted from RuneScape Classic through to Old School RuneScape and RuneScape 3 today.
Darling is an open-source translation layer, comparable to Wine for Windows, that allows macOS software to run on Linux systems. Built on Apple's freely released Darwin source code along with components from The Cocotron and GNUstep, it now offers basic experimental support for graphical applications and can also run under Windows via WSL 2.
The Federal Trade Commission, joined by 22 states, filed suit against Amazon on Monday alleging the company secretly inflated prices in its Sponsored Products, Sponsored Brands and Display ad auctions for more than seven years. The complaint says Amazon told over 500,000 small and medium businesses they'd pay just a penny above the next-highest bid in a 'second-price' auction, but from 2019 quietly inserted a hidden 'soft reserve price' using a fabricated bidder to push winning advertisers to pay their full bid instead.
Google confirmed that Device Help, a Gemini feature that lets users describe what they want their phone to do and have Gemini adjust settings automatically, isn't limited to the Pixel 11 series. A Google employee showed the feature working on other Pixel devices running Android 17, and said support will expand to additional devices over time.
Developer Chris Sotraidis built SpaghettiPad, an iPhone app that runs a decompiled PC source port of Mario Kart 64 called SpaghettiKart using the Libultraship library, which reimplements the original N64 SDK for modern hardware. Unlike emulators such as Delta, this approach renders the game natively via Metal, supports Bluetooth controllers, and unlocks widescreen visuals, frame rates up to 120fps, and higher-resolution textures.
An Entrepreneur contributor describes using vibe coding, building software through natural-language prompts to AI, to run their solo business more efficiently. They report automating repetitive workflows, launching products faster and creating interactive marketing tools without hiring developers, turning tasks that once took weeks into hours-long projects.
Jerry James benchmarked an 8-GPU NVIDIA RTX PRO 6000 Blackwell system paired with an AMD EPYC 9555 CPU, offering 768GB of combined GDDR7 memory. Rather than splitting huge models like Llama-3.1 405B or DeepSeek-R1 671B across all eight PCIe cards, which introduces heavy latency, the team found the setup performs best running independent single-GPU model instances in parallel.