<?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: Richard MacManus</title>
    <description>The latest articles on DEV Community by Richard MacManus (@ricmac).</description>
    <link>https://dev.to/ricmac</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%2F447135%2F48eb257d-d83b-4177-9e82-202513ccddc7.jpg</url>
      <title>DEV Community: Richard MacManus</title>
      <link>https://dev.to/ricmac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ricmac"/>
    <language>en</language>
    <item>
      <title>Ahmad Osman on why local AI is catching up</title>
      <dc:creator>Richard MacManus</dc:creator>
      <pubDate>Thu, 02 Jul 2026 14:10:36 +0000</pubDate>
      <link>https://dev.to/dailycontext/ahmad-osman-on-why-local-ai-is-catching-up-59ko</link>
      <guid>https://dev.to/dailycontext/ahmad-osman-on-why-local-ai-is-catching-up-59ko</guid>
      <description>&lt;p&gt;&lt;a href="https://www.ahmadosman.com/about/" rel="noopener noreferrer"&gt;Ahmad Osman&lt;/a&gt; has been advocating for local AI — running models on your own computer, workstation or dedicated hardware — long before it became a major theme at this year’s &lt;a href="https://www.ai.engineer/worldsfair/2026" rel="noopener noreferrer"&gt;AI Engineer World’s Fair&lt;/a&gt;. He is also the founder of &lt;a href="https://osmantic.com/" rel="noopener noreferrer"&gt;Osmantic&lt;/a&gt;, a company building open source software for deploying and operating local AI systems.&lt;/p&gt;

&lt;p&gt;One of the themes emerging from AIEWF is that open source LLMs are becoming increasingly credible alternatives to large, proprietary frontier models. Since most local AI systems depend on open models, that shift strengthens the case Osman has been making. As he told Latent Space, “the gap between open-source models and closed-frontier models keeps shrinking.”&lt;/p&gt;

&lt;p&gt;Osman makes the argument even more explicitly on a website called &lt;a href="https://opensourceaimustwin.com/" rel="noopener noreferrer"&gt;Open Source AI Must Win&lt;/a&gt;, where he writes that “the ability to study, build, repair, deploy, audit, adapt, teach, preserve, and run intelligence systems without asking permission is of existential importance.”&lt;/p&gt;

&lt;p&gt;At AIEWF, Osman ran a two-part workshop on local LLMs and workstation agents. The sessions showed how quickly the field is moving — from models running on phones and laptops, to dedicated GPU workstations and enterprise infrastructure.&lt;/p&gt;

&lt;p&gt;The interest in Osman’s workshops was not limited to hardware hobbyists, either. Attendees ranged from students considering their first AI-capable machine to enterprise executives thinking about model routing, private infrastructure and control over company data.&lt;/p&gt;

&lt;p&gt;In the following Q&amp;amp;A, Osman explains why local AI is attracting more attention, how the model and hardware landscape has changed, and why he expects more developers and enterprises to begin treating local AI as serious infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making Local AI Tangible
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Can you summarize what the workshops were about and what attendees were looking for?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ahmad Osman:&lt;/strong&gt; It was a two-part workshop, and there was more demand than we had space for. Some people unfortunately had to be turned away.&lt;/p&gt;

&lt;p&gt;I came in with a website we had prepared to demonstrate local AI. It was essentially a hardware arena where people could compare systems such as the DGX Spark, AMD Strix Halo machines and other devices. You could run them against one another, or compare them with a frontier cloud model, and see the performance, output quality, speed and latency for yourself.&lt;/p&gt;

&lt;p&gt;The main idea was to make local AI feel real. There is still a perception of it that dates back to 2022, when the models were much less capable. But everything has improved substantially since then.&lt;/p&gt;

&lt;p&gt;There is still a lag behind frontier models — perhaps four to eight months — but local and open models are catching up. We wanted people to interact with these systems rather than just hear a theoretical argument about them.&lt;/p&gt;

&lt;p&gt;The software behind the demo is open source and available on GitHub. The second workshop went further into setting it up and showing the full system in action.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Model Is Only One Part Of The System
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; What is missing when people think of local AI as simply running a model on their own machine?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; There is a big misconception about products such as ChatGPT or Claude Code. They come with a complete infrastructure around the model and around the agent. It is not just one thing.&lt;/p&gt;

&lt;p&gt;A friend of mine bought an RTX 5090 to run Qwen 3.5 locally. He connected Claude Code to the model and asked it to change the RGB lighting on the GPU, but it failed. He then used the hosted Claude Code service, and it worked.&lt;/p&gt;

&lt;p&gt;I asked whether he had given the local model internet search access. He had not. The model’s training data had a cutoff date, while the software and documentation he needed had since changed.&lt;/p&gt;

&lt;p&gt;Once we gave the local system access to a search endpoint, it was able to complete the task.&lt;/p&gt;

