<?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: Owen F</title>
    <description>The latest articles on DEV Community by Owen F (@owen_fletcher_ed62504a43f).</description>
    <link>https://dev.to/owen_fletcher_ed62504a43f</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%2F3950834%2Fe4394e46-3448-41b8-b252-552e553e7421.jpg</url>
      <title>DEV Community: Owen F</title>
      <link>https://dev.to/owen_fletcher_ed62504a43f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/owen_fletcher_ed62504a43f"/>
    <language>en</language>
    <item>
      <title>How IBM Bob Became My Everyday Coding Companion</title>
      <dc:creator>Owen F</dc:creator>
      <pubDate>Mon, 25 May 2026 14:14:47 +0000</pubDate>
      <link>https://dev.to/owen_fletcher_ed62504a43f/how-ibm-bob-became-my-everyday-coding-companion-1kp</link>
      <guid>https://dev.to/owen_fletcher_ed62504a43f/how-ibm-bob-became-my-everyday-coding-companion-1kp</guid>
      <description>&lt;p&gt;AI coding tools are everywhere right now.&lt;/p&gt;

&lt;p&gt;Every week there’s a new assistant promising to write your code faster, automate your workflow, and somehow turn a 3-hour debugging session into a 30-second task.&lt;/p&gt;

&lt;p&gt;I’ve tried quite a few of them, but one tool that has genuinely changed how I work day-to-day is IBM Bob.&lt;/p&gt;

&lt;p&gt;What I like most is that it doesn’t feel like a separate tool I have to constantly manage. It sits directly inside my IDE — in my case VS Code — and quietly helps throughout the day without interrupting how I normally work.&lt;/p&gt;

&lt;p&gt;And honestly, that’s what makes it useful.&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.amazonaws.com%2Fuploads%2Farticles%2F5bpfhnikke3c6l9bygpj.png" 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.amazonaws.com%2Fuploads%2Farticles%2F5bpfhnikke3c6l9bygpj.png" alt=" " width="165" height="252"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  It Removes a Lot of the “Small Friction”
&lt;/h2&gt;

&lt;p&gt;A huge amount of software development isn’t actually writing brand new code.&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;remembering syntax&lt;/li&gt;
&lt;li&gt;searching for examples&lt;/li&gt;
&lt;li&gt;refactoring repetitive blocks&lt;/li&gt;
&lt;li&gt;fixing small mistakes&lt;/li&gt;
&lt;li&gt;writing boilerplate&lt;/li&gt;
&lt;li&gt;understanding unfamiliar code&lt;/li&gt;
&lt;li&gt;translating ideas into working implementations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;IBM Bob helps with all of that.&lt;/p&gt;

&lt;p&gt;Instead of constantly switching tabs to search documentation or Stack Overflow, I can stay focused in the editor and ask for help directly where I’m working.&lt;/p&gt;

&lt;p&gt;That context switching adds up more than people realise.&lt;/p&gt;

&lt;p&gt;Even saving a few seconds repeatedly throughout the day makes coding feel smoother and less mentally draining.&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.amazonaws.com%2Fuploads%2Farticles%2Fj5es9jtu55fb1t1uxsul.png" 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.amazonaws.com%2Fuploads%2Farticles%2Fj5es9jtu55fb1t1uxsul.png" alt=" " width="693" height="329"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  It Feels More Like Pair Programming Than Automation
&lt;/h2&gt;

&lt;p&gt;What surprised me most is that IBM Bob doesn’t feel like it’s trying to replace developers.&lt;/p&gt;

&lt;p&gt;It feels more like having a second developer sitting beside you.&lt;/p&gt;

&lt;p&gt;Sometimes I use it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;explain unfamiliar code&lt;/li&gt;
&lt;li&gt;generate a starting point for a feature&lt;/li&gt;
&lt;li&gt;clean up messy functions&lt;/li&gt;
&lt;li&gt;suggest better variable names&lt;/li&gt;
&lt;li&gt;write tests&lt;/li&gt;
&lt;li&gt;debug strange behaviour&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important thing is that it keeps momentum going.&lt;/p&gt;

&lt;p&gt;When you hit a wall while coding, productivity drops fast. Even small blockers can completely derail focus. IBM Bob helps reduce those interruptions so I can stay in flow longer.&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.amazonaws.com%2Fuploads%2Farticles%2Fxfueq4qb69cnv4qr4jj2.png" 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.amazonaws.com%2Fuploads%2Farticles%2Fxfueq4qb69cnv4qr4jj2.png" alt=" " width="661" height="356"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Biggest Productivity Gain Is Mental Energy
&lt;/h2&gt;

&lt;p&gt;People often talk about AI tools purely in terms of speed.&lt;/p&gt;

&lt;p&gt;But for me, the biggest benefit is actually reduced mental fatigue.&lt;/p&gt;

&lt;p&gt;At the end of a long day, even experienced developers get tired of repetitive tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;writing the same structures repeatedly&lt;/li&gt;
&lt;li&gt;searching docs for tiny details&lt;/li&gt;
&lt;li&gt;fixing predictable mistakes&lt;/li&gt;
&lt;li&gt;manually transforming code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;IBM Bob takes care of enough of those smaller tasks that I can spend more energy on actual problem solving.&lt;/p&gt;

&lt;p&gt;That changes the overall experience of development.&lt;/p&gt;

&lt;p&gt;Coding feels less exhausting and more creative.&lt;/p&gt;

&lt;h2&gt;
  
  
  It Helps Me Start Faster
&lt;/h2&gt;

&lt;p&gt;One underrated benefit of AI coding assistants is removing the “blank page” problem.&lt;/p&gt;

&lt;p&gt;Starting a feature is often harder than finishing it.&lt;/p&gt;

&lt;p&gt;With IBM Bob, I can describe what I want, generate a rough implementation, and then refine it from there. Even when the generated code isn’t perfect, having a starting point speeds things up massively.&lt;/p&gt;

&lt;p&gt;It’s easier to improve something than create everything from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  It’s Not About Replacing Skill
&lt;/h2&gt;

&lt;p&gt;There’s a lot of discussion around AI replacing developers, but I think tools like IBM Bob are most valuable when they amplify existing skills rather than replace them.&lt;/p&gt;

&lt;p&gt;You still need to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;understand architecture&lt;/li&gt;
&lt;li&gt;review code carefully&lt;/li&gt;
&lt;li&gt;make design decisions&lt;/li&gt;
&lt;li&gt;debug edge cases&lt;/li&gt;
&lt;li&gt;think critically&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The difference is that you spend less time on repetitive work and more time solving meaningful problems.&lt;/p&gt;

&lt;p&gt;That’s where the productivity boost really comes from.&lt;/p&gt;

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

&lt;p&gt;IBM Bob has become one of those tools I barely think about anymore because it naturally fits into my workflow.&lt;/p&gt;

&lt;p&gt;It’s there when I need help.&lt;br&gt;
It speeds up repetitive tasks.&lt;br&gt;
It helps me stay focused.&lt;br&gt;
And it reduces a surprising amount of daily friction.&lt;/p&gt;

&lt;p&gt;For me, that’s the real value of AI in software development — not replacing developers, but helping us work with a little more clarity, speed, and momentum every day.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ibm</category>
      <category>bob</category>
    </item>
  </channel>
</rss>
