<?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>DEV Community: Rens Wunnink</title>
    <description>The latest articles on DEV Community by Rens Wunnink (@flyingdutchman).</description>
    <link>https://dev.to/flyingdutchman</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%2F1191447%2F5c513ca4-7e2b-4ee7-b21b-a6d2298e6f53.png</url>
      <title>DEV Community: Rens Wunnink</title>
      <link>https://dev.to/flyingdutchman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/flyingdutchman"/>
    <language>en</language>
    <item>
      <title>⚙️ I Built 7 AI Apps in 7 Days Using Gemini (Dev Log + Insights)</title>
      <dc:creator>Rens Wunnink</dc:creator>
      <pubDate>Sun, 22 Mar 2026 15:34:41 +0000</pubDate>
      <link>https://dev.to/flyingdutchman/i-built-7-ai-apps-in-7-days-using-gemini-dev-log-insights-3d27</link>
      <guid>https://dev.to/flyingdutchman/i-built-7-ai-apps-in-7-days-using-gemini-dev-log-insights-3d27</guid>
      <description>&lt;p&gt;There’s a lot of noise around AI right now.&lt;/p&gt;

&lt;p&gt;So instead of consuming more content, I decided to run a simple experiment:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Build 7 AI apps in 7 days using a “vibe coding” workflow.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;No overengineering.&lt;br&gt;&lt;br&gt;
No long planning cycles.&lt;br&gt;&lt;br&gt;
Just rapid prototyping with AI.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Stack &amp;amp; Approach
&lt;/h2&gt;

&lt;p&gt;Everything was built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Google Developer Studio&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gemini&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prompt-driven development (instead of traditional architecture-first)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal wasn’t clean architecture or production-ready systems.&lt;/p&gt;

&lt;p&gt;It was to test:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;How far can you push rapid AI app development in 24-hour cycles?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  ⚡ Constraints
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;7 days&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;7 apps&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;~1 day per build&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Focus on working prototypes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mix of experiments + practical tools&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This forced decisions around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;speed vs structure&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;prompting vs coding&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;workflows vs features&lt;/p&gt;&lt;/li&gt;
&lt;/ul&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%2Fwzvkocjw2vpyr7bebkui.jpeg" 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%2Fwzvkocjw2vpyr7bebkui.jpeg" alt="AI development showcase 7 apps in 7 days with Gemini" width="768" height="1376"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🧩 The 7 Apps (Quick Breakdown)
&lt;/h2&gt;

&lt;p&gt;Keeping this high-level on purpose — each one could be its own deep dive.&lt;/p&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://intel4ai.com/ai/how-to-build-an-ai-image-generator-with-google-gemini-supercarme-case-study/" rel="noopener noreferrer"&gt;SuperCarMe&lt;/a&gt;&lt;/strong&gt; –
Prompt → image pipeline for generating hyper-realistic “you + supercar” visuals.
Focus: prompt engineering + image generation consistency.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://intel4ai.com/ai-image-generators/youtube-to-infographics-in-1-minute/" rel="noopener noreferrer"&gt;Infographics Video Killer&lt;/a&gt;&lt;/strong&gt; –
YouTube URL → structured summary → infographic-style output.
Focus: parsing, summarization, formatting pipelines.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://intel4ai.com/ai/how-to-create-webgl-shaders-with-ai-a-beginner-guide-to-ai-assisted-shader-coding/" rel="noopener noreferrer"&gt;AI Assisted Shadertoy&lt;/a&gt;&lt;/strong&gt; –
Generate shader code with AI and iterate visually.
Focus: AI-assisted code generation + creative tooling.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://intel4ai.com/ai/how-to-find-local-business-leads-with-ai-leads-near-me-automation-guide/" rel="noopener noreferrer"&gt;YouTube Thumbnail Maker&lt;/a&gt;&lt;/strong&gt; – 
Text prompt → thumbnail concepts optimized for CTR.
Focus: generative design + conversion-oriented outputs.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://intel4ai.com/ai/how-to-build-an-ai-blog-writing-tool-with-gemini-automate-research-seo-and-article-writing/" rel="noopener noreferrer"&gt;&lt;strong&gt;BlogMaster&lt;/strong&gt;&lt;/a&gt; – 
Keyword → structured outline → full article generation.
Focus: chaining prompts + SEO-aware generation.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://intel4ai.com/ai/color-book-genius-free-online-ai-coloring-page-generator/" rel="noopener noreferrer"&gt;Color Book Genius&lt;/a&gt;&lt;/strong&gt; – 
Bulk generation of printable coloring pages.
Focus: scalable generation + batch workflows.&lt;/li&gt;
&lt;/ol&gt;




