<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Twilio on Ryan Orban</title><link>https://ryanorban.com/categories/twilio/</link><description>Recent content in Twilio on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/twilio/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Call an AI Friend Using GPT-3 with Twilio Voice</title><link>https://ryanorban.com/notes/ai-friend-gpt3-twilio/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/ai-friend-gpt3-twilio/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This tutorial (from July 2022, bookmarked in December) walks through building an AI friend you can actually call on the phone using GPT-3, Twilio Voice, and Twilio Functions. When you call the number, Twilio&amp;rsquo;s speech-to-text converts your speech to text, passes it to GPT-3 via the OpenAI API, gets a text response, and uses text-to-speech to speak it back. The entire pipeline runs in Twilio Functions (serverless), so there&amp;rsquo;s no infrastructure to manage.&lt;/p&gt;</description></item><item><title>DIY Home Automation Using Twilio, PowerSwitch, Arduino, and Pusher</title><link>https://ryanorban.com/notes/diy-home-automation-twilio-arduino/</link><pubDate>Tue, 21 Aug 2012 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/diy-home-automation-twilio-arduino/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;A 2012 tutorial from the Twilio blog showing how to build a DIY home automation system by wiring together four components: Twilio for SMS-based remote control, a PowerSwitch Tail relay board for safely switching household electrical devices, an Arduino microcontroller as the local control logic, and Pusher for real-time status updates in a web dashboard.&lt;/p&gt;</description></item></channel></rss>