<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anish Shirodkar</title>
    <description>The latest articles on DEV Community by Anish Shirodkar (@anishshirodkar).</description>
    <link>https://dev.to/anishshirodkar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3920974%2Faa008f5d-bc52-4b0b-b3d1-f13046a2048f.jpeg</url>
      <title>DEV Community: Anish Shirodkar</title>
      <link>https://dev.to/anishshirodkar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anishshirodkar"/>
    <language>en</language>
    <item>
      <title>AI Agents Can Do a Lot. But Should They?</title>
      <dc:creator>Anish Shirodkar</dc:creator>
      <pubDate>Sat, 09 May 2026 02:54:19 +0000</pubDate>
      <link>https://dev.to/anishshirodkar/ai-agents-can-do-a-lot-but-should-they-2hfo</link>
      <guid>https://dev.to/anishshirodkar/ai-agents-can-do-a-lot-but-should-they-2hfo</guid>
      <description>&lt;p&gt;Most conversations about AI agents focus on what they can do. &lt;br&gt;
Very few focus on what they should be allowed to do.&lt;/p&gt;

&lt;p&gt;That gap is what I kept thinking about when I built Vouch for &lt;br&gt;
the Auth0 "Authorized to Act" hackathon.&lt;/p&gt;

&lt;p&gt;The Problem:&lt;/p&gt;

&lt;p&gt;AI agents are getting good at taking actions: booking meetings, &lt;br&gt;
calling APIs, sending emails, managing files. But the current &lt;br&gt;
delegation models are broken. You either leak credentials in &lt;br&gt;
prompts, which is dangerous, or you hand the agent broad OAuth &lt;br&gt;
access and hope it stays in its lane, which is just risky in a &lt;br&gt;
different way.&lt;/p&gt;

&lt;p&gt;There is no clean way to say: this agent can do X on service A, &lt;br&gt;
for user B, until this session ends. Nothing more. That missing &lt;br&gt;
primitive is the whole problem.&lt;/p&gt;

&lt;p&gt;How Vouch Works:&lt;/p&gt;

&lt;p&gt;Vouch sits between the agent and the services it wants to interact &lt;br&gt;
with. Instead of giving the agent raw credentials, you define a &lt;br&gt;
permission scope for each action. The agent operates within that &lt;br&gt;
scope and nothing outside it.&lt;/p&gt;

&lt;p&gt;The credential delegation runs through Auth0 Token Vault. When a &lt;br&gt;
user authorizes an action, Vouch generates a scoped token tied to &lt;br&gt;
that specific permission. The agent uses the token to act. It &lt;br&gt;
never sees the underlying credentials. When the session ends, &lt;br&gt;
access is revoked.&lt;/p&gt;

&lt;p&gt;The agent brain is Llama 3.3 70B running through Groq's API. &lt;br&gt;
Backend is Node.js and Express, frontend is React and Vite. &lt;br&gt;
Built the whole thing in 48 hours.&lt;/p&gt;

&lt;p&gt;The Hard Part:&lt;/p&gt;

&lt;p&gt;The auth flow was not the challenge. The permission schema was.&lt;/p&gt;

&lt;p&gt;Too broad and the whole point falls apart. Too narrow and the &lt;br&gt;
agent becomes useless. I went through three complete redesigns &lt;br&gt;
before landing on something that felt both flexible and actually &lt;br&gt;
enforceable. That balance took most of the 48 hours.&lt;/p&gt;

&lt;p&gt;The Takeaway:&lt;/p&gt;

&lt;p&gt;Capability gets all the attention. Constraint gets almost none. &lt;br&gt;
As agents get more capable, the trust problem gets harder, not &lt;br&gt;
easier. An agent that can browse the web, write code, and send &lt;br&gt;
emails on your behalf needs a much more sophisticated permission &lt;br&gt;
model than anything running in production today.&lt;/p&gt;

&lt;p&gt;Scoped delegation with session-bound tokens is not the final &lt;br&gt;
answer. But I think it is the right direction.&lt;/p&gt;

&lt;p&gt;Live: &lt;a href="//vouch-q017.onrender.com"&gt;vouch-q017.onrender.com&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="//github.com/Anish0104/vouch"&gt;github.com/Anish0104/vouch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are building in the agentic space, how are you handling &lt;br&gt;
permissioning? Would love to hear how others are defining trust &lt;br&gt;
in their stack.&lt;/p&gt;

&lt;h1&gt;
  
  
  AgenticAI #MachineLearning #Auth0 #LLMs #BuildInPublic
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