&lt;p&gt;That is the point: when you use a hosted agent, you are not only using a model. You are using search, tools, infrastructure and other services around it.&lt;/p&gt;

&lt;p&gt;With our open source deployment system, we are trying to provide the complete experience — from a chat interface and document ingestion to agents, harnesses and search tools. That end-to-end layer has been lacking in the local AI ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Interest Spans Students, Enthusiasts And Enterprises
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Who came to the workshop? Were they mainly hardware enthusiasts, or people trying to build privacy-based applications?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; It was a very wide audience.&lt;/p&gt;

&lt;p&gt;At the end of the second workshop, a student asked me what hardware she should buy before going to college. An executive from Intel asked how we could get the software running on Windows in a particular way to improve the user experience.&lt;/p&gt;

&lt;p&gt;Some people were enthusiasts. Others had very enterprise-focused questions. The common thread was interest in running something they can control, whether that means a model on a MacBook, a GPU at home or a dedicated cluster of high-end enterprise hardware.&lt;/p&gt;

&lt;p&gt;People asked about enterprise model routing, data collection, traces, agent sandboxing and latency. Others asked how many GPUs I have at home. The answer is 22 RTX 3090s.&lt;/p&gt;

&lt;p&gt;The breadth of interest surprised me. This was my first AI workshop, and I was lucky enough to do two of them back to back.&lt;/p&gt;

&lt;h2&gt;
  
  
  You May Not Need To Buy A GPU
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Do developers need to go out and buy GPUs to experiment with local AI?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; It depends on the size of the model you want to use.&lt;/p&gt;

&lt;p&gt;You can run a four-bit Qwen model on a MacBook. At the other extreme, a very large frontier-class open model might require several RTX Pro 6000 GPUs.&lt;/p&gt;

&lt;p&gt;But the broader trend is that models are becoming much more efficient. On a modern phone, you can now run a model that outperforms systems people were using in the cloud only a couple of years ago, without using all of the device’s memory.&lt;/p&gt;

&lt;p&gt;That shows how far model efficiency has come in a relatively short time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Models And Hardware Are Improving Together
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Is the progress mainly coming from better software and models, or from hardware as well?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; The models have improved dramatically.&lt;/p&gt;

&lt;p&gt;Architectures are becoming more efficient, and many small improvements compound. Once a frontier lab demonstrates that a capability is possible, the open source ecosystem can work backwards from that and find ways to reproduce it more efficiently.&lt;/p&gt;

&lt;p&gt;We are seeing models with tens of billions of parameters deliver performance that would previously have required much larger systems. Some of those models can run on an RTX 3090 released in 2020. Two years ago, that level of capability on that hardware would not have been realistic.&lt;/p&gt;

&lt;p&gt;This is still a very new field, and we do not know the end state. But we know the systems will continue to improve.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rise Of Hybrid And Sovereign AI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Do you expect more applications to combine local and cloud AI?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; Yes. Edge models are going to become more popular, and this is not only about consumers.&lt;/p&gt;

&lt;p&gt;Enterprises are increasingly aware that the models they depend on may not always remain available to them in the same form. Providers can change quality, pricing, access or policies.&lt;/p&gt;

&lt;p&gt;That creates an incentive to move toward dedicated hardware and secure compute. It does not necessarily have to sit on premises. A company can use dedicated, colocated hardware that it controls.&lt;/p&gt;

&lt;p&gt;The benefit is that the quality of the model does not unexpectedly change, access cannot simply be removed, and the company retains control over its intellectual property, data, privacy and compliance obligations.&lt;/p&gt;

&lt;p&gt;Open source models are also continuing to close the gap with frontier proprietary systems. We have seen a rapid progression through Llama, Mistral, Qwen, DeepSeek, GLM and Kimi models. Each generation narrows the gap.&lt;/p&gt;

&lt;h2&gt;
  
  
  Specialized Models May Be The Real Opportunity
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Where do you think this leads for businesses?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Osman:&lt;/strong&gt; I have believed for some time that smaller, specialized models are the future for many business use cases.&lt;/p&gt;

&lt;p&gt;An enterprise may begin with a general model and collect traces, messages and feedback from how employees use it. Over time, that data can support a more specialized model tuned to the company’s particular work.&lt;/p&gt;

&lt;p&gt;That can improve performance, reduce costs and make the system more useful for the business.&lt;/p&gt;

&lt;p&gt;I also think open source model companies may increasingly monetize through licensing for fine-tuning, reinforcement learning or specialized commercial deployments.&lt;/p&gt;

&lt;p&gt;As more companies move away from relying entirely on cloud APIs and secure their own compute, these labs will have an incentive to keep releasing strong open models while capturing value when businesses adapt them for proprietary use cases.&lt;/p&gt;

&lt;p&gt;The broader direction is toward greater sovereignty: companies and individuals controlling their models, compute and data, while still benefiting from the rapid progress of the open source ecosystem.&lt;/p&gt;

