<?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: Wasim Safdar</title>
    <description>The latest articles on Forem by Wasim Safdar (@wasim_safdar_1731d8369952).</description>
    <link>https://forem.com/wasim_safdar_1731d8369952</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%2F3934329%2F22660faa-49f5-457d-8116-ea49b5db5fea.png</url>
      <title>Forem: Wasim Safdar</title>
      <link>https://forem.com/wasim_safdar_1731d8369952</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/wasim_safdar_1731d8369952"/>
    <language>en</language>
    <item>
      <title>How I built AI Services on Apify Using LLMs</title>
      <dc:creator>Wasim Safdar</dc:creator>
      <pubDate>Sun, 17 May 2026 08:03:55 +0000</pubDate>
      <link>https://forem.com/wasim_safdar_1731d8369952/how-i-built-ai-services-on-apify-using-llms-22ek</link>
      <guid>https://forem.com/wasim_safdar_1731d8369952/how-i-built-ai-services-on-apify-using-llms-22ek</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;In this article, I will explore and share my personal experiences on how developers can leverage different AI models and their ecosystems to build &lt;strong&gt;multi-agent Actors&lt;/strong&gt; using Apify infrastructure. &lt;/p&gt;

&lt;p&gt;I will share the challenges I faced while developing actors for the &lt;strong&gt;$1M Apify challenge&lt;/strong&gt;, how Apify helped me solve them, and the lessons I learned during development.&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%2Fsnv20pdjqkxbran3eo47.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%2Fsnv20pdjqkxbran3eo47.png" alt="Apify connecting different AI technologies" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Topics:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Background&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;2. Why I joined Apify&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;3. Getting an idea for the $1M Apify challenge&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;4. AI Video Ads Generator&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;5. AI Video to Voiceover Generator&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;6. AI Ad Music Factory&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;7. AI YouTube Thumbnails Generator&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;8. Apify's Payment Model&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;9. Cost Calculation&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;10. Storage Option and Structured Output&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;11. Key Lessons Learned&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;12. Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  1. Background
&lt;/h1&gt;

&lt;p&gt;I am a freelance developer and an entrepreneur. I enjoy working on hobby projects to understand new technologies. Before participating in the &lt;strong&gt;Apify $1M Challenge&lt;/strong&gt;, I was developing a web-based hobby project focused on AI-powered image editing. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Challenges I faced during project development&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What technologies should I use? &lt;/li&gt;
&lt;li&gt;Which programming languages would be the best?&lt;/li&gt;
&lt;li&gt;Which AI models are good for image editing?&lt;/li&gt;
&lt;li&gt;What should the business model be?&lt;/li&gt;
&lt;li&gt;What type of database is required?&lt;/li&gt;
&lt;li&gt;Which payment gateway should I choose?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Above, I mentioned a few main challenges, but there were a lot of other challenges too. Once I figured out all the challenges, I began developing a web app using &lt;strong&gt;HTML&lt;/strong&gt; and &lt;strong&gt;JavaScript&lt;/strong&gt;. During my research, I discovered that the &lt;strong&gt;MediaPipe&lt;/strong&gt; framework provides powerful capabilities for image classification and segmentation. &lt;/p&gt;

&lt;p&gt;After understanding the &lt;strong&gt;MediaPipe&lt;/strong&gt; framework, I started experimenting with it by coding a small prototype web app that could detect features in the image, such as the face, hair, clothes, and the background.  &lt;/p&gt;

&lt;p&gt;After that, I passed the relevant information to an AI model. Initially, I tested with the &lt;strong&gt;OpenAI&lt;/strong&gt; model. After a few tries, I started getting positive results. However, the model was relatively slow, and it was changing facial identity and other parts of the image. &lt;/p&gt;

&lt;p&gt;As the project evolved, I shifted focus towards building a complete project. I implemented a subscription system, set up a project on Google Cloud, and used Firestore for authentication and storing data. &lt;/p&gt;

&lt;p&gt;To cut a long story short, after spending several months on development, when I was finally ready to launch my website, I encountered a new set of challenges. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The OpenAI model was slow for image generation at that time.&lt;/li&gt;
&lt;li&gt;I faced an issue with payment integration.&lt;/li&gt;
&lt;li&gt;I needed to purchase a separate domain name. &lt;/li&gt;
&lt;li&gt;Firestore updated its API for Google and Facebook authentication, which suddenly caused errors in my application. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To solve these challenges, I switched to &lt;strong&gt;Gemini&lt;/strong&gt; for better performance. I contacted my local bank about the payment integration issues and purchased the domain. &lt;/p&gt;

