Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos

launch-hn:-prism-(yc-x25)-–-workspace-and-api-to-generate-and-edit-videos

Everything you need to know about creating with Prism. What is Prism? Prism is an AI video generator for short-form content. Create viral videos for TikTok, Reels, and Shorts from simple text prompts—no editing skills required. What AI models does Prism use? Prism integrates the best AI video models including Google Veo, Kling, Sora, Hailuo, […]

Where Some See Strings, She Sees a Space-Time Made of Fractals

where-some-see-strings,-she-sees-a-space-time-made-of-fractals

Astrid Eichhorn spends her days thinking about how the laws of physics change at the tiniest scales. Imagine zooming in closer and closer to the device on which you’re reading this article. Its apparently smooth screen quickly dissolves into a jiggling lattice of molecules, which in turn resolve into clouds of electrons buzzing around atomic […]

Temporal: The 9-Year Journey to Fix Time in JavaScript

temporal:-the-9-year-journey-to-fix-time-in-javascript

Published on 11 March 2026 Welcome to our blog! I’m Jason Williams, a senior software engineer on Bloomberg’s JavaScript Infrastructure and Terminal Experience team. Today the Bloomberg Terminal runs a lot of JavaScript. Our team provides a JavaScript environment to engineers across the company. Bloomberg may not be the first company you think of when […]

Wiz Joins Google

wiz-joins-google

Nearly a year ago, we shared that Wiz would be joining Google. At the time, we spoke about a belief that by bringing together Wiz’s innovation and Google’s scale, we could meaningfully change what security looks like in the cloud. Today, as we officially begin our journey as a Google company, that belief feels real […]

Show HN: Open-source browser for AI agents

show-hn:-open-source-browser-for-ai-agents

Web browsing is continuous and async. Agents think in tools and steps. ABP reformats web navigation into the discrete, multimodal chat format agents know and love. 90.53% on Online Mind2Web — reproducible results ABP is a Chromium build with MCP + REST baked directly into the browser engine. One request = one completed step: settled […]

Faster Asin() Was Hiding in Plain Sight

faster-asin()-was-hiding-in-plain-sight

This one is going to be a quick one as there wasn’t anything new discovered. In fact, I feel quite dumb. This is really a tale of ”Do your research before acting and know what your goal is,” as you’ll end up saving yourself a lot of time. Nobody likes throwing away work they’ve done […]

UK MPs give ministers powers to restrict Internet for under 18s

uk-mps-give-ministers-powers-to-restrict-internet-for-under-18s

This will give ministers huge powers to restrict the Internet without having to pass new legislation. The powers could be used to restrict access to websites, social media platforms, apps and games of their choosing. Ministers will not have to demonstrate harm to children, effectively ripping up work carried out by Ofcom to assess services […]

Microsoft BitNet: 100B Param 1-Bit model for local CPUs

microsoft-bitnet:-100b-param-1-bit-model-for-local-cpus

Try it out via this demo, or build and run it on your own CPU or GPU. bitnet.cpp is the official inference framework for 1-bit LLMs (e.g., BitNet b1.58). It offers a suite of optimized kernels, that support fast and lossless inference of 1.58-bit models on CPU and GPU (NPU support will coming next). The […]

AI Agent Hacks McKinsey

ai-agent-hacks-mckinsey

McKinsey & Company — the world’s most prestigious consulting firm — built an internal AI platform called Lilli for its 43,000+ employees. Lilli is a purpose-built system: chat, document analysis, RAG over decades of proprietary research, AI-powered search across 100,000+ internal documents. Launched in 2023, named after the first professional woman hired by the firm […]

AutoKernel: Autoresearch for GPU Kernels

autokernel:-autoresearch-for-gpu-kernels

Autoresearch for GPU kernels. Give it any PyTorch model, go to sleep, wake up to optimized Triton kernels. Inspired by @karpathy/autoresearch — which demonstrated autonomous AI agents for LLM training research. AutoKernel applies the same philosophy to GPU kernel optimization: agent modifies one file, runs a fixed evaluation, keeps or reverts, repeats forever. How It […]