</description>
      <category>aie</category>
      <category>ai</category>
    </item>
    <item>
      <title>Warp CEO Zach Lloyd on why software factories are the next phase of coding</title>
      <dc:creator>Richard MacManus</dc:creator>
      <pubDate>Wed, 01 Jul 2026 14:28:23 +0000</pubDate>
      <link>https://dev.to/dailycontext/warp-ceo-zach-lloyd-on-why-software-factories-are-the-next-phase-of-coding-17k6</link>
      <guid>https://dev.to/dailycontext/warp-ceo-zach-lloyd-on-why-software-factories-are-the-next-phase-of-coding-17k6</guid>
      <description>&lt;p&gt;I’ve been covering Warp for a couple of years now, and its rapid evolution from a command-line interface tool to a &lt;a href="https://www.latent.space/p/aiewf-daily-dispatch-loops" rel="noopener noreferrer"&gt;software factory&lt;/a&gt; platform has been fascinating to watch. The company began in the pre-ChatGPT days, in mid-2021, as a Rust-based terminal. Then when AI hit, it turned into &lt;a href="https://ricmac.org/2025/02/26/warp-launches-ai-first-native-terminal-app-for-windows/" rel="noopener noreferrer"&gt;a terminal with integrated coding agents&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;But the competition among CLI tools has dramatically increased in recent years, including from Claude Code, Codex CLI, and Gemini CLI — three products backed by massive tech companies. This likely led to Warp’s decision to &lt;a href="https://www.warp.dev/newsroom/2026/4/28/warp-open-sources-its-agentic-development-environment" rel="noopener noreferrer"&gt;open-source its core CLI tool&lt;/a&gt; in April this year.&lt;/p&gt;

&lt;p&gt;I’m a Warp user myself, finding it a much more sophisticated tool than my native Mac CLI. But I also admire the company’s ability to adapt to the times — a trait I spotted in CEO Zach Lloyd during my first interview with him a couple of years ago. So I was keen to catch up with him at the AI Engineer World’s Fair this week, where he presented a keynote session on software factories, the new term for orchestrating a team (ahem, a &lt;em&gt;factory&lt;/em&gt;) of agents.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.warp.dev/" rel="noopener noreferrer"&gt;Warp&lt;/a&gt; has a new agent orchestration platform called &lt;a href="https://www.warp.dev/oz" rel="noopener noreferrer"&gt;Oz&lt;/a&gt;. It’s the company’s answer to what Lloyd believes is an industry transition, from engineers working interactively with agents to automated systems that continuously triage, implement, review, verify and monitor software changes. Oz is intended to connect multiple models and coding harnesses across local environments and isolated cloud sandboxes, while fitting into tools developers already use.&lt;/p&gt;

&lt;p&gt;I spoke to Lloyd just after he made his presentation on-stage, which you can &lt;a href="https://www.youtube.com/live/htM02KMNZnk?si=uhrS4ZX2COBbTem9&amp;amp;t=18296" rel="noopener noreferrer"&gt;view on YouTube&lt;/a&gt; — it’s a good primer to what software factories are. In our one-on-one discussion, we get into the reasons Warp made its software factory pivot, how Lloyd came up with the term (independently, it seems, from similar companies — like &lt;a href="https://factory.ai/" rel="noopener noreferrer"&gt;Factory&lt;/a&gt;), and why he expects most significant software projects to operate some form of automated factory within the next year.&lt;/p&gt;

&lt;h2&gt;
  
  
  From individual agents to an automated development loop
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; When did you first come across the term “software factory,” and what attracted you to the concept?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zach Lloyd:&lt;/strong&gt; I can’t remember exactly when I started conceiving of it in those terms, but it was within the last six months, as the ability to automate software development became more complete.&lt;/p&gt;

&lt;p&gt;We started with more one-off automation: run an agent in the cloud. A lot of platforms began there. Then it became: run an agent in the cloud on a timer.&lt;/p&gt;

&lt;p&gt;The next question was, what is the most valuable loop to automate? The answer is basically the main loop of software engineering: triage, specification, implementation, review, verification, shipping and monitoring.&lt;/p&gt;

&lt;p&gt;We began building toward this cloud-automation vision about a year ago, before we started building Oz. Over the past few months, the industry has also begun coalescing around the ‘factory’ term. There is an entire software-factory track at this conference.&lt;/p&gt;

&lt;p&gt;It is literally what we are gearing our product around. In the next version of Oz, you will set up your factory, see what it looks like and manage the factory floor.&lt;/p&gt;

&lt;p&gt;But I don’t care that much whether the term sticks. The essential shift is from interactive development to automated development. “Factory” is a useful metaphor for that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the factory around existing workflows
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; In your presentation, you showed a software-factory stack containing several of your own products. Is Warp’s plan to provide the tools that make up that stack?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; Yes. When you enter Oz, our cloud-agent platform, you will be walked through setting up a factory.&lt;/p&gt;