&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://intel4ai.com/ai/how-to-find-local-business-leads-with-ai-leads-near-me-automation-guide-2/" rel="noopener noreferrer"&gt;&lt;strong&gt;Outreach Beast&lt;/strong&gt;&lt;/a&gt; – 
Local business discovery → structured lead data.
Focus: data extraction + automation workflows.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🧠 Technical Observations
&lt;/h2&gt;

&lt;p&gt;After building all 7, a few patterns stood out:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Most AI apps = pipelines, not products
&lt;/h3&gt;

&lt;p&gt;You’re not “building software” in the traditional sense.&lt;/p&gt;

&lt;p&gt;You’re designing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;input → transformation → output flows&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. Prompt quality &amp;gt; code complexity
&lt;/h3&gt;

&lt;p&gt;Better prompts consistently outperformed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;extra logic&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added features&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;more tooling&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. Latency &amp;amp; iteration loops matter
&lt;/h3&gt;

&lt;p&gt;Fast feedback loops made a huge difference:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;test prompt&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;adjust&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;re-run&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This replaced a lot of traditional debugging.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. AI reduces build time, not thinking time
&lt;/h3&gt;

&lt;p&gt;You still need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;clear intent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;structured inputs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;defined outputs&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Otherwise things break fast.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. “Good enough” ships faster than “perfect”
&lt;/h3&gt;

&lt;p&gt;Most of these apps would never exist if I optimized too early.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 Full Breakdown (Architecture + Usage)
&lt;/h2&gt;

&lt;p&gt;This post is just the surface.&lt;/p&gt;

