Minko Gechev
@mgechev.bsky.social
Improving developer productivity at Google 🇧🇬🇺🇸 blog.mgechev.com
Evaluating your skills to see if they are useful and ensuring they don't regress as you change them is getting increasingly important Here's the tool for the job! github.com/mgechev/skil...
GitHub - mgechev/skillgrade: "Unit tests" for your agent skills
"Unit tests" for your agent skills. Contribute to mgechev/skillgrade development by creating an account on GitHub.
github.com
Rethinking how we build for the agentic era. Stop writing agent skills like human docs—it wastes tokens and invites hallucinations. Here's a distilled set of core best practices (<5 min read) to help us write better skills. Give it a read: github.com/mgechev/skil...
GitHub - mgechev/skills-best-practices: Write professional-grade skills for agents, validate them using LLMs, and maintain a lean context window.
Write professional-grade skills for agents, validate them using LLMs, and maintain a lean context window. - mgechev/skills-best-practices
github.com
Angular hit 100k stars on GitHub :) That’s a great milestone!
Great article on the hidden cost of high-velocity engineering in the AI era. We talk about how AI tools make individual tasks faster, but there's constant context-switching and decision fatigue. siddhantkhare.com/writing/ai-f...
AI fatigue is real and nobody talks about it | Siddhant Khare
You're using AI to be more productive. So why are you more exhausted than ever? The paradox every engineer needs to confront.
siddhantkhare.com
A2UI debugger I quickly prototyped a tool for A2UI that helps you: ‣ Time travel through the stream of messages ‣ Explore the internal state of the UI structure ‣ Preview a rendered representation ‣ Expand the structure of a single message Give it a try github.com/mgechev/a2ui...
An attempt to reduce the ambiguity and increase interpretability of LLMs by shifting away from the current self-attention block in transformers arxiv.org/abs/2512.19428
Attention Is Not What You Need
We revisit a basic question in sequence modeling: is explicit self-attention actually necessary for strong performance and reasoning? We argue that standard multi-head attention is best seen as a form...
arxiv.org
Today I hit 10,000 subscribers on Spotify to my programming podcast. Thank you all and I hope you’re enjoying the content 🙏 open.spotify.com/show/0bMhQFb...
Really thrilled about this project. It enables hyper personalized contextual UI for everyone! Instead of trying to find a functionality behind a ton of obscure UX, as developers, we can now provide *exactly* the functionality our users need! developers.googleblog.com/introducing-...
Introducing A2UI: An open project for agent-driven interfaces- Google Developers Blog
A2UI is an open-source project for agent-driven, cross-platform generative UI. It uses a secure, declarative format for agents to safely render UIs.
developers.googleblog.com
Published a new bite sized episode focused on AI agents in my programming podcast! You can learn about: - Agents and LLM - Main building blocks of an agent - Context management - Common agent architectures Spotify - open.spotify.com/show/0bMhQFb... Apple - podcasts.apple.com/us/podcast/p...
Episode 24 - AI Agents
open.spotify.com
Love the latest Angular v21 release event! And guess what? Angular has an official mascot as of today! Welcome, Angie 🎉 www.youtube.com/watch?v=DDAH...
Angular v21 Developer Release: The Incredible Adventure
YouTube video by Angular
youtube.com
MCP UI allows you to expose JavaScript components via the model context protocol In this quick video @hybrist.dev shares how you created an Angular component and exposed it as a tool to ChatGPT www.youtube.com/watch?v=MMNo... Learn more about MCP UI 👉 github.com/MCP-UI-Org/m...
Angular meets MCP-UI
YouTube video by Jan Martin
youtube.com
injection-js is a standalone dependency injection framework inspired by Angular It's a perfect fit for your backend use cases or on the client-side when Angular is not part of your tech stack 🔗 github.com/mgechev/injection-js
My blog brings me so many nostalgic memories looking at content I wrote 10 to 14 years ago. A lot of passion about clean code, algorithms, and the Web :) blog.mgechev.com
Minko Gechev's blog
blog.mgechev.com
Angular CLI's MCP server is getting better! It provides tools to: ‣ Understand your workspace structure ‣ Provide best practices ‣ Look up documentation ‣ See examples Find how to install it angular.dev/ai/mcp
👇 That's one of my favorite talks I've given. Had a lot of fun preparing for it and I'm happy with the balance of practicality and theory. Hope you enjoy it too :)
✨ "Resourceful Suspense" from JSNation is out! I built the same AI app in Angular & React to compare deferred loading trade-offs. See how these work between the two frameworks: ‣ Deferrable views vs Suspense ‣ Deferred data ‣ Incremental hydration ‣ AI tool calling gitnation.com/contents/res...
✨ "Resourceful Suspense" from JSNation is out! I built the same AI app in Angular & React to compare deferred loading trade-offs. See how these work between the two frameworks: ‣ Deferrable views vs Suspense ‣ Deferred data ‣ Incremental hydration ‣ AI tool calling gitnation.com/contents/res...
Resourceful Suspense by Minko Gechev
Minko Gedev presents tradeoffs of deferred loading in Angular and React, addressing misconceptions about the frameworks. Exploring Deferred Loading Nuances and Angular vs. React Implementation with La...
gitnation.com
We just Open-Sourced "Web Codegen Scorer" to help improve AI-generation for Web Frameworks blog.angular.dev/beyond-the-h...
Beyond the Horizon: How Angular is Embracing AI for Next-Gen Apps
Author: Simona Cotin, Sr. Engineering Manager Angular
blog.angular.dev
If you're curious what is some of the latest innovation we did in that space check out the Angular + AI developer event! www.youtube.com/live/uFdxw4S...
Angular + AI Developer Event
YouTube video by Angular
youtube.com
Thrilled to share my new role as the tech lead across frameworks at Google! My initial focus is boosting productivity with AI. While this means I'll be less hands-on with Angular with fewer public appearances, I'll be supporting the team and the rest of Google more than ever 🚀
Thrilled to share my new role as the tech lead across frameworks at Google! My initial focus is boosting productivity with AI. While this means I'll be less hands-on with Angular with fewer public appearances, I'll be supporting the team and the rest of Google more than ever 🚀
AngularAI Experimental, browser-first agent that truly understands your Angular app. Hyper-contextual debugging, prototyping, etc. Agent has access to: - Source files & config - Runtime state & app internal data Let me know what you think! youtu.be/1vjnvPUN7QU
AngularAI
YouTube video by Minko Gechev
youtu.be
Minko's law: the number of agents using LLMs quadruples every quarter.
Great article! I love PL & type theory. That’s the last content in this alley I posted a few years ago. blog.mgechev.com/2017/08/05/t... There’s an entire revolution in this field going on with Lean and mathlib. May get back to it!
Developing Statically Typed Programming Language
In this blog post we’ll go through a sample implementation of a type checker, interpreter and a transpiler for a basic purely functional programming language, which is based on the lambda calculus. We...
blog.mgechev.com
⚛️📝 New on Overreacted: Beyond Booleans
I've been working on Linux over the past day after more than 10 years of using macOS and I clearly remember why I switched. It's a memory test for knowing poorly named tools, their arguments, and dealing with version incompatibilities. Glad I can reuse my dotfiles, at least.
🕵️♀️ Context Inspector Tiny tool that helps you inspect your agent's context and find what changed between calls Find how to use it on my GitHub github.com/mgechev/cont...
Where do you find yourself getting stuck/annoyed when building web apps with LLM assistance (using Copilot, Cursor, etc.)?
Here's analysis of the mascot names proposed by the community gist.github.com/mgechev/4d5e... Seems like Angie is people's favorite!
mascot-naming.md
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
Just a few days left to share your thoughts about the *official* Angular mascot! That's how the current ranking by votes looks like. Make sure you help us create the cutest symbol of Angular. bsky.app/profile/angu...
The Angular Mascot RFC will be closing at the end of this week on July 4th, 2025 🔥 Cast your vote or share your idea: goo.gle/angular-mascot-rfc
🔥 New version of ngx-flamegraph - Improved performance - Tooltip for small calls - Landing in Angular DevTools in the next few days 👉 Demo ngx-flamegraph.web.app 👨💻 Source github.com/mgechev/ngx-...