&lt;p&gt;You choose your repositories, the parts of the software lifecycle you want to automate, and the points where humans should be brought into the loop. Different organizations and codebases will have different preferences. Do you fully automate code review? Do you have humans review certain high-risk changes?&lt;/p&gt;

&lt;p&gt;The system then starts creating the loop. It might pull issues from Jira or Linear, let people submit them through Slack or Teams, and allow developers to redirect an agent from GitHub.&lt;/p&gt;

&lt;p&gt;What is interesting from a product perspective is that most of the factory is not necessarily a new interface. It is an integration into people’s existing workflows. That is how we are conceiving it, at least.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Warp is moving beyond the terminal
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; When I first wrote about Warp, it was building a modern terminal. Code is still important now, but increasingly it is being produced by agents. It looks like Warp has broadened its product vision accordingly...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; One hundred percent. A good way to think about it is that the company’s mission has stayed the same since we founded it. It has always been about empowering developers and companies to ship better software more quickly.&lt;/p&gt;

&lt;p&gt;The product has evolved tremendously. It began as a modern version of the terminal, before the current AI wave. The next iteration was a terminal with agents built into it, which we are still investing in and which we have now open-sourced.&lt;/p&gt;

&lt;p&gt;But the world keeps changing. The underlying AI improves so quickly that my view of the future is what I described in the talk: the interactive component is going to become less important.&lt;/p&gt;

&lt;p&gt;As a company, you will want a central place where software gets built and where you can measure the efficiency of that process. I’m not afraid to redirect what the product becomes. As the underlying technology gets better, companies that do not adapt are going to be left behind.&lt;/p&gt;

&lt;h2&gt;
  
  
  Factory engineering as a new discipline
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; The word “factory” may be off-putting to some developers, given its connotations with mechanism and rote work. What feedback have you received from AI engineers about this pivot?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; The concept resonates strongly with the economic buyer — the person running the engineering team.&lt;/p&gt;

&lt;p&gt;For an individual engineer, it can sound mechanized and uncreative. They may think: “I enjoy coding. Why would I want to work in a factory?”&lt;/p&gt;

&lt;p&gt;One point I tried to communicate in the talk is that this will become a new engineering discipline. I think it can be extremely interesting if you view the job as meta-engineering: building the system that builds the product.&lt;/p&gt;

&lt;p&gt;It uses many of the same problem-solving skills. You are asking why an agent performs one task well and another poorly. How should you adjust its feedback? What context does it need? How should the workflow change?&lt;/p&gt;

&lt;p&gt;But, for better or worse, the power of these systems and their ability to accelerate software development are so great that writing everything by hand is not going to make sense for much longer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where forward-deployed engineers fit
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Another trend at the conference is &lt;a href="https://www.latent.space/p/forward-deployed-engineers-aiewf" rel="noopener noreferrer"&gt;forward-deployed engineering&lt;/a&gt;, which often combines aspects of product management, consulting and traditional engineering. How does that fit into the software-factory model?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; Standing up a software factory potentially involves integrating with a large number of existing systems, depending on the company.&lt;/p&gt;

&lt;p&gt;The factory will work most effectively when it has context from those systems and is integrated throughout the organization’s workflow. A lot of forward-deployed engineering work in this area is effectively a transformation project.&lt;/p&gt;

&lt;p&gt;It requires real engineering from someone who understands how to configure and deploy one of these systems. We do some of that, and some of our competitors do as well.&lt;/p&gt;

&lt;p&gt;I don’t know what the final state will look like. Warp is approaching it more as a platform business than a services business. But there is certainly a business today in sending smart people into a company to transform its workflow using these products.&lt;/p&gt;

&lt;h2&gt;
  
  
  Warp as the test bed for Oz
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; I use Warp as my terminal, including for some coding tasks. What happens to the original Warp CLI product in the software-factory era?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; When we open-sourced Warp, we put the repository under the control of Oz. We built a software factory around the open-source project, using our own factory platform.&lt;/p&gt;

&lt;p&gt;We are still trying to improve Warp as much as possible. We are doing it with the community, and we are doing a lot of it with agents. In that sense, Warp is a test bed for the factory concept.&lt;/p&gt;

&lt;p&gt;But it is also a product used by almost a million developers, many of whom rely on it as their primary development environment. We use it constantly ourselves, and we still have internal engineers whose job is to improve it. We are simply approaching that work with a factory mindset.&lt;/p&gt;

&lt;h2&gt;
  
  
  Gradual automation, not an overnight replacement
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; What do you expect the next year to look like, in terms of adoption of software factories?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; This will not happen all at once. Engineers are not going to wake up one morning and discover that a software factory has replaced their jobs.&lt;/p&gt;

&lt;p&gt;Companies will start with specific use cases, certain types of issues or lower-risk repositories. Those are places where they may be comfortable not having a human review every single line of code.&lt;/p&gt;

