Wednesday, May 21, 2025

Google I/O 2025; Gemma 3 open model AI

Google I/O 2025 Recaps - YouTube


Google I/O 2025: Everything announced at this year's developer conference | TechCrunch

Android Studio adds 'agentic AI' with Journeys feature, Agent Mode | TechCrunch



Google goes wild, again... 11 things you missed at I/O - YouTube


Sergey Brin, Google Co-Founder | All-In Live from Miami - YouTube


DeepMind CEO Demis Hassabis + Google Co-Founder Sergey Brin: AGI by 2030? - YouTube


Google DELIVERED - Everything you missed from I/O 2025 - YouTube
by Matthew Berman


Gemma 3: Google’s new open model based on Gemini 2.0

Gemma - Google DeepMind


OpenAI += "io" HW startup - $6.4B (Jony Ive, iPhone designer)

OpenAI buys iPhone architect’s startup for $6.4bn | Technology | The Guardian

 Sam and Jony introduce io | OpenAI

Ben Geskin on X: "WSJ on Jony Ive and Sam Altman’s OpenAI device: • The product will be capable of being fully aware of a user's surroundings and life, will be unobtrusive, able to rest in one's pocket or on one's desk, and will be a third core device a person would put on a desk after a MacBook https://t.co/96q3YtM7Mu" / X

Jony Ive confirms he's working on an AI hardware product

Jony Ive AI hardware project


Sir Jonathan Paul Ive s a British-American designer. He is best known for his work at Apple Inc., where he was senior vice president of industrial design and chief design officer Ive is the founder of LoveFrom, a creative collective that works with Ferrari, Airbnb, OpenAI and other global brands




"....the device could be larger than Humane’s AI pin, but with a “form factor as compact and elegant as an iPod Shuffle.”
...“one of the intended use cases” is wearing the device around your neck. It also may not come with a display, Kuo says, featuring just built-in cameras and microphones for “environmental detection.”
... The device could also connect to smartphones and PCs to use their computing and display capabilities."





10x Faster TypeScript compiler, in Go

Maybe the same or similar technique could be use to make TypeScript apps faster, by compiling to Go.
For now, it is compiling "by Go"
10x faster.

 A 10x Faster TypeScript - TypeScript (video)
by Anders Hejlsberg, TypeScript architect

"plug-and-play" replacement to original TypeScript compiler

he native implementation will drastically improve editor startup, reduce most build times by 10x, and substantially reduce memory usage

CodebaseSize (LOC)CurrentNativeSpeedup
VS Code1,505,00077.8s7.5s10.4x
Playwright356,00011.1s1.1s10.1x
TypeORM270,00017.5s1.3s13.5x
date-fns104,0006.5s0.7s9.5x
tRPC (server + client)18,0005.5s0.6s9.1x
rxjs (observable)2,1001.1s0.1s11.0x





TypeScript Migrates to Go: What's Really Behind That 10x Performance Claim?

What's actually getting faster is the TypeScript compiler, not the TypeScript language itself or the JavaScript's runtime performance. Your TypeScript code will compile faster, but it won't suddenly execute 10x faster in the browser or Node.js.