<?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>Forem: Mohit</title>
    <description>The latest articles on Forem by Mohit (@hack_rnd).</description>
    <link>https://forem.com/hack_rnd</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%2F2742063%2Febdbe283-4ec9-49d2-80eb-eebe16da0d4a.png</url>
      <title>Forem: Mohit</title>
      <link>https://forem.com/hack_rnd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hack_rnd"/>
    <language>en</language>
    <item>
      <title>Movie Genie</title>
      <dc:creator>Mohit</dc:creator>
      <pubDate>Tue, 21 Jan 2025 13:21:46 +0000</pubDate>
      <link>https://forem.com/hack_rnd/movie-genie-1ekh</link>
      <guid>https://forem.com/hack_rnd/movie-genie-1ekh</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://srv.buysellads.com/ads/long/x/T6EK3TDFTTTTTT6WWB6C5TTTTTTGBRAPKATTTTTTWTFVT7YTTTTTTKPPKJFH4LJNPYYNNSZL2QLCE2DPPQVCEI45GHBT" rel="noopener noreferrer"&gt;Agent.ai&lt;/a&gt; Challenge: Full-Stack Agent (&lt;a href="https://dev.to/challenges/agentai"&gt;See Details&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Movie Genie is an AI agent that recommends popular and top rated movies based on user preferences!                                                            &lt;/p&gt;

&lt;p&gt;How it works: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ask user their preferences for movie recommendation &lt;/li&gt;
&lt;li&gt;Create structured output based on the user query&lt;/li&gt;
&lt;li&gt;Search movies via TMDB API using parameters extracted from the user query&lt;/li&gt;
&lt;li&gt;Generate HTML card layout using the API response &lt;/li&gt;
&lt;li&gt;Return HTML response to the user &lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://agent.ai/agent/movie-genie" rel="noopener noreferrer"&gt;https://agent.ai/agent/movie-genie&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Agent.ai Experience
&lt;/h2&gt;

&lt;p&gt;Agent.ai builder is a powerful platform to create AI agents quickly and share with the world. By allowing to assemble multiple agents, agent.ai is truly creating a professional network for agents. &lt;/p&gt;

&lt;p&gt;Below are some observations while using the builder: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It provides a comprehensive set of "Actions" to implement the workflow of the agent. However, the actions can only be executed sequentially. Allowing parallel actions can be a huge improvement. &lt;/li&gt;
&lt;li&gt;"Get user input" action allows only one input element at a time (for eg. textbox, text-area, dropdown etc.). Multiple elements can make it better (for eg. form input). &lt;/li&gt;
&lt;li&gt;Latency is high for LLM calls. I initially used GPT-4o for generating the final HTML response and it was taking a lot of time. Replacing it with llama-3.3-70b made it a bit better. GPT-4o was however great for generating structured output. &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>agentaichallenge</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