&lt;p&gt;They will see how it performs. Then the engineering challenge becomes: instead of merging 20% of pull requests automatically, can we get to 30%, 40%, 50% or 60%?&lt;/p&gt;

&lt;p&gt;There will still be a remaining percentage of work done by people because it is too difficult, ambiguous or dependent on greenfield thinking.&lt;/p&gt;

&lt;p&gt;But I think this shift will happen over the next year. My prediction is that every significant software project will have some engine of code — something resembling a factory — continuously driving it forward.&lt;/p&gt;

&lt;p&gt;It will become similar to GitHub or CI/CD: a standard part of how serious software projects operate. I would be surprised if that did not happen.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start by automating the annoying parts
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; There are thousands of AI engineers at this conference. What should they do to prepare for this shift?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lloyd:&lt;/strong&gt; Instead of only building the product directly, try building some automation toward a factory and see what it feels like.&lt;/p&gt;

&lt;p&gt;Suppose you want an agent to implement incoming user issues automatically. What is involved in making that work? What prevents you from adopting it?&lt;/p&gt;

&lt;p&gt;Perhaps code review is the bottleneck. Perhaps the agent is making changes, but you cannot clearly see what it did. You only discover those problems by trying to build the loop.&lt;/p&gt;

&lt;p&gt;Get out of the mindset of building everything by hand. Find an annoying part of your job and try to create a loop that handles it for you using a factory approach.&lt;/p&gt;

</description>
      <category>aie</category>
      <category>ai</category>
      <category>cli</category>
    </item>
    <item>
      <title>AIEWF Daily Dispatch: Loops, Software Factories &amp; Forward Deployed Engineers</title>
      <dc:creator>Richard MacManus</dc:creator>
      <pubDate>Wed, 01 Jul 2026 04:46:21 +0000</pubDate>
      <link>https://dev.to/dailycontext/aiewf-daily-dispatch-loops-software-factories-forward-deployed-engineers-365h</link>
      <guid>https://dev.to/dailycontext/aiewf-daily-dispatch-loops-software-factories-forward-deployed-engineers-365h</guid>
      <description>&lt;center&gt;&lt;em&gt;Agents are here to serve you in the software factory.&lt;/em&gt;&lt;/center&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Loops, loops and more loops. That word, loop, dominated conversations on day 2 of the &lt;a href="https://www.ai.engineer/worldsfair/2026" rel="noopener noreferrer"&gt;AI Engineer World’s Fair&lt;/a&gt; — the first full day of keynotes and sessions. Perhaps knowing in advance what everyone would be talking about, AIEWF cofounder swyx titled his opening talk, “Loopcraft: The Art of Stacking Loops.”&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/swyx"&gt;@swyx&lt;/a&gt; began by commenting on the evolution of AI engineering from 2022: from chat, to tools, to goals. “These days, we’re all about automations,” he added. “We’re all about cron jobs and loops.”&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp9x3sp0kosc2an1w1loa.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp9x3sp0kosc2an1w1loa.jpeg" width="800" height="481"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Allie Howe, a member of technical staff for Keycard, then introduced the main stage track for the day: Software Factories. She referenced Geoffrey Huntley’s influential article, “&lt;a href="https://ghuntley.com/loop/" rel="noopener noreferrer"&gt;everything is a ralph loop&lt;/a&gt;,” a theory about turning an AI coding agent into a persistent worker by repeatedly restarting it against the same spec.&lt;/p&gt;

&lt;p&gt;Pablo Castro from Microsoft then talked about Foundry, the company’s “AI app and agent factory.” He claimed that a “learning loop” occurs when people and agents work together.&lt;/p&gt;

&lt;p&gt;OpenAI’s Alexander Embiricos and Romain Huet were next on, and they focused a lot on Codex, the company’s coding agent. One point they made was that using multiple agents via loops can result in enhanced productivity.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhh5i1zllig3mv1067fgh.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhh5i1zllig3mv1067fgh.jpeg" width="800" height="531"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;“There will be a lot of talk today about loops,” Embiricos said. “And if you can connect the agent to not only the work that you have to do, but &lt;em&gt;why&lt;/em&gt; it has to be done, that’s how you can get the agent to start to begin much more work. And then if you can connect it to what you do afterwards, review and deploy, that’s how you help it land much more work.”&lt;/p&gt;

&lt;p&gt;This segued to a presentation by Peter Steinberger, the “ClawFather” of OpenClaw, now working for OpenAI. He too was all-in on loops, noting that he designs loops to manage agents. He added that deciding what to pay attention to is his main challenge nowadays — and that the future is “better loops” to help solve this issue.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn0y3mwfzq1qwzoy5cxj0.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn0y3mwfzq1qwzoy5cxj0.jpeg" width="800" height="531"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Software factories
&lt;/h2&gt;

