<?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: Tran Tien Van</title>
    <description>The latest articles on DEV Community by Tran Tien Van (@tran_tienvan_e45fc26d655).</description>
    <link>https://dev.to/tran_tienvan_e45fc26d655</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4009371%2F5bb4dc2d-514d-4211-ba7a-63bf68ca60a8.jpg</url>
      <title>DEV Community: Tran Tien Van</title>
      <link>https://dev.to/tran_tienvan_e45fc26d655</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tran_tienvan_e45fc26d655"/>
    <language>en</language>
    <item>
      <title>TL;DR — Claude Sonnet 5: a practical guide for production teams</title>
      <dc:creator>Tran Tien Van</dc:creator>
      <pubDate>Wed, 01 Jul 2026 11:47:27 +0000</pubDate>
      <link>https://dev.to/tran_tienvan_e45fc26d655/tldr-claude-sonnet-5-a-practical-guide-for-production-teams-1c77</link>
      <guid>https://dev.to/tran_tienvan_e45fc26d655/tldr-claude-sonnet-5-a-practical-guide-for-production-teams-1c77</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — Claude Sonnet 5 is best treated as an agent workflow model. See specs, setup steps, guardrails, examples, and review checks for safer production use today.&lt;/p&gt;

&lt;p&gt;The gist, in a few bullets:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use it first on bounded workflows where planning, tool use, and review checkpoints matter more than one-shot text generation&lt;/li&gt;
&lt;li&gt;Recheck token budgets before migration: Anthropic's Platform Docs say the model has a 1M token context window and 128k max output tokens, while the new tokenizer produces approximately 30% more tokens for the same input text&lt;/li&gt;
&lt;li&gt;Keep tool permissions narrow until the workflow passes evaluation on real examples, including failure cases and rollback checks&lt;/li&gt;
&lt;li&gt;Measure review burden, latency, token spend, skipped steps, and unsupported claims, not only final answer quality&lt;/li&gt;
&lt;li&gt;Move to production only when human review effort decreases without increasing customer, revenue, compliance, or infrastructure risk&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I put the full walkthrough — examples, trade-offs, and the review checklist — on Van Data Team → &lt;a href="https://vandatateam.com/blog/claude-sonnet-5" rel="noopener noreferrer"&gt;Claude Sonnet 5: a practical guide for production teams&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How are you handling this in your own stack? Keen to hear what's working (or not).&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aiagents</category>
    </item>
    <item>
      <title>Claude Sonnet 5: a practical guide for production teams</title>
      <dc:creator>Tran Tien Van</dc:creator>
      <pubDate>Wed, 01 Jul 2026 11:04:09 +0000</pubDate>
      <link>https://dev.to/tran_tienvan_e45fc26d655/claude-sonnet-5-a-practical-guide-for-production-teams-51l2</link>
      <guid>https://dev.to/tran_tienvan_e45fc26d655/claude-sonnet-5-a-practical-guide-for-production-teams-51l2</guid>
      <description>&lt;p&gt;Claude Sonnet 5 is best treated as an agent workflow model. See specs, setup steps, guardrails, examples, and review checks for safer production use today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Use it first on bounded workflows where planning, tool use, and review checkpoints matter more than one-shot text generation&lt;/li&gt;
&lt;li&gt;Recheck token budgets before migration: Anthropic's Platform Docs say the model has a 1M token context window and 128k max output tokens, while the new tokenizer produces approximately 30% more tokens for the same input text&lt;/li&gt;
&lt;li&gt;Keep tool permissions narrow until the workflow passes evaluation on real examples, including failure cases and rollback checks&lt;/li&gt;
&lt;li&gt;Measure review burden, latency, token spend, skipped steps, and unsupported claims, not only final answer quality&lt;/li&gt;
&lt;li&gt;Move to production only when human review effort decreases without increasing customer, revenue, compliance, or infrastructure risk&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;📖 &lt;strong&gt;Read the full guide on Van Data Team → &lt;a href="https://vandatateam.com/blog/claude-sonnet-5" rel="noopener noreferrer"&gt;Claude Sonnet 5: a practical guide for production teams&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>aiagents</category>
    </item>
    <item>
      <title>Governing Agentic AI at Scale: Securing AI-Generated Code in the CI/CD Pipeline</title>
      <dc:creator>Tran Tien Van</dc:creator>
      <pubDate>Tue, 30 Jun 2026 10:58:50 +0000</pubDate>
      <link>https://dev.to/tran_tienvan_e45fc26d655/governing-agentic-ai-at-scale-securing-ai-generated-code-in-the-cicd-pipeline-3cbn</link>
      <guid>https://dev.to/tran_tienvan_e45fc26d655/governing-agentic-ai-at-scale-securing-ai-generated-code-in-the-cicd-pipeline-3cbn</guid>
      <description>&lt;p&gt;Governing Agentic AI At Scale: Securing AI-Generated Code In The CI/CD Pipeline guide for production teams: compare workflow fit, risk, cost, review burden.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI-generated code now belongs inside normal software delivery governance, with extra evidence around agent identity, prompt context, artifact provenance, and approval history.&lt;/li&gt;
&lt;li&gt;CI/CD is the right control plane because it already decides what code can build, test, package, deploy, and roll back.&lt;/li&gt;
&lt;li&gt;Human review should be risk-based. Low-risk agent changes can pass through policy checks, while dependency, credential, infrastructure, and production-release changes should escalate.&lt;/li&gt;
&lt;li&gt;DORA-style metrics still matter, but they are incomplete when dashboards cannot distinguish human-authored changes from autonomous agent activity.&lt;/li&gt;
&lt;li&gt;The practical operating model is provenance, signing, policy gates, isolated execution, continuous monitoring, and clear rollback ownership.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;📖 &lt;strong&gt;Read the full guide on Van Data Team → &lt;a href="https://vandatateam.com/blog/governing-agentic-ai-at-scale-securing-ai-generated-code" rel="noopener noreferrer"&gt;Governing Agentic AI at Scale: Securing AI-Generated Code in the CI/CD Pipeline&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>aiagents</category>
    </item>
  </channel>
</rss>
