Advertisement Β· 728 Γ— 90

Posts by Minko Gechev

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

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...

1 month ago 8 3 0 0
Post image

Angular hit 100k stars on GitHub :)

That’s a great milestone!

2 months ago 77 10 3 2
Preview
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.

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...

2 months ago 22 4 1 2

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...

2 months ago 4 0 0 0
Preview
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...

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

3 months ago 4 0 12 0
Post image

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...

3 months ago 16 2 0 0
Preview
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.

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-...

4 months ago 5 1 1 0
Advertisement
Preview
Episode 24 - AI Agents

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...

4 months ago 10 0 0 0
Angular v21 Developer Release: The Incredible Adventure
Angular v21 Developer Release: The Incredible Adventure YouTube video by Angular

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...

5 months ago 14 3 0 0
Angular meets MCP-UI
Angular meets MCP-UI YouTube video by Jan Martin

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...

5 months ago 6 2 0 1
Post image

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

5 months ago 12 0 1 0
Preview
Minko Gechev's blog

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

6 months ago 5 0 0 0
Video

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

6 months ago 4 2 0 0

πŸ‘‡ 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 :)

7 months ago 3 0 0 0
Advertisement
Preview
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...

✨ "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...

7 months ago 5 2 0 1
Preview
Beyond the Horizon: How Angular is Embracing AI for Next-Gen Apps Author: Simona Cotin, Sr. Engineering Manager Angular

We just Open-Sourced "Web Codegen Scorer" to help improve AI-generation for Web Frameworks

blog.angular.dev/beyond-the-h...

7 months ago 9 1 0 0

@simonaco.bsky.social @jelbourn.bsky.social @marktechson.com will continue driving the product roadmap and developer relations. We've always worked very closely together and will continue collaborating! :)

7 months ago 6 0 0 0

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...

7 months ago 2 0 0 0

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 πŸš€

7 months ago 34 5 5 1
AngularAI
AngularAI YouTube video by Minko Gechev

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

7 months ago 12 4 0 0

Minko's law: the number of agents using LLMs quadruples every quarter.

8 months ago 5 0 0 0

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!

8 months ago 7 1 0 0
Advertisement

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.

8 months ago 6 0 2 0
Video

Here's a short video showing how to use it and what it does

8 months ago 2 0 0 0
Video

πŸ•΅οΈβ€β™€οΈ 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...

8 months ago 22 4 1 1

Where do you find yourself getting stuck/annoyed when building web apps with LLM assistance (using Copilot, Cursor, etc.)?

9 months ago 2 0 2 0

It's often hard to merge large pull requests due to:
- Lack of alignment in the design
- Not obvious breaking changes

For the first one, a conversation with someone on the team will help. For the second one, we'll know once we run all the tests in Google and let you know.

9 months ago 5 0 1 0
Preview
feat(core): add `isCustomElement` property to modules and components by break-stuff Β· Pull Request #62638 Β· angular/angular PR Checklist Please check if your PR fulfills the following requirements: The commit message follows our guidelines: https://github.com/angular/angular/blob/main/contributing-docs/commit-message-...

@jeanmeche.com just clarified in his comment github.com/angular/angu...

I'm sure you put a lot of work into this PR, sorry it got closed. It'll be worth connecting with @jeanmeche.com to discuss an alternative approach that will let us land your work.

9 months ago 2 0 2 0
Preview
GitHub - mgechev/mascot-naming Contribute to mgechev/mascot-naming development by creating an account on GitHub.

Here's the code for the analysis github.com/mgechev/masc...

9 months ago 2 0 0 0
Preview
mascot-naming.md GitHub Gist: instantly share code, notes, and snippets.

Here's analysis of the mascot names proposed by the community gist.github.com/mgechev/4d5e...

Seems like Angie is people's favorite!

9 months ago 7 0 2 0