&lt;p&gt;All this talk of looping led naturally to the concept of “software factories,” the subject of a presentation by Tereza Tížková from a company called Factory. She defined a software factory as “the whole loop, the whole lifecycle of developing software with autonomy.” She added that this doesn’t mean just coding, but also “collecting all the signals, reacting to user feedback [and] to logs, prioritizing what’s important, then orchestrating it all.”&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7all4uu6hk0bkrz0qcup.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7all4uu6hk0bkrz0qcup.jpeg" width="800" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Zach Lloyd from Warp also spoke about software factories; in fact, his thesis was that “software engineering will become factory engineering.” Loops in Lloyd’s framing were about improving the system.&lt;/p&gt;

&lt;p&gt;In both Tížková and Lloyd’s talks, the emphasis was on having the agents doing the building for you. “You’ll be building the thing that builds the product,” was how Lloyd put it.&lt;/p&gt;

&lt;p&gt;Afterwards, I went down to Warp’s booth in the AIEWF expo hall and spoke to Lloyd about software factories. I particularly wanted to know why Warp, which began as a CLI tool for developers, has pivoted into a ‘software factory’ platform where developers aren’t supposed to do coding anymore.&lt;/p&gt;

&lt;p&gt;“The way to think of the factory is, like, pick your repos, pick the parts of the lifecycle that you want to automate, pick the ways in which you want humans to be brought into the loop,” Lloyd told me. “And different organizations [and] code bases will have different preferences for, like, do you fully automate code review [or] do you have humans do hard coding, stuff like that.”&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnue9d0ak4zsqze1dxvfs.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnue9d0ak4zsqze1dxvfs.jpeg" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I noted that the term “factory” might be offputting to many developers, since it implies mechanized rote work — much different from the creative era of coding we’ve just come from. Lloyd recognizes this is a challenge, but he argues software factories will become a new discipline of engineering — and that it still requires problem solving.&lt;/p&gt;

&lt;p&gt;“For better or worse, the power of these systems is so great and the ability to accelerate is so strong that just writing stuff by hand...I don’t think it’s going to make sense for very much longer,” he said.&lt;/p&gt;

&lt;p&gt;(For more from Zach Lloyd on software factories, stay tuned for a Latent Space interview to publish shortly.)&lt;/p&gt;

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

&lt;p&gt;Related to loops and software factories, another theme from AIEWF today was the trendy new role of Forward Deployed Engineers. In &lt;a href="https://www.latent.space/p/forward-deployed-engineers-aiewf" rel="noopener noreferrer"&gt;an interview with Natalie Meurer&lt;/a&gt;, Head of Agent Engineering at Sierra, I established that FDEs are also sometimes called “agent engineers.” The main point is to help organizations adapt to agents, from a development perspective.&lt;/p&gt;

&lt;p&gt;Meurer pointed out that a lot of the work of integrating AI into companies these days is in orchestrating agents.&lt;/p&gt;

&lt;p&gt;“In practice, most customer-specific work takes place at the orchestration layer rather than in the models themselves,” she told me.&lt;/p&gt;

&lt;p&gt;Cursor’s VP of Forward Deployed Engineering, Pauline Brunet, also ran a session today at AIEWF, in which she positioned FDE as part of the shift to software factories. “We partner with your organization to co-design and co-build your AI software factory,” she said. “We transform how you design, develop, and maintain software across your entire life cycle.”&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F36bfukbwmhdp8o5qupiz.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F36bfukbwmhdp8o5qupiz.jpeg" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(More insights from Brunet coming in an upcoming Q&amp;amp;A.)&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source AI
&lt;/h2&gt;

&lt;p&gt;Another key theme from AIEWF today was the rise of open source AI. Zixuan Li, the head of intriguing new Chinese company Z.ai, was due to make an appearance at the conference. Because of travel issues, he couldn’t make it in person. He did make a virtual presentation, though, focusing on the company’s groundbreaking open LLM, GLM-5.2 — its “flagship model for long-horizon tasks.”&lt;/p&gt;

&lt;p&gt;He also introduced ZCode, a harness that “supports all frontier models.” Li compared it specifically to OpenAI’s Codex.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe0vb08p8yjhreuatqx83.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe0vb08p8yjhreuatqx83.jpeg" width="800" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HuggingFace’s Thomas Wolf then interviewed Olive Song from Chinese company MiniMax, which recently released its latest open-weight model, M3.&lt;/p&gt;

&lt;p&gt;Open source AI is a big reason why &lt;a href="https://www.latent.space/p/ahmad-osman-local-ai" rel="noopener noreferrer"&gt;local AI is becoming more popular&lt;/a&gt;. Ahmad Osman is the founder of Osmantic, a company building open source software for deploying and operating local AI systems. He spoke to us today and noted that open models have improved dramatically in recent times.&lt;/p&gt;

