<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on anotherjesse.com</title><link>https://anotherjesse.com/categories/agents/</link><description>Recent content in Agents on anotherjesse.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 03 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://anotherjesse.com/categories/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Lazy AI Coding Bots</title><link>https://anotherjesse.com/posts/lazy-coders/</link><pubDate>Sat, 03 Dec 2022 00:00:00 +0000</pubDate><guid>https://anotherjesse.com/posts/lazy-coders/</guid><description>&lt;p&gt;I&amp;rsquo;ve added a new command to my telegram bot: &lt;code&gt;js&lt;/code&gt;. This command will ask GPT3 to generate javascript code and then run it.&lt;/p&gt;
&lt;p&gt;For instance if I say ask it to generate a function to reverse a string, it will create function that reverses the letters one at a time.&lt;/p&gt;
&lt;p&gt;&lt;img src="reverse.png" alt="GPT3 defines a function - the bot evaluates it and returns the result"&gt;&lt;/p&gt;
&lt;p&gt;As GPT3 tended to respond with code that defined functions, I realized I could build up a library of functions! And by sending the list of functions as context for further runs, further functions could be based on existing functions.&lt;/p&gt;</description></item></channel></rss>