💣💣💣 ¡Google Search Console empieza a mostrar datos de resultados en la IA al fin! 💣💣💣
A partir de hoy se irá desplegando en algunas cuentas para llegar a todas en poco tiempo.
Mostrará impresiones, páginas y el resto de datos del rendimiento de tus URL's en AI Overviews, AI Mode y otras apariciones con IA en Discover.
Más información en: https://t.co/8T4r9pe5u5
🔥 OnPush is now the DEFAULT change detection strategy
Components with no changeDetection set are now OnPush automatically.
Want the old behavior? Set ChangeDetectionStrategy.Eager (there's a migration for it).
✍️ Signal Forms graduated to the public API!
No longer experimental 🎉
You also get:
- reloadValidation()
- debounce on validateAsync/validateHttp
- FieldState.getError()
- template + reactive FVC support
🌐 FetchBackend is now the default for HttpClient
withFetch is deprecated → just remove it.
⚠️ Need upload progress? Use provideHttpClient(withXhr).
Also: reportProgress → split into reportUploadProgress & reportDownloadProgress
�� Incremental hydration is now the default behavior. No extra config needed.
🤖 Angular is going all-in on AI/MCP tooling:
- provideWebMcpTools
- declareWebMcpTool (experimental)
- AI runtime debugging tools
- an in-page Angular DI graph AI tool
✨ New core goodies:
- @Service decorator (stable)
- injectAsync() helper
- debouncing signals
- resource caching for SSR
- bootstrap apps under shadow roots
- TestBed.getLastFixture()
🧹 Big cleanup (breaking):
- ComponentFactory / ComponentFactoryResolver → gone
- createNgModuleRef → createNgModule
- checkNoChanges → removed
- provideRoutes → provideRouter
- Hammer.js integration → removed
⚙️ Version requirements:
- Node.js 26 supported
- TypeScript 5.9 dropped
- Minimum TS is now 6.0
🧭 Router changes:
- paramsInheritanceStrategy now defaults to 'always'
currentSnapshot in CanMatchFn is now required
- new browserUrl input on router links
That's Angular v22 in a nutshell 🎯
“Estamos construyendo inteligencia antes de construir cuidado.”
Geoffrey Hinton dice que las empresas de IA están compitiendo por crear sistemas cada vez más inteligentes, pero no necesariamente mejores seres.
El problema no es solo que la IA se vuelva capaz. Es que la estamos entrenando dentro de una carrera comercial donde gana quien escala más rápido, no quien diseña máquinas que se preocupen por nosotros.
Voice‑driven, real‑time arbitrary action generation😁
Using external voice commands, G1 is directly controlled to generate a wide range of actions in real time.
This video was recorded in a single take, with on‑site audio recording.
Because the actions are autonomously generated by AI in real time, there may be slight latency, and the smoothness of the movements may be somewhat reduced.
My dynamic LLM-powered A2UI dashboard is now 300x faster — and uses 30x fewer tokens.
In my new blog article, I explain how I achieved this.
👇 See first comment
Since Opus 4.8 is out and more and more designers are getting into Design Engineering, I thought I’d share some of the interaction patterns I use most often:
Use proximity, not just hover. When the cursor gets close, nearby elements can subtly scale and darken based on distance.
It makes interfaces feel more responsive, less binary, and way more alive
onpointermove = e =>
document.querySelectorAll(".dock>*").forEach(el => {
const r = el.getBoundingClientRect();
const t = Math.max(0, 1 - Math.abs(e.clientX - r.x - r.width/2) / 120);
el. style.scale = 1 + t * .5;
});
Anthropic engineer:
"You're not supposed to watch Claude Code work. You're supposed to wake up and review what it shipped."
In 22 minutes she builds the entire workflow live on camera.
Most people close their terminal and everything stops.
This setup keeps shipping while you sleep.
Watch the video, then save the exact setup below👇
Prepare your site for AI agent interaction with Lighthouse → https://t.co/5myVWdLZd9
If you want AI agents to actually navigate your site properly, the new experimental audit in Lighthouse lets you see:
☀️ Discoverability for AI agents
⚡ WebMCP integration
👀 AI accessibility
#GoogleIO
We've raised $65 billion in Series H funding at a $965 billion post-money valuation, led by @AltimeterCap, Dragoneer, @Greenoaks, and @sequoia.
This investment will help us advance our research and expand our capacity to meet growing demand for Claude.
Microsoft cancelando licencias de Claude Code, Uber ha gastado en 4 meses el presupuesto de IA de todo el año. Los precios de IA subiendo hasta un 40%...
Muchas empresas adoptaron IA pensando que los costes seguirían bajado pero ha pasado lo contrario.
Los números no cuadran y alguien tendrá que asumir las pérdidas... Creo que los modelos locales van a asumir más protagonismo.
Where could we improve Composer 2.5?
We're working on the next model and would love your feedback.
Lots of work to do (our CursorBench evals below) in the coming weeks!
Introducing Composer 2.5, our most powerful model yet.
It's more intelligent, better at sustained work on long-running tasks, and more reliable at following complex instructions.
For the next week, we’re doubling the included usage of the model.
Unitree sube el nivel diseñando su primer Mecha, un robot humanoide tripulable que puede andar tanto a dos como a cuatro patas. Se llama GD01 y pasa al top-3 de vehículos más molones para ir a buscar a tus hijos al colegio.
Get up close and personal with your health.
On May 26, the Fitbit app becomes the #GoogleHealth app for both Android and iOS— combining the best of Fitbit tracking with the power of Google to create a more holistic wellness experience.
Learn more: https://t.co/ABOOMCvA0J
Effective today, we are:
1) Doubling Claude Code’s 5-hour rate limits for Pro, Max, and Team plans;
2) Removing the peak hours limit reduction on Claude Code for Pro and Max plans; and
3) Substantially raising our API rate limits for Opus models.