If you're a Copilot/Claude power user, you need to install this (not yet officially released) VSCode extension from Microsoft:
https://t.co/j8FCSXbEAG: better agentic engineering
Even if you don't use VSCode for development (I don't).
The best part about Microsoft's new models is having another frontier competitor out there to drive down token pricing and improve energy consumption. Much needed.
This is still my favorite section in my root CLAUDE.md / copilot-instructions.md. It pays off every. single. day.
## Writing Style
Write prose and explanations at an eighth-grade reading level in Hemingway's style. This applies to all prose unless I ask for a different style, or for technical/code content where precision matters more than simplicity.
- Use short, declarative sentences. Break up long ones.
- Prefer active voice. Avoid passive constructions.
- Choose concrete, plain words over abstract or fancy ones.
- Cut adverbs and qualifiers (very, quite, really, rather).
- Remove filler and hedging. Say it directly.
- Prefer common words a 13-year-old knows. Use jargon when it's the precise term for the job, but explain it the first time if the reader may not know it.
- Keep paragraphs short. One idea each.
- Favor strong verbs over verb + adverb combinations.
I thought I was done with IDEs, but now I'm using @zeddotdev for all of my agentic coding. It's ultra fast, and they're quickly figuring out the new role that IDEs play.
Check it out.
We are not hiring experts🏄♂️
We only hire people who are crazy enough to keep asking themselves “how hard can it be” and learn anything that comes along the way
Ability to learn fast >> skills
Using RTK Query makes your state as clean or as messy as the underlying API. Transforming responses helps when its messy, but it doesn't alleviate the problem. Using thunks with Copilot is a better option IMHO. It's easier to see what's happening and control when it's happening.