&lt;p&gt;“Architectures are becoming more efficient, and many small improvements compound,” he said. “Once a frontier lab demonstrates that a capability is possible, the open source ecosystem can work backwards from that and find ways to reproduce it more efficiently.”&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Those were the big trends from day 2 of the AI Engineer World’s Fair. I’ll be back tomorrow with all the action and analysis from day 3. Don’t forget to &lt;a href="https://www.youtube.com/@aiDotEngineer/streams" rel="noopener noreferrer"&gt;tune into the keynotes&lt;/a&gt; on YouTube if you’re following from work or home.&lt;/p&gt;

</description>
      <category>aie</category>
      <category>software</category>
    </item>
    <item>
      <title>Forward Deployed Engineers and the future of software engineering</title>
      <dc:creator>Richard MacManus</dc:creator>
      <pubDate>Wed, 01 Jul 2026 00:20:18 +0000</pubDate>
      <link>https://dev.to/dailycontext/forward-deployed-engineers-and-the-future-of-software-engineering-jll</link>
      <guid>https://dev.to/dailycontext/forward-deployed-engineers-and-the-future-of-software-engineering-jll</guid>
      <description>&lt;p&gt;&lt;em&gt;Cover Image: Sierra’s Natalie Meurer at the AI Engineer World’s Fair today.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/in/nataliemeurer/" rel="noopener noreferrer"&gt;Natalie Meurer&lt;/a&gt; is Head of Agent Engineering at Sierra, where she leads a global team of more than 120 engineers building conversational AI agents for enterprise customer service. Before joining Sierra, she worked in technology policy, taught herself to code and spent five years at Palantir.&lt;/p&gt;

&lt;p&gt;Forward deployed engineering (FDE) was one of the tracks running at today’s &lt;a href="https://www.ai.engineer/worldsfair/2026" rel="noopener noreferrer"&gt;AI Engineer World’s Fair&lt;/a&gt;. As Meurer explained to Latent Space before the session she presented, FDE began as a model for placing highly technical employees close to customers. But the title now covers a wide range of roles across the AI industry — including what Sierra calls the &lt;strong&gt;agent engineer&lt;/strong&gt; : an engineer who combines systems integration and agent development with an understanding of customer operations, product, and the end-user experience.&lt;/p&gt;

&lt;p&gt;In this Q&amp;amp;A, Meurer argues that FDE is defined more by accountability than by a particular skill set, adding that product and customer-facing engineering may be starting to converge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Defining forward deployed engineering
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; What is your definition of a forward deployed engineer?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Natalie Meurer:&lt;/strong&gt; That is really the point of my session: the role lacks a consistent definition.&lt;/p&gt;

&lt;p&gt;If you look at its historical trajectory through to the present, it is more clearly defined by accountability to customers than by the shape of the role or the work you are doing.&lt;/p&gt;

&lt;p&gt;There is power in having that accountability. But the range of associated skill sets has become so broad that it can almost become nonsensical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; How did you get into this kind of role?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; I began in technology policy. I was a policy nerd who learned to code on the side, which earned me a role as an engineer on the privacy team at Palantir.&lt;/p&gt;

&lt;p&gt;I spent about five years there, working across law enforcement, defence and infrastructure engineering. I then went to business school because I wanted to bring the business dimension into the mix. After that, I joined Sierra and founded the agent engineering function.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Sierra calls them agent engineers
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Did Palantir’s forward deployed engineering model influence the role at Sierra?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; Somewhat, although we intentionally called the role &lt;strong&gt;agent engineer&lt;/strong&gt; , rather than forward deployed engineer.&lt;/p&gt;

&lt;p&gt;Forward deployed engineering can mean so many things. We thought the title should capture the shape of the technical work, rather than only the customer-obsession element. That is why we chose agent engineer.&lt;/p&gt;

&lt;p&gt;I see agent engineering as either a subset of, or adjacent to, forward deployed engineering. It describes a more specific form of customer-facing engineering focused on developing agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  What an agent engineer does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; What does your team do when working with a customer?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; Sierra builds conversational AI agents for inbound and outbound customer service. Our work includes integrating customer systems with low-latency voice and chat agents, as well as agents that operate over email.&lt;/p&gt;

&lt;p&gt;The role requires technical skills such as data integration, but it also requires taste. You need to understand what sounds good and what will feel human when you are designing a voice agent. That element is particular to agent engineering.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Does an engagement begin with a defined use case, or do you help the customer decide what to build?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; We conduct discovery with our customers. We try to find the intersection between problems that are genuinely difficult — because we are good at difficult problems — and problems that will have a meaningful business impact.&lt;/p&gt;

&lt;p&gt;In financial services, for example, that might begin with dispute processing. It is complex and needs to be done correctly, but it is also a high-emotional-intelligence interaction. If somebody sees a fraudulent charge on their credit card statement, they may be frightened, and the agent needs to calm them down.&lt;/p&gt;

&lt;p&gt;Almost every Sierra customer is also somewhere on the trajectory towards using an agent as its front-door interactive voice response system: the first entity that answers when a customer calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hard work is often above the model layer
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; How much of the work involves the underlying AI models?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; We think of our agents as an orchestrated constellation of models. Internally, we are constantly evaluating the best model for a particular job, and we bring the best of that work to our customers.&lt;/p&gt;