&lt;p&gt;When all things were done, and I was ready to launch my web app, &lt;strong&gt;Nano Banana&lt;/strong&gt; by Gemini was released. I cannot compete with big tech companies using their own technology; therefore, I had to make a tough decision and shut down the project. &lt;/p&gt;

&lt;h1&gt;
  
  
  2. Why I joined Apify
&lt;/h1&gt;

&lt;p&gt;Around this time, one of my former colleagues, who is based in Denmark and works as a marketing specialist, introduced me to Apify. &lt;br&gt;
He mentioned that it's a powerful platform for web crawling and asked for help to extract data from the &lt;strong&gt;Nordic Startup&lt;/strong&gt; website.&lt;/p&gt;

&lt;p&gt;This sparked my interest, and I started exploring &lt;strong&gt;Apify&lt;/strong&gt;. The Apify Academy has excellent documentation and tutorials on its website, which made my learning process smooth and practical. Check out their &lt;a href="https://docs.apify.com/academy" rel="noopener noreferrer"&gt;page&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;After learning and getting comfortable with the &lt;strong&gt;Apify&lt;/strong&gt; platform, I built my first &lt;strong&gt;Apify&lt;/strong&gt; Actor to extract data from the &lt;strong&gt;Nordic startup &lt;a href="https://thehub.io/" rel="noopener noreferrer"&gt;website&lt;/a&gt;&lt;/strong&gt;. I found that Apify is a highly scalable cloud infrastructure, and it provides developers with a user-friendly interface for writing custom code in Python and JavaScript. &lt;/p&gt;

&lt;p&gt;While working on my hobby project, I faced challenges such as setting up infrastructure, handling payments, managing authentication, and scaling AI models. I quickly realized that these challenges could be easily solved with the &lt;strong&gt;Apify&lt;/strong&gt; platform.&lt;/p&gt;

&lt;p&gt;Apify turned out to be an excellent platform for building multi-agent systems(MAS). It allows seamless integration with modern agentic frameworks like &lt;a href="https://www.langchain.com/langgraph" rel="noopener noreferrer"&gt;LangGraph&lt;/a&gt;, &lt;a href="https://crewai.com/" rel="noopener noreferrer"&gt;CrewAI&lt;/a&gt;, &lt;a href="https://www.together.ai/" rel="noopener noreferrer"&gt;TogetherAI&lt;/a&gt;, and &lt;a href="https://huggingface.co/" rel="noopener noreferrer"&gt;Hugging Face&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Compared to other platforms that I used to deploy AI models, the &lt;strong&gt;Apify&lt;/strong&gt; interface stood out because of its simplicity and efficiency. There is no need for a complex setup, and many essential components are already handled with the platform, such as payment handling, storage, database management, and user access.  &lt;/p&gt;

&lt;p&gt;Everything is built on its cloud platform. You can execute Actors for a few seconds to hours, days, depending on your needs. Apify reduces development time and allows users to easily test and use Actors directly from the &lt;a href="https://apify.com/store" rel="noopener noreferrer"&gt;Apify store&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Getting an idea for the Apify $1M challenge.
&lt;/h1&gt;

&lt;p&gt;After exploring Apify and based on my experience with previous hobby projects, I decided to build an AI service for the &lt;strong&gt;Apify $1M challenge&lt;/strong&gt;. After some brainstorming, I narrowed them down to these ideas. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI Video Ads Generator&lt;/li&gt;
&lt;li&gt;AI Video to Voiceover Generator&lt;/li&gt;
&lt;li&gt;AI Ad Music Factory&lt;/li&gt;
&lt;li&gt;AI YouTube Thumbnails Generator&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  4. AI Video Ads Generator
&lt;/h1&gt;

&lt;p&gt;My primary idea was to give marketing agencies and companies a cost-effective way to create high-quality video Ads for their social media campaigns on social media platforms like &lt;strong&gt;Instagram&lt;/strong&gt;, &lt;strong&gt;TikTok&lt;/strong&gt;, &lt;strong&gt;YouTube&lt;/strong&gt;, and &lt;strong&gt;Facebook&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of spending months building a full subscription-based web application handling infrastructure, payments, databases, authentication, and deployment, I could now focus on core functionality. &lt;/p&gt;

&lt;p&gt;With Apify's cloud platform: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;There is no need for complex infrastructure &lt;/li&gt;
&lt;li&gt;No need to manage databases or storage manually&lt;/li&gt;
&lt;li&gt;No need to implement payment systems or authentication from scratch&lt;/li&gt;
&lt;li&gt;No need to purchase or configure a separate domain &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is already available and integrated in the Apify platform.  By using the Apify cloud platform, I was able to avoid an expensive and complex setup. Apify saved me from a lot of operational overhead.&lt;/p&gt;