&lt;p&gt;I documented each app in detail:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;workflows&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;prompt structures&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;use cases&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;limitations&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Full breakdown + all 7 apps:&lt;br&gt;&lt;br&gt;
&lt;em&gt;(&lt;a href="https://intel4ai.com/the-ai-lab/how-to-ai-vibe-code-7-apps-in-7-days-what-i-build-for-you/" rel="noopener noreferrer"&gt;intel4ai.com&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  👇 Curious About One Thing
&lt;/h2&gt;

&lt;p&gt;If you had to pick one of these to turn into a real product…&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which would you double down on — and why?&lt;/strong&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%2F2bhtrbn8nl6jbp3bqp6t.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%2F2bhtrbn8nl6jbp3bqp6t.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>LM Studio: A Game-Changer for Local Language Model Exploration!</title>
      <dc:creator>Rens Wunnink</dc:creator>
      <pubDate>Sun, 22 Oct 2023 18:03:46 +0000</pubDate>
      <link>https://dev.to/flyingdutchman/introducing-lm-studio-a-game-changer-for-local-language-model-exploration-315o</link>
      <guid>https://dev.to/flyingdutchman/introducing-lm-studio-a-game-changer-for-local-language-model-exploration-315o</guid>
      <description>&lt;p&gt;&lt;strong&gt;Highlights:&lt;/strong&gt; &lt;br&gt;
Large Language Models (LLMs) right from your Linux desktop or laptop and NO internet required!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;How to install LM Studio on Linux&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to run LM Studio on Linux&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is LM Studio?
&lt;/h2&gt;

&lt;p&gt;LM Studio revolutionizes your experience with Large Language Models (LLMs) right from your windows, Mac and now Linux desktop! This cutting-edge application lets you effortlessly discover, download, and deploy Hugging Face's GGUF-compatible models.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here's why LM Studio is a game-changer:
&lt;/h2&gt;

&lt;p&gt;💻 &lt;strong&gt;Simplicity Meets Power&lt;/strong&gt;: LM Studio boasts an intuitive interface for configuring and utilizing models, catering to both beginners and seasoned experts.&lt;/p&gt;

&lt;p&gt;🌐 &lt;strong&gt;Versatile Across Platforms&lt;/strong&gt;: Enjoy seamless operations on various operating systems, ensuring a consistent experience wherever you are.&lt;/p&gt;

&lt;p&gt;⚡️ &lt;strong&gt;Turbocharge with GPU&lt;/strong&gt;: LM Studio taps into GPU resources, ensuring lightning-fast model execution and top-notch performance.&lt;/p&gt;

&lt;p&gt;📵 &lt;strong&gt;Unplug and Play&lt;/strong&gt;: Say goodbye to dependency on an internet connection - LM Studio lets you run LLMs on your laptop anytime, anywhere, offline.&lt;/p&gt;

&lt;p&gt;💬 &lt;strong&gt;Effortless Interactions&lt;/strong&gt;: Engage with models through a user-friendly in-app Chat UI, for an intuitive and streamlined experience.&lt;/p&gt;

&lt;p&gt;🖥️ &lt;strong&gt;Local Server Flexibility&lt;/strong&gt;: Customize your setup with an OpenAI compatible local server, tailoring access to models as per your needs.&lt;/p&gt;

&lt;p&gt;⬇️ &lt;strong&gt;Seamless Model Downloads&lt;/strong&gt;: Fetch compatible model files directly from HuggingFace repositories within the application, hassle-free.&lt;/p&gt;

&lt;p&gt;🌟 &lt;strong&gt;Model Galore&lt;/strong&gt;: LM Studio supports an extensive range of ggml Llama, MPT, and StarCoder models, including Llama 2, Orca, Vicuna, NousHermes, WizardCoder, and MPT from Hugging Face.&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;Powered by llama.cpp&lt;/strong&gt;: Behind LM Studio's innovation lies the llama.cpp project, ensuring rock-solid reliability and performance.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Journey to Running LM Studio on Linux Distribution.
&lt;/h2&gt;

&lt;p&gt;After finding LM Studio I was excited until I noticed they did not have a Linux supported run file. So I started my mission and took the Wine🍷 and Playonlinux approach. This turned into a dependency and regedit nightmare. Luckily there is ".AppImage" and the community quickly realized what Linux distribution users needed.&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%2F5mmwtnbg0p7fkq1ege6m.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%2F5mmwtnbg0p7fkq1ege6m.png" alt="3d alpaca lama and Linux logo,Ai home desktop,image by ideogram.ai " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Unlocking the Power of Large Language Models: Installing LM Studio on Linux
&lt;/h2&gt;

&lt;p&gt;Welcome to the future of Large Language Model exploration! With LM Studio, you can now delve into the world of powerful language models right from your own Linux system. Follow these simple steps to get started:&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Download the AppImage
&lt;/h3&gt;

&lt;p&gt;Begin by obtaining the LM Studio AppImage file from the official Discord or use this one i used in a sandbox (LINK HERE: &lt;a href="https://bit.ly/LmStudioIMG" rel="noopener noreferrer"&gt;https://bit.ly/LmStudioIMG&lt;/a&gt;). This self-contained file contains all the necessary components to run LM Studio on your system.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Access the Terminal
&lt;/h3&gt;

&lt;p&gt;Open a terminal window by pressing &lt;code&gt;Ctrl + Alt + T&lt;/code&gt;. This will be your gateway to the installation process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Navigate to the Directory
&lt;/h3&gt;

&lt;p&gt;Use the &lt;code&gt;cd&lt;/code&gt; command to navigate to the directory where the LM Studio file is located. This is typically the location where you downloaded the AppImage file.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;bash&lt;br&gt;
cd /path/to/directory&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Set Permissions
&lt;/h3&gt;

&lt;p&gt;Make the AppImage file executable by using the &lt;code&gt;chmod&lt;/code&gt; command. This grants the necessary permissions to run the file.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;bash&lt;br&gt;
chmod u+x filename.appimage&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 5: Execute the File
&lt;/h3&gt;

&lt;p&gt;Now, it's time to run the LM Studio AppImage. Simply enter the following command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;bash&lt;br&gt;
./filename.appimage&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 6: Exploration Begins!
&lt;/h3&gt;

&lt;p&gt;Voila! You've successfully installed LM Studio on your Linux system. Begin your journey into the world of Large Language Models with this user-friendly desktop application.&lt;/p&gt;

&lt;p&gt;🤖 &lt;strong&gt;With LM Studio&lt;/strong&gt;, you now have the power to explore, configure, and interact with Large Language Models directly from your Linux environment. Enjoy the seamless experience and let your creativity run wild!&lt;br&gt;
For any further information or troubleshooting, don't hesitate to reach out to the LM Studio team. Happy exploring!&lt;/p&gt;

&lt;p&gt;⏛ &lt;strong&gt;Usage Terms&lt;/strong&gt;: LM Studio is designed for personal use, subject to specific terms. For business applications or more details, feel free to get in touch with the LM Studio team.&lt;br&gt;
Experience a new era in Large Language Model exploration with LM Studio! Unearth, configure, and deploy LLMs effortlessly, all through this user-friendly desktop application.&lt;/p&gt;

&lt;p&gt;🎉 &lt;strong&gt;Thanks for reading&lt;/strong&gt;. Use AI with an ethical responsibility towards all our futures including AI. AI will only take jobs and replace people that don't level up. It's time to level up. 😏&lt;/p&gt;

&lt;p&gt;📩 Socials: Rens Wunnink &lt;br&gt;
Linkedin: &lt;a href="https://bit.ly/Rens_w" rel="noopener noreferrer"&gt;https://bit.ly/Rens_w&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>linux</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
