<?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: SabrinaM</title>
    <description>The latest articles on DEV Community by SabrinaM (@drottnings).</description>
    <link>https://dev.to/drottnings</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%2F855292%2F481d8671-18c6-4611-87dc-9bb6c513871d.png</url>
      <title>DEV Community: SabrinaM</title>
      <link>https://dev.to/drottnings</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/drottnings"/>
    <language>en</language>
    <item>
      <title>Do We Really Need the Most Advanced AI Models for Everyday Development?</title>
      <dc:creator>SabrinaM</dc:creator>
      <pubDate>Wed, 17 Jun 2026 15:07:54 +0000</pubDate>
      <link>https://dev.to/drottnings/do-we-really-need-the-most-advanced-ai-models-for-everyday-development-3n2b</link>
      <guid>https://dev.to/drottnings/do-we-really-need-the-most-advanced-ai-models-for-everyday-development-3n2b</guid>
      <description>&lt;p&gt;Every time a new AI model is released, the conversation follows a familiar pattern. People compare benchmarks, debate reasoning capabilities, and celebrate coding scores and context window sizes. We all get excited about what the latest model can do.&lt;/p&gt;

&lt;p&gt;I get excited too. But recently I started asking myself a different question: &lt;strong&gt;Do I actually need the most advanced model for my day-to-day work?&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  My Default Choice
&lt;/h2&gt;

&lt;p&gt;For a long time, Sonnet has been my primary coding assistant. Even after newer and more capable models were released, I continued using Sonnet because it consistently delivered strong results for software development tasks. Recently, while working on a code refactoring task, I became curious. Instead of automatically using my usual model, I decided to compare it with a smaller and cheaper alternative.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Simple Experiment
&lt;/h2&gt;

&lt;p&gt;The setup was straightforward. I gave both models the same file and the same task: refactor the code. The results were interesting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sonnet:&lt;/strong&gt; 76.1 credits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Haiku:&lt;/strong&gt; 13.3 credits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s approximately &lt;strong&gt;5.7× cheaper&lt;/strong&gt;. Naturally, I expected the more expensive model to produce the better result. But that’s not what happened.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Output That Surprised Me
&lt;/h3&gt;

&lt;p&gt;To be completely honest, I preferred the solution from Haiku. Instead of making incremental changes to the existing file, it split the code into three smaller files. The structure felt cleaner and easier to maintain. What surprised me even more was that it followed the coding standards defined in our Copilot instructions more consistently.&lt;/p&gt;

&lt;p&gt;The output wasn’t perfect. Neither was Sonnet’s. But when I compared the final results, I found myself preferring the work produced by the model that cost nearly six times less. That forced me to rethink an assumption many of us make: &lt;strong&gt;Bigger and more expensive doesn’t automatically mean better.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Harness Matters More Than We Think
&lt;/h2&gt;

&lt;p&gt;This experiment reinforced something I’ve been learning over the past year: &lt;strong&gt;Model capability is only one part of the equation.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In our repositories, we’ve spent considerable effort building what I call an &lt;strong&gt;AI development harness&lt;/strong&gt;. Instead of treating AI as a chatbot that magically understands our codebase, we provide it with a structured environment:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Repository-specific instructions&lt;/li&gt;
&lt;li&gt;Coding standards and conventions&lt;/li&gt;
&lt;li&gt;Architectural guidance&lt;/li&gt;
&lt;li&gt;Development workflows&lt;/li&gt;
&lt;li&gt;Context about how the project is organized&lt;/li&gt;
&lt;li&gt;Review and validation expectations&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;I wrote about this approach in a previous article: &lt;a href="https://dev.to/drottnings/beyond-coding-why-i-built-an-ai-harness-to-automate-my-development-lifecycle-567k"&gt;Beyond Coding: How I Built an AI Harness to Automate My Development Lifecycle&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What I’ve discovered is that once these guardrails are in place, smaller models become far more capable than many people expect. The model is no longer trying to guess what “good” looks like; the repository, architecture, and instructions already define the expectations. In many ways, the AI harness becomes a force multiplier.&lt;/p&gt;




&lt;h2&gt;
  
  
  Maybe We Are Optimizing the Wrong Thing
&lt;/h2&gt;

&lt;p&gt;When teams experience inconsistent AI results, the first reaction is often: &lt;em&gt;“Let’s use a bigger model.”&lt;/em&gt; Sometimes that’s the right decision, but I increasingly wonder whether we are overlooking a more important question: &lt;strong&gt;Have we created the right environment for the model to succeed?&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Prompt Quality Still Matters
&lt;/h3&gt;

