Link Hub Manager

📰 Microsoft for Developers

Get the latest information, insights, and news from Microsoft.

📊 Rythme de publication (100 derniers articles)

📈 9,9 articles / mois — soit ~1 article tous les 3,1 jours · dernier le 23/07/2026 19:03

92026-06 : 1 article106/262026-07 : 9 articles907/2608/26

10 articles datés · regroupés par mois.

⭐ Qualité du flux — note pondérée selon le standard podcast ouvert (PSP-1)
87/100 A

✅ 6 bons points ❌ 1 à corriger sur 7 critères évalués.

🔒 Le détail du calcul (note par critère : intégrité technique, découvrabilité, conformité podcast ouvert…) est réservé aux abonnés — connectez-vous.

🗒️ Articles (10 affichés)
📄 10
📄 Article How to test agent experience changes without shipping them
21/07/2026 07:15

Most changes you think will improve AI agent behavior won't. We tested a dozen hypotheses on a real project upgrade scenario and the majority failed. Learn how to emulate documentation, API, and MCP server changes locally so you can validate what works before shipping anything to production. The pos…

Lire l'article →
📄 Article How to test agent skills without hitting real APIs
17/07/2026 09:27

Your agent skill calls an API. The moment you start evaluating it, every run either costs money or mutates production data. Learn how to mock APIs transparently so you can run evals without changing your skill or hitting real endpoints. The post How to test agent skills without hitting real APIs app…

Lire l'article →
📄 Article Building AX evals that actually work
15/07/2026 12:53

This is the eighth and final article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can’t control in the agent stack, how to measure whether your extensions are helping or hurting, and how to it…

Lire l'article →
📄 Article The hidden variables in your agent eval
08/07/2026 12:11

This is the seventh article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can’t control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate tow…

Lire l'article →
📄 Article Don’t rewrite your CLI for agents
07/07/2026 13:52

There’s advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward conventions like re…

Lire l'article →
📄 Article Not all model upgrades are upgrades
06/07/2026 07:49

A new model drops with lower per-token pricing and better benchmarks. You switch. A week later someone asks why the agent is burning 12x more tokens on the same task while producing worse output. We ran 150 agent tasks across 15 scenarios on two models, Claude Sonnet 4.6 and Claude Sonnet 5, using G…

Lire l'article →
📄 Article What AI benchmarks are not telling you
01/07/2026 14:31

This is the sixth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can’t control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate towar…

Lire l'article →
📄 Article Your agent already has a plan
26/06/2026 00:00

If an agent isn’t doing the right thing, the obvious move is to make the docs clearer. Add a tip, spell out the correct command, describe the right approach more prominently. You do all of that, and the agent still ignores it. It does what it had already decided to do. The tip wasn’t ignored […] The…

Lire l'article →