<?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: sravan27</title>
    <description>The latest articles on DEV Community by sravan27 (@sravan27).</description>
    <link>https://dev.to/sravan27</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%2F3887565%2Fa1b9fa16-7e94-48fd-b960-fc7c05b0596f.png</url>
      <title>DEV Community: sravan27</title>
      <link>https://dev.to/sravan27</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sravan27"/>
    <language>en</language>
    <item>
      <title>Your structured outputs are probably less portable than you think</title>
      <dc:creator>sravan27</dc:creator>
      <pubDate>Sun, 19 Apr 2026 16:22:26 +0000</pubDate>
      <link>https://dev.to/sravan27/your-structured-outputs-are-probably-less-portable-than-you-think-2p1l</link>
      <guid>https://dev.to/sravan27/your-structured-outputs-are-probably-less-portable-than-you-think-2p1l</guid>
      <description>&lt;p&gt;Structured outputs are less portable across LLM providers than they look.&lt;/p&gt;

&lt;p&gt;A schema change can seem harmless and still break one provider while passing another.&lt;/p&gt;

&lt;p&gt;I built Schema Gateway for that exact failure mode.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;compile one schema into provider-ready request shapes&lt;/li&gt;
&lt;li&gt;diff a baseline schema against a candidate schema&lt;/li&gt;
&lt;li&gt;lint for portability issues&lt;/li&gt;
&lt;li&gt;normalize payloads against a schema&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s built for people working across providers like OpenAI, Gemini, Anthropic, and Ollama, where “structured output support” sounds similar until the edge cases show up.&lt;/p&gt;

&lt;p&gt;There’s an open-source/local path, plus a hosted Starter Access if you want to try the hosted API quickly.&lt;/p&gt;

&lt;p&gt;Main thing I’m looking for:&lt;br&gt;
feedback from people actually shipping structured outputs or comparing providers in production. I’m especially interested in whether this pain is strong enough to justify a dedicated guardrail in real workflows.&lt;/p&gt;

&lt;p&gt;Live here:&lt;br&gt;
&lt;a href="https://schema-gateway.sridharsravan.workers.dev/" rel="noopener noreferrer"&gt;https://schema-gateway.sridharsravan.workers.dev/&lt;/a&gt;&lt;/p&gt;

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