&lt;p&gt;Another lesson from this experiment is that task clarity remains incredibly important. A well-described task can significantly reduce the gap between a flagship model and a smaller model. Most day-to-day software engineering tasks—refactoring, writing tests, creating documentation, or implementing known patterns—are not cutting-edge research problems. For these, a smaller model is often more than capable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Optimizing for Outcomes Instead of Benchmarks
&lt;/h2&gt;

&lt;p&gt;The AI industry naturally focuses on intelligence, but in production environments, the question isn’t &lt;em&gt;“Which model scored highest on a benchmark?”&lt;/em&gt; The questions are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Did the task get completed?&lt;/li&gt;
&lt;li&gt; Was the result maintainable?&lt;/li&gt;
&lt;li&gt; Did it follow project standards?&lt;/li&gt;
&lt;li&gt; Was the cost justified?&lt;/li&gt;
&lt;li&gt; Can the team scale its usage economically?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Sometimes the answer will be to use the most advanced model available. But increasingly, I’m finding that the better answer is: &lt;strong&gt;Use the least expensive model that can reliably solve the problem.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I’m still excited every time a new model is released, but this experiment reminded me that the goal isn’t to use the smartest model—it’s to get the best outcome. &lt;/p&gt;

&lt;p&gt;The AI industry spends a lot of time discussing model intelligence. I think we should spend more time discussing &lt;strong&gt;harness quality&lt;/strong&gt;. Because once the guardrails, standards, and context are in place, a model that’s 5.7× cheaper can sometimes deliver results that are just as good—or even better.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Beyond Coding: Why I Built an AI Harness to Automate My Development Lifecycle</title>
      <dc:creator>SabrinaM</dc:creator>
      <pubDate>Wed, 17 Jun 2026 15:00:12 +0000</pubDate>
      <link>https://dev.to/drottnings/beyond-coding-why-i-built-an-ai-harness-to-automate-my-development-lifecycle-567k</link>
      <guid>https://dev.to/drottnings/beyond-coding-why-i-built-an-ai-harness-to-automate-my-development-lifecycle-567k</guid>
      <description>&lt;p&gt;Most conversations about AI-assisted development focus on coding. Which model writes the best code? Which IDE has the best autocomplete? Which agent can generate an entire application from a prompt?&lt;/p&gt;

&lt;p&gt;After spending months experimenting with AI coding tools, I came to a different conclusion: &lt;strong&gt;The bottleneck wasn’t coding.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The bottleneck was everything surrounding coding. Planning, requirements analysis, architecture decisions, testing, code reviews, documentation, deployment preparation, and validation were still consuming most of my time. AI could generate code quickly, but turning that code into production-ready software remained a fragmented and highly manual process.&lt;/p&gt;

&lt;p&gt;That’s when I stopped thinking about AI as a coding assistant and started thinking about it as part of a development system. This led me to build an &lt;strong&gt;AI harness&lt;/strong&gt;: a structured workflow that orchestrates AI across the entire development lifecycle rather than treating code generation as an isolated activity.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem with AI Coding Assistants
&lt;/h2&gt;

&lt;p&gt;Most AI development workflows look something like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write a prompt&lt;/li&gt;
&lt;li&gt;Generate code&lt;/li&gt;
&lt;li&gt;Review the output&lt;/li&gt;
&lt;li&gt;Fix mistakes&lt;/li&gt;
&lt;li&gt;Generate more code&lt;/li&gt;
&lt;li&gt;Repeat&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This approach works surprisingly well for small tasks. However, as projects grow, several problems emerge:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requirements become unclear&lt;/li&gt;
&lt;li&gt;Context gets lost&lt;/li&gt;
&lt;li&gt;Architecture drifts over time&lt;/li&gt;
&lt;li&gt;Tests become inconsistent&lt;/li&gt;
&lt;li&gt;Documentation falls behind&lt;/li&gt;
&lt;li&gt;Code quality varies between sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result is often faster coding but not necessarily faster software delivery. I found myself spending significant time managing the AI rather than building software.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Insight: Build a System, Not a Prompt
&lt;/h2&gt;

