It's not easy to describe what a developer advocate does, so I wrote this booklet to explain it to anyone who's interested (and to clarify it for myself, too).
Download it now and let me know what you think! It's free! 👇
https://t.co/gKiFeyyD45
AI agents have two architectural layers: a deterministic core you control and a probabilistic LLM you don't.
@andychiare breaks down why securing the code around your model matters more than securing the model itself:
https://t.co/VnAsmYWI72
Stop confusing "Tools," "MCP servers," and "Skills" in AI. Their interchangeability creates terminological ambiguity, making AI agents harder to secure.
The following table summarizes the differences.
Learn more: https://t.co/GKH7NK0XNV
#AISecurity#LLMAgents#MCP#skills
Interchangeable use of "tools," "MCP servers," and "skills" by the AI community creates ambiguity with critical security implications, making architectural distinctions vital.
Check out this blog post to learn more: https://t.co/GKH7NK0pYn
Effective AI agents balance two "souls": probabilistic LLMs and deterministic code.
While LLMs get the hype, traditional code is vital for security and stability.
I discuss the two souls of an AI agent in my latest blog post: https://t.co/zWbPH0shQT
#ai#agents#llm#security
Bring @aspiredev to your existing app without rewriting it.
In 13.3, aspire init adds the AppHost skeleton, then /aspireify helps wire your app into the Aspire model using project context. This doesn't change your application, it just describes.
Feature by @maddymontaquila!
📣 I just released version 2.4.0 of Auth0 Templates for .NET! 📣
The new release includes:
- .NET 10 versions of the templates
- New Backend for Frontend template
- Removed Auth0 MVC template for .NET 7.0
- Bug fixes and internal improvements
Try it!
https://t.co/6ISvThlnKq
OAuth 2.1 is officially baking security best practices into the spec. From mandatory PKCE to the death of the Implicit Flow, here is what you need to know in 60 seconds.
Here is my article explaining how to implement the Backend for Frontend (BFF) pattern with React and ASPNET Core using Auth0 as the IdP
https://t.co/xo8YY75bxs
Here's an article explaining how to implement the Backend for Frontend (BFF) pattern with React and ASPNET Core using @auth0 as the IdP: https://t.co/xo8YY75bxs
PKCE and BFF aren't alternatives. They solve different problems.
If you've been assuming PKCE is enough for SPA security, this is worth reading: https://t.co/WnQeTWqCa3
I believe that the primary purpose of using AI to develop professional production-ready software should be to improve quality rather than increase speed.
Speed will be a side effect, an added bonus.
If you focus on speed, I'm not sure you will get a better product.
The Auth0 MCP Server is now a Gemini CLI extension.
One command to install. One command to connect your tenant. Then just ask.
gemini extensions install https://t.co/ttdT0tlPQj
ChatGPT claims to be non-deterministic, and most of us believe it.
But is that really the case? Are LLMs truly non-deterministic?
I’ve written down a few thoughts on the subject: https://t.co/dTLBVqfPWb
#ai#llm