<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>lesterbotello.dev</title>
    <link>https://lesterbotello.dev/</link>
    <description>Recent content on lesterbotello.dev</description>
    <image>
      <title>lesterbotello.dev</title>
      <url>https://lesterbotello.dev/images/profile-new.png</url>
      <link>https://lesterbotello.dev/images/profile-new.png</link>
    </image>
    <generator>Hugo -- 0.148.1</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 08 Mar 2026 00:00:00 -0500</lastBuildDate>
    <atom:link href="https://lesterbotello.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AI is not replacing you, it&#39;s promoting you</title>
      <link>https://lesterbotello.dev/posts/20260308/</link>
      <pubDate>Sun, 08 Mar 2026 00:00:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20260308/</guid>
      <description>&lt;p&gt;If you’ve been following the recent labor market impact assessments—specifically the &lt;a href=&#34;https://www.anthropic.com/research/labor-market-impacts&#34;&gt;latest research from Anthropic&lt;/a&gt;—the numbers look startling at first glance. Computer programmers are listed at the very top of the &amp;ldquo;exposed&amp;rdquo; list, with a staggering 75% of our tasks identified as being within the reach of AI automation.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Share of job tasks that LLMs could theoretically perform (blue area) - Source: Anthropic&#34; loading=&#34;lazy&#34; src=&#34;https://lesterbotello.dev/posts/20260308/c1952c81bca02a7c8cc05ef7801e67ca60831c55-4096x4096.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;But as someone who has navigated the industry for over two decades, I can&amp;rsquo;t shake the feeling that I’ve kind of seen this movie before. Long before I started coding, assembler experts were alarmed with the rise of COBOL and Fortran. Flashforward a few decades and the rise of IDEs were the new cause of panic, followed by the &amp;ldquo;low-code&amp;rdquo; movement, and the offshore outsourcing waves a few years later. Each time, the narrative is the same: The end of the software development career is near.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Beating AI Choice Paralysis - How to Choose the Best AI Model for Your Needs</title>
      <link>https://lesterbotello.dev/posts/20251219/</link>
      <pubDate>Fri, 19 Dec 2025 00:00:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20251219/</guid>
      <description>&lt;p&gt;If you’ve taken a look at the current landscape of Artificial Intelligence lately, you’ve probably felt it. You have a compelling use case, you know what problem to solve and you know you can use AI to solve it. But then, it hits you: &amp;ldquo;Should I use GPT-5.2? Wouldn&amp;rsquo;t it be too expensive? What about Gemini? OK but WHICH Gemini? Flash, Pro? Which version? Or should I probably go with something better trained for my specific needs?&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setting up the new Uno Platform&#39;s MCP Servers</title>
      <link>https://lesterbotello.dev/posts/20251129/</link>
      <pubDate>Sat, 29 Nov 2025 22:00:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20251129/</guid>
      <description>&lt;p&gt;As I write this, .NET Conf is just behind us. As it&amp;rsquo;s mandatory every year, there is an endless string of announcements around .NET 10, C# 14, AI building blocks, and a revamped and rebranded Aspire, among many other topics. I&amp;rsquo;ll be covering some of that in the next few articles, but in today&amp;rsquo;s post, I&amp;rsquo;d like to take a closer look at a different announcement from the Uno Platform team: &lt;a href=&#34;https://platform.uno/blog/uno-platform-6-4/&#34;&gt;Uno Platform 6.4&lt;/a&gt;. This release introduces (among many other things) two new MCP Servers, which promise to make it a lot easier to create awesome stuff by pairing Uno Platform with your favorite agentic AI tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Make your AI prompts collaborative with VS Code and Promptitude</title>
      <link>https://lesterbotello.dev/posts/20251104/</link>
      <pubDate>Tue, 04 Nov 2025 09:26:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20251104/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re working in a project in active development, you&amp;rsquo;re probably doing a lot of tasks that you&amp;rsquo;ve done before and/or will likely be doing again in the future. For example, you might need to add functionality to your app to call a given REST API, deserialize its JSON response to create a DTO and then transform it into a domain object. You&amp;rsquo;ll likely need to do the exact same process everytime you need to connect to a new endpoint, since the endpoint, the returned data and its purpose itself will be different, but the implementation steps will remain unchanged. Interestingly, this particular task is very common in software development in general, and one could argue that automating this process would be beneficial for any project of the same type.&lt;/p&gt;</description>
    </item>
    <item>
      <title>An MCP Server written in C#? Yes, sir!</title>
      <link>https://lesterbotello.dev/posts/20251022/</link>
      <pubDate>Wed, 22 Oct 2025 10:00:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20251022/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re a C# developer chances are you already have the tools you need to build an MCP server from scratch. No, really. If you&amp;rsquo;re a C# dev, it&amp;rsquo;s likely that you already have VS Code and .NET installed in your system. This is really enough. In this article I&amp;rsquo;ll walk you through creating your own MCP server using just that.&lt;/p&gt;
&lt;h2 id=&#34;what-youll-need&#34;&gt;What you&amp;rsquo;ll need&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://dotnet.microsoft.com/en-us/download&#34;&gt;.NET 9.0 SDK or higher.&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://code.visualstudio.com/&#34;&gt;Visual Studio Code&lt;/a&gt; is recommended, but you can also use any code editor or .NET IDE you want.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;preparing-the-project&#34;&gt;Preparing the project.&lt;/h2&gt;
&lt;p&gt;For this example, we&amp;rsquo;ll build a super simple MCP server that we&amp;rsquo;ll use to convert between currencies using &lt;a href=&#34;https://fixer.io&#34;&gt;fixer.io&lt;/a&gt;. It&amp;rsquo;s a free, simple and lightweight API that provides current and historical exchange rates between any currencies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yes, your AI agent can be a .NET cross-platform expert</title>
      <link>https://lesterbotello.dev/posts/20250817/</link>
      <pubDate>Sun, 17 Aug 2025 10:00:00 -0500</pubDate>
      <guid>https://lesterbotello.dev/posts/20250817/</guid>
      <description>&lt;p&gt;Today I&amp;rsquo;d like to show you how to make your AI agent better at ANY framework or programming language you choose for your project and to get the optimal results by leveraging the tools these AI agents put at our disposal.&lt;/p&gt;
&lt;h2 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#introduction&#34;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#context-as-a-substitute-for-training&#34;&gt;Context as a substitute for training&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#setup-the-project&#34;&gt;Setup the project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#prepare-instructions-for-the-agent&#34;&gt;Prepare instructions for the agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#add-supplementary-documents&#34;&gt;Add supplementary documents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#lets-put-it-to-the-test&#34;&gt;Let&amp;rsquo;s put it to the test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#conclusion&#34;&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s no doubt that coding is one of the primary targets of leading AI models. Recent iterations of known models such as GPT-5 are significantly more focused on helping developers deliver quality code. However, the knowledge of these models seem to be better when the platform of choice is less complex and requires less &amp;ldquo;homework&amp;rdquo;. But what happens when you NEED to take advantage of a powerful but complex cross-platform framework in which a little bit of documentation can make everything easier?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