&lt;p&gt;In practice, most customer-specific work takes place at the orchestration layer rather than in the models themselves. We sometimes integrate with a customer’s own models, and we also help customers use the platform and build agents themselves.&lt;/p&gt;

&lt;p&gt;A lot of the work involves helping them apply their internal knowledge and context.&lt;/p&gt;

&lt;h2&gt;
  
  
  Custom deployments and reusable patterns
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; How much of the work is customer-specific, and how much can be reused?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; It is a mixture of both.&lt;/p&gt;

&lt;p&gt;Every customer is building an agent that is intentionally specific to its organization. It should represent the best possible interaction with that particular brand.&lt;/p&gt;

&lt;p&gt;Other capabilities are more reproducible. Answering questions from a knowledge base, for example, is a fairly universal problem. We also have industry experts across financial services, healthcare, travel and hospitality, and retail who bring domain knowledge and best practices.&lt;/p&gt;

&lt;p&gt;But the fundamental appeal of what we are selling is something custom. We have seen large organizations across industries reach production in as little as 40 to 60 days.&lt;/p&gt;

&lt;p&gt;Each agent is still customized around the customer’s APIs, systems, standard operating procedures, brand and tone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Agents as enterprise systems
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Is agent development becoming primarily an orchestration problem?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; There are many different flavours of multi-agent architecture. The term “agent” can refer to the entity that answers the phone, but it can also refer to a sub-agent or even a single prompt equipped with tools.&lt;/p&gt;

&lt;p&gt;Every enterprise we work with wants to know how it can maintain everything its agentic ecosystem is capable of doing. It needs to manage all the integrations and all the teams that contribute to the agent.&lt;/p&gt;

&lt;p&gt;Part of that is a change-management problem.&lt;/p&gt;

&lt;p&gt;At Sierra, we tend to think of a single agent as managing the entire customer interaction, regardless of the particular subtask involved. We call those subtasks &lt;strong&gt;journeys&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Enterprises nevertheless need a way for hundreds or thousands of people to contribute to these systems, understand what is changing and follow a discrete release process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Product engineering and FDE are converging
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; As companies develop more internal expertise, how will the FDE role evolve?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; I think it will remain customer-facing. But when code becomes cheap to author, it also becomes easier to translate customer insights directly into a product.&lt;/p&gt;

&lt;p&gt;Product engineering and forward deployed engineering are therefore converging in some respects — at least among the best people in each role.&lt;/p&gt;

&lt;p&gt;If you are a product engineer, you should be talking to customers. If you are a forward deployed engineer, you should be building the product. I think that is new.&lt;/p&gt;

&lt;p&gt;Being customer-facing will remain important. Even if you had an AGI-like reasoning model that could work out how to perform a process each time, you would still need to encode that process appropriately.&lt;/p&gt;

&lt;p&gt;You do not want the system independently figuring out how to handle an order return for the 100,000th time that week. You want a consistent process that it follows.&lt;/p&gt;

&lt;p&gt;That makes customer service different from some other agentic use cases. A coding agent is often trying to solve a new problem for the first time. In customer service, you are solving essentially the same problem, framed slightly differently, perhaps 100,000 times a week.&lt;/p&gt;

&lt;p&gt;That creates a different need for both the platform and the partner helping the customer encode its rules. Agents will become easier to build, but there will always be a place for people who can work with customers and translate what they learn into the product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why generalists may become more valuable
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Will developers increasingly need product and customer-facing skills?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; That is my belief. I think the best developers will develop those skills.&lt;/p&gt;

&lt;p&gt;Many people are asking what the engineering role will look like in one or two years. One view is that specialists will become even more important because they possess knowledge that is not readily available to an agent.&lt;/p&gt;

&lt;p&gt;The other view, which I lean towards, is that generalists will become more valuable.&lt;/p&gt;

&lt;p&gt;Forward deployed engineering has historically been the classic generalist role because it combines engineering with the customer-facing nature of the job.&lt;/p&gt;

&lt;p&gt;Forward deployed engineers — or agent engineers — therefore inhabit one of the most forward-looking areas in AI and engineering.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Latent Space:&lt;/strong&gt; Could “agent engineer” eventually become the default term?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meurer:&lt;/strong&gt; I am not sure. I expect engineering as a whole to move towards a more holistic definition, one that may incorporate more of what we currently call forward deployed engineering.&lt;/p&gt;

&lt;p&gt;The market currently has go-to-market engineers, forward deployed engineers, agent engineers and AI engineers.&lt;/p&gt;

&lt;p&gt;I think all of those will become different parts of the engineering craft. We will also discover entirely new jobs for engineers to do.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>career</category>
      <category>softwareengineering</category>
    </item>
  </channel>
</rss>