&lt;p&gt;The breakthrough came when I stopped optimizing prompts and started optimizing the process. Instead of asking, &lt;em&gt;"How can I get AI to write better code?"&lt;/em&gt; I asked:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"How can I create a workflow that consistently produces high-quality software regardless of which AI model is being used?"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The answer was a harness that coordinates multiple development activities and enforces structure throughout the lifecycle.&lt;/p&gt;




&lt;h2&gt;
  
  
  What the AI Harness Does
&lt;/h2&gt;

&lt;p&gt;At a high level, the workflow looks like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feature Request&lt;/strong&gt; → &lt;strong&gt;Requirements Analysis&lt;/strong&gt; → &lt;strong&gt;Implementation Planning&lt;/strong&gt; → &lt;strong&gt;Code Generation&lt;/strong&gt; → &lt;strong&gt;Test Generation&lt;/strong&gt; → &lt;strong&gt;Validation&lt;/strong&gt; → &lt;strong&gt;Documentation&lt;/strong&gt; → &lt;strong&gt;Review &amp;amp; Approval&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Each stage produces artifacts that become inputs to the next stage. Rather than relying on a single massive prompt, the system breaks development into smaller, specialized steps. This reduces context overload and improves consistency.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Real Example
&lt;/h3&gt;

&lt;p&gt;Imagine receiving the following feature request: &lt;em&gt;"Add support for energy price forecasting to the application."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The harness does not immediately generate code. Instead, it:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Analyze Requirements:&lt;/strong&gt; The system identifies business objectives, functional requirements, technical dependencies, and potential edge cases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generate an Implementation Plan:&lt;/strong&gt; Before coding begins, the harness produces architecture updates, required services, database changes, API integrations, and a testing strategy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generate Code:&lt;/strong&gt; Only after planning is complete does implementation begin. Because the AI is working from a structured specification rather than a vague prompt, the generated code is significantly more aligned with project requirements.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generate Tests:&lt;/strong&gt; The harness automatically creates unit tests, integration tests, and validation scenarios.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Produce Documentation:&lt;/strong&gt; Technical documentation and implementation notes are generated alongside the code rather than being treated as an afterthought.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  What Worked Better Than Expected
&lt;/h2&gt;

&lt;p&gt;Several benefits emerged that I wasn’t initially optimizing for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Consistency:&lt;/strong&gt; The biggest improvement wasn’t speed; it was predictability. The system produces outputs that follow the same standards regardless of task complexity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced Context Switching:&lt;/strong&gt; Instead of constantly deciding what to do next, the workflow itself drives execution. This allows me to focus on higher-level decisions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better Knowledge Capture:&lt;/strong&gt; Every stage creates artifacts that document reasoning, decisions, and implementation details. The project becomes easier to understand over time rather than harder.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What Still Goes Wrong
&lt;/h2&gt;

&lt;p&gt;The system is far from perfect. AI still:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Misinterprets requirements&lt;/li&gt;
&lt;li&gt;Makes architectural assumptions&lt;/li&gt;
&lt;li&gt;Generates overly complex solutions&lt;/li&gt;
&lt;li&gt;Misses edge cases&lt;/li&gt;
&lt;li&gt;Produces tests that pass without validating the right behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is why human review remains essential. The goal is not autonomous development; the goal is amplifying developer effectiveness while maintaining engineering discipline.&lt;/p&gt;




&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;p&gt;If I were starting again today, I would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Invest more heavily in specifications.&lt;/li&gt;
&lt;li&gt;Add evaluation and validation earlier.&lt;/li&gt;
&lt;li&gt;Reduce unnecessary agent complexity.&lt;/li&gt;
&lt;li&gt;Improve observability across the workflow.&lt;/li&gt;
&lt;li&gt;Focus on process design before model selection.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ironically, model choice became less important as the harness matured. A well-structured process often produced better results than simply switching to a more capable model.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bigger Opportunity
&lt;/h2&gt;

&lt;p&gt;I believe the future of AI-assisted software development is not about replacing developers. It is about building systems that automate the repetitive coordination work surrounding software development. &lt;/p&gt;

&lt;p&gt;Coding is only one step in the lifecycle. Planning, testing, validation, documentation, and review are equally important. Organizations that treat AI as a development platform rather than a code generator will likely see the greatest long-term gains.&lt;/p&gt;

&lt;p&gt;The most valuable engineering skill may no longer be writing code faster. It may be designing workflows that allow humans and AI to work together effectively. That’s the real purpose of the AI harness I built.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>softwareengineering</category>
      <category>productmanagement</category>
      <category>techleadership</category>
    </item>
  </channel>
</rss>
