<?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: Syed Akmal</title>
    <description>The latest articles on DEV Community by Syed Akmal (@sayasyedakmal).</description>
    <link>https://dev.to/sayasyedakmal</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%2F718352%2F5862b818-ce4e-489f-92a0-6a78e9327850.jpg</url>
      <title>DEV Community: Syed Akmal</title>
      <link>https://dev.to/sayasyedakmal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sayasyedakmal"/>
    <language>en</language>
    <item>
      <title>Decoding the New AI Lingo: Loops, Harnesses, Squads, Hill Climbing... Oh My!</title>
      <dc:creator>Syed Akmal</dc:creator>
      <pubDate>Thu, 03 Sep 2026 04:51:26 +0000</pubDate>
      <link>https://dev.to/sayasyedakmal/decoding-the-new-ai-lingo-loops-harnesses-squads-hill-climbing-oh-my-3kpe</link>
      <guid>https://dev.to/sayasyedakmal/decoding-the-new-ai-lingo-loops-harnesses-squads-hill-climbing-oh-my-3kpe</guid>
      <description>&lt;p&gt;&lt;em&gt;Summary of an article by Cassidy Williams, GitHub Blog (September 2, 2026), based on a GitHub Podcast episode.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Loop Engineering
&lt;/h2&gt;

&lt;p&gt;Building repeatable systems around AI agents instead of manually prompting one task at a time.&lt;/p&gt;

&lt;p&gt;Example: a scheduled loop that fetches issues, has an agent summarize them, checks the output, and escalates problems — basically an "AI-native cron job."&lt;/p&gt;

&lt;h2&gt;
  
  
  Ralph Loops
&lt;/h2&gt;

&lt;p&gt;A rougher version of loop engineering. You give an agent a detailed task (like a spec document) and let it keep working until done.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Useful for breaking big tasks into repeated plan-act-check cycles&lt;/li&gt;
&lt;li&gt;Can burn a lot of tokens and compute, since every retry costs more&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Squads and Fleets
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Squad&lt;/strong&gt;: a group of agents with different jobs (one plans, one checks the plan, one builds it, one tests, one reviews) — like a real team&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fleet&lt;/strong&gt;: multiple agents working in parallel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can run a squad within a fleet, either in parallel or in sequence. The point is splitting work by role instead of one agent doing everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Harnesses
&lt;/h2&gt;

&lt;p&gt;Everything around the AI model that makes it actually useful: tools, permissions, memory, context, orchestration.&lt;/p&gt;

&lt;p&gt;Named after horse harnesses — the model is the horse's raw power, the harness directs it safely. GitHub Copilot is an example: it connects the model to codebases, editors, pull requests, and terminals.&lt;/p&gt;

&lt;p&gt;"Harness engineering" means building and improving that surrounding system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hill Climbing
&lt;/h2&gt;

&lt;p&gt;The ongoing process of improving agents and harnesses using feedback and evals.&lt;/p&gt;

&lt;p&gt;Example: checking whether an agent reviewing pull requests actually finds real bugs, then adjusting the tooling to get better results.&lt;/p&gt;

&lt;h2&gt;
  
  
  Forward Deployed Engineer
&lt;/h2&gt;

&lt;p&gt;Not really a new role — it's a customer-facing engineer (sales/solutions engineer) who helps clients integrate technical solutions. Now often focused specifically on AI tools and agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  Closed Models vs. Open Weights vs. Open Source Models
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;What's available&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Closed models&lt;/td&gt;
&lt;td&gt;Only API/product access; no weights, data, or training process (most big frontier models)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open weight models&lt;/td&gt;
&lt;td&gt;Trained weights are downloadable and can run locally; training data/method may stay private&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open source models&lt;/td&gt;
&lt;td&gt;Model, code, data, and training process are all available for inspection and modification&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Takeaway
&lt;/h2&gt;

&lt;p&gt;These terms will keep evolving — some will stick, some won't. What matters more than the buzzwords is the underlying practice: can your workflow repeat reliably, how do you validate output, how much human oversight is needed, and how do you keep improving the system.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Source: &lt;a href="https://github.blog/ai-and-ml/decoding-the-new-ai-lingo-loops-harnesses-squads-hill-climbing-oh-my/" rel="noopener noreferrer"&gt;github.blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>automation</category>
      <category>github</category>
    </item>
  </channel>
</rss>