&lt;p&gt;The work that needs months to be completed can now be completed in a week, ready to be launched and tested on the Apify platform. Below is a screenshot of my Actor, &lt;a href="https://apify.com/peaceful_pushpins/ai-video-ads-generator" rel="noopener noreferrer"&gt;AI Video Ads Generator&lt;/a&gt;&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%2Fv4ugv5egnjycpawlmy3r.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%2Fv4ugv5egnjycpawlmy3r.png" alt="AI Video Ads Generator screenshort" width="800" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the Apify store, users can easily use different Actors without going through the complexity of subscriptions. Apify's pay-as-you-go model makes it simple and cost-effective to access and scale services as needed. &lt;/p&gt;

&lt;p&gt;Users can enter and upload various types of data, such as text, images, and files, through the Actor's input field. Check out the Actors input specification &lt;a href="https://docs.apify.com/platform/actors/development/actor-definition/input-schema/specification/v1" rel="noopener noreferrer"&gt;page&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  5. AI Video to Voiceover Generator
&lt;/h1&gt;

&lt;p&gt;My second idea was an &lt;a href="https://apify.com/peaceful_pushpins/ai-video-to-voiceover-generator" rel="noopener noreferrer"&gt;AI Video to Voiceover Generator&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Most AI-generated videos do not include voiceovers. For example, imagine a school teacher or a mother who wants to generate story videos for children. Does it make sense to hire a professional voiceover artist every time? &lt;/p&gt;

&lt;p&gt;This is the problem my Actor aims to solve. It allows users to easily generate voiceovers for their videos. Currently, the Actor supports videos between 3 and 10 seconds. Below are the screenshots of my Actor on the Apify store. &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%2F93w2p9y3mp4aizf99sww.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%2F93w2p9y3mp4aizf99sww.png" alt="AI Video to Voiceover Generator screenshot" width="800" height="486"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;50 different English voice notes are supported now. In the future, I will add voice tones of other languages. &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%2F7okpl3pa13svkvn3c8zr.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%2F7okpl3pa13svkvn3c8zr.png" alt="Different voice tones" width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One of the biggest advantages of using Apify is that it also provides an API endpoint for every Actor. Using these endpoints, developers can easily integrate Actors with automation tools such as &lt;a href="https://n8n.io/" rel="noopener noreferrer"&gt;n8n&lt;/a&gt;, &lt;a href="https://www.make.com/en" rel="noopener noreferrer"&gt;Make&lt;/a&gt;, and &lt;a href="https://zapier.com/" rel="noopener noreferrer"&gt;Zapier&lt;/a&gt;. Developers can also integrate one Actor with another Actor. For example, the &lt;strong&gt;AI Video to Voiceover Generator&lt;/strong&gt; can be integrated with the &lt;strong&gt;AI Video Ads Generator&lt;/strong&gt; to generate voiceovers for video Ads. &lt;/p&gt;

&lt;h1&gt;
  
  
  6. AI Ad Music Factory
&lt;/h1&gt;

&lt;p&gt;My third idea was focused on generating a music video using AI. AI Ad Music Factory enables users to create background music for advertisements, brand videos, and social media content within seconds. Below is a screenshot of the Actor. &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%2Fbs9c9c8nmqhl6utu4ikm.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%2Fbs9c9c8nmqhl6utu4ikm.png" alt="AI Ad Music Factory screenshot" width="800" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Using &lt;strong&gt;AI orchestration&lt;/strong&gt;, I developed this Actor so that the user can compose high-impact &lt;strong&gt;AI-Powered&lt;/strong&gt;  music for products, brands, advertisements, and social media videos or services. &lt;/p&gt;

&lt;p&gt;With this Actor, the user can: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate multiple lyrical variations&lt;/li&gt;
&lt;li&gt;Generate different music compositions for each set of lyrics&lt;/li&gt;
&lt;li&gt;Define the style, mood, and direction of music using prompts&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  7. AI YouTube Thumbnails Generator
&lt;/h1&gt;

&lt;p&gt;This Actor generates high-impact, high-performance AI-generated thumbnails from YouTube video URLs. &lt;/p&gt;

&lt;p&gt;It reads the content of your YouTube video and also takes input from the user on what kind of thumbnail the user wants to generate. Using an AI orchestration layer, it can generate 100 thumbnails at one time. Below is a screenshot of this Actor. &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%2F0pjtdzcwh5h84u67akaz.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%2F0pjtdzcwh5h84u67akaz.png" alt="AI YouTube Thumbnails Generator screenshot" width="800" height="489"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://apify.com/peaceful_pushpins/ai-youtube-thumbnails-generator" rel="noopener noreferrer"&gt;AI YouTube Thumbnails Generator&lt;/a&gt; supports 3 reference images. You can upload your own photo to show in the thumbnail, and also upload 2 more photos to guide the subject, background, and composition. It supports premium and basic AI models that you can choose from.&lt;/p&gt;

&lt;h1&gt;
  
  
  8. Apify's Payment Model
&lt;/h1&gt;

&lt;p&gt;One of the biggest advantages of Apify is its simple and transparent payment structure. &lt;/p&gt;

&lt;p&gt;Most websites that provide AI services rely on monthly or yearly subscription-based models. Even though they show a low subscription rate, once you start using their service, they start charging you more, depending on the number of tokens used and other hidden factors. Then you need to buy more credits to complete your work.&lt;/p&gt;

&lt;p&gt;All the above complexity of the payment structure is eliminated by the &lt;strong&gt;Apify&lt;/strong&gt; brilliant &lt;strong&gt;Pay-Per-Event&lt;/strong&gt; model, which is also a requirement for the Apify $1M challenge. With this approach, users only pay for specific events, typically tied to successful results. &lt;/p&gt;

&lt;p&gt;There is no need to subscribe, manage credits, or worry about unused capacity. This model is not only simpler but also more cost-effective. &lt;/p&gt;

&lt;h1&gt;
  
  
  9. Cost Calculation
&lt;/h1&gt;

&lt;p&gt;If you are a developer planning to build an AI service on Apify, it is important to consider the overall cost structure carefully. Check out the Apify documentation for pricing &lt;a href="https://docs.apify.com/platform/actors/publishing/monetize/pricing-and-costs" rel="noopener noreferrer"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Here are the key factors to keep in mind. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI API cost based on different models&lt;/li&gt;
&lt;li&gt;Apify platform charges&lt;/li&gt;
&lt;li&gt;Testing and debugging cost&lt;/li&gt;
&lt;li&gt;Competitor pricing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI services are provided by multiple vendors such as &lt;strong&gt;Together AI&lt;/strong&gt;, &lt;strong&gt;WaveSpeedAI&lt;/strong&gt;, &lt;strong&gt;Google Cloud&lt;/strong&gt;, &lt;strong&gt;Hugging Face&lt;/strong&gt;, and &lt;strong&gt;ElevenLabs&lt;/strong&gt;. AI models provided by different vendors have different pricing structures. These typically depend on factors such as token usage, model complexity, prompt length, and operational costs.&lt;/p&gt;

&lt;p&gt;Using the Apify "Pay-Per-Event" model, you can define pricing based on specific actions within your Actor. &lt;/p&gt;

&lt;h1&gt;
  
  
  10. Storage Option and Structured Output
&lt;/h1&gt;

&lt;p&gt;Apify cloud infrastructure provides better storage capabilities and allows you to present output data in a structured and user-friendly format. &lt;/p&gt;

&lt;p&gt;There is no need to set up and manage a separate database. Everything can be handled directly within the platform. &lt;/p&gt;

&lt;p&gt;As a developer, you can: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create temporary directories to store intermediate files during execution.&lt;/li&gt;
&lt;li&gt;Use the Apify Key-Value store to save generated assets such as images and videos&lt;/li&gt;
&lt;li&gt;Retrieve and store data using unique IDs&lt;/li&gt;
&lt;li&gt;Display outputs in a structured format for end users&lt;/li&gt;
&lt;li&gt;Allow users to easily download generated files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Below is a screenshot of one of my Apify Actor outputs.&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%2Fijobwlisonz10l4eyjt5.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%2Fijobwlisonz10l4eyjt5.png" alt="Actor's structured output" width="800" height="481"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  11. Key Lessons Learned
&lt;/h1&gt;

&lt;p&gt;Instead of overthinking or waiting for the perfect idea, starting with a hobby project helped me to understand real-world challenges in AI development. &lt;/p&gt;

&lt;p&gt;Building a full SaaS product from scratch, such as handling payments, databases, authentication, and deployment, can take several months. Choosing Apify significantly reduced this overhead, and you can start generating revenue quickly, and can test your idea with real users. &lt;/p&gt;

&lt;h1&gt;
  
  
  12. Conclusion
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Apify&lt;/strong&gt; is an excellent platform for developers who want to build fast and launch quickly. &lt;/p&gt;

&lt;p&gt;If you are a developer looking to create an AI application, instead of diving into the complexities of full-stack web development, consider using Apify. It allows you to focus on building core functionality without worrying about infrastructure, payments, or deployments. &lt;/p&gt;

&lt;p&gt;Every challenge in this journey pushed me towards a better solution. I highly recommend exploring Apify's documentation and following their tutorials to get started. Once you begin building, you will quickly realize how powerful and enjoyable the platform is to work with. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>machinelearning</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
