<?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: Cart vista</title>
    <description>The latest articles on DEV Community by Cart vista (@cart_vista_be03c392d6c951).</description>
    <link>https://dev.to/cart_vista_be03c392d6c951</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3770171%2F74de2ece-c096-4bb1-8dfe-ae2ded308b63.png</url>
      <title>DEV Community: Cart vista</title>
      <link>https://dev.to/cart_vista_be03c392d6c951</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cart_vista_be03c392d6c951"/>
    <language>en</language>
    <item>
      <title>Why does training a machine learning model still feel like it's 2016?</title>
      <dc:creator>Cart vista</dc:creator>
      <pubDate>Sun, 28 Jun 2026 19:15:38 +0000</pubDate>
      <link>https://dev.to/cart_vista_be03c392d6c951/why-does-training-a-machine-learning-model-still-feel-like-its-2016-19ai</link>
      <guid>https://dev.to/cart_vista_be03c392d6c951/why-does-training-a-machine-learning-model-still-feel-like-its-2016-19ai</guid>
      <description>&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3cgq7iihc5erbwxdul9u.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3cgq7iihc5erbwxdul9u.png" alt=" " width="528" height="285"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.originspace.dev/" rel="noopener noreferrer"&gt;Origin AI&lt;/a&gt;&lt;br&gt;
Machine learning has never been more popular.&lt;/p&gt;

&lt;p&gt;But ironically...&lt;/p&gt;

&lt;p&gt;It's also never been more intimidating for beginners.&lt;/p&gt;

&lt;p&gt;Let's look at the numbers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Over &lt;strong&gt;80% of AI projects never make it into production.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Companies spend &lt;strong&gt;months&lt;/strong&gt; moving from experimentation to deployment.&lt;/li&gt;
&lt;li&gt;The global AI market is expected to surpass &lt;strong&gt;$1.8 trillion by 2030.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Yet thousands of students give up before training their first model.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because learning machine learning isn't actually the hard part anymore.&lt;/p&gt;

&lt;p&gt;Getting started is.&lt;/p&gt;




&lt;p&gt;Think about modern web development.&lt;/p&gt;

&lt;p&gt;You can create a React app in under a minute.&lt;/p&gt;

&lt;p&gt;Deploy it globally in another two.&lt;/p&gt;

&lt;p&gt;Connect authentication with a few clicks.&lt;/p&gt;

&lt;p&gt;Spin up a database instantly.&lt;/p&gt;

&lt;p&gt;The tooling has matured.&lt;/p&gt;

&lt;p&gt;The developer experience has improved.&lt;/p&gt;

&lt;p&gt;Now compare that with machine learning.&lt;/p&gt;

&lt;p&gt;Your first project usually looks something like this.&lt;/p&gt;

&lt;p&gt;Install Python.&lt;br&gt;
Install pip.&lt;br&gt;
Create a virtual environment.&lt;br&gt;
Install NumPy.&lt;br&gt;
Install Pandas.&lt;br&gt;
Install Scikit-learn.&lt;br&gt;
Maybe install PyTorch.&lt;br&gt;
Oops...&lt;br&gt;
Wrong CUDA version.&lt;br&gt;
Wrong Python version.&lt;br&gt;
Dependency conflict.&lt;br&gt;
Tensor mismatch.&lt;br&gt;
Package incompatible.&lt;br&gt;
Google error.&lt;br&gt;
Repeat.&lt;br&gt;
Hours later...&lt;/p&gt;

&lt;p&gt;You haven't trained a single model.&lt;/p&gt;




&lt;p&gt;Here's the crazy part.&lt;/p&gt;

&lt;p&gt;Machine learning isn't difficult because of the algorithms.&lt;/p&gt;

&lt;p&gt;Most beginners can understand linear regression in less than an hour.&lt;/p&gt;

&lt;p&gt;Decision trees?&lt;br&gt;
Pretty intuitive.&lt;br&gt;
Neural networks?&lt;/p&gt;

&lt;p&gt;They take longer, but they're learnable.&lt;/p&gt;

&lt;p&gt;The frustrating part isn't learning.&lt;/p&gt;

&lt;p&gt;It's fighting the tools.&lt;/p&gt;




&lt;p&gt;We've spent years making models smarter.&lt;/p&gt;

&lt;p&gt;GPT-2 had 1.5 billion parameters.&lt;/p&gt;

&lt;p&gt;GPT-3 jumped to 175 billion.&lt;/p&gt;

&lt;p&gt;Today's frontier models are estimated to contain &lt;strong&gt;hundreds of billions to over a trillion parameters&lt;/strong&gt; using mixtures of experts.&lt;/p&gt;

&lt;p&gt;Model capability exploded.&lt;/p&gt;

&lt;p&gt;Developer experience barely moved.&lt;/p&gt;




&lt;p&gt;That's the problem I'm trying to solve with &lt;strong&gt;Origin AI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Not by replacing PyTorch.&lt;br&gt;
Not by replacing TensorFlow.&lt;/p&gt;

&lt;p&gt;But by asking a different question.&lt;/p&gt;

&lt;p&gt;"What if training a model felt as simple as deploying a website?"&lt;/p&gt;

&lt;p&gt;Imagine opening one dashboard where you can:&lt;/p&gt;

&lt;p&gt;• Upload a dataset.&lt;/p&gt;

&lt;p&gt;• Train lightweight ML models.&lt;/p&gt;

&lt;p&gt;• Compare multiple AI models side-by-side.&lt;/p&gt;

&lt;p&gt;• Experiment without spending your afternoon fixing dependencies.&lt;/p&gt;

&lt;p&gt;• Learn by building instead of configuring.&lt;/p&gt;




&lt;p&gt;I don't believe the next generation of AI builders will come from companies with the biggest GPU clusters.&lt;/p&gt;

&lt;p&gt;They'll come from students.&lt;/p&gt;

&lt;p&gt;Weekend builders.&lt;/p&gt;

&lt;p&gt;Indie hackers.&lt;/p&gt;

&lt;p&gt;Founders.&lt;/p&gt;

&lt;p&gt;People who have ideas but don't have weeks to spend learning infrastructure.&lt;/p&gt;

&lt;p&gt;If we lower the barrier to entry, we don't just create more machine learning engineers.&lt;/p&gt;

&lt;p&gt;We create more innovation.&lt;/p&gt;

&lt;p&gt;That's what &lt;a href="https://www.originspace.dev/" rel="noopener noreferrer"&gt;Origin AI&lt;/a&gt; is trying to do.&lt;/p&gt;

&lt;p&gt;Not make AI more powerful.&lt;/p&gt;

&lt;p&gt;Make building with AI feel effortless.&lt;/p&gt;

&lt;p&gt;I'd love to know your experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What was the biggest thing that almost made you quit learning machine learning?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>I Built a Tiny App That Changes the Vibe of Your Writing ✨</title>
      <dc:creator>Cart vista</dc:creator>
      <pubDate>Sat, 14 Feb 2026 18:38:13 +0000</pubDate>
      <link>https://dev.to/cart_vista_be03c392d6c951/i-built-a-tiny-app-that-changes-the-vibe-of-your-writing-2la4</link>
      <guid>https://dev.to/cart_vista_be03c392d6c951/i-built-a-tiny-app-that-changes-the-vibe-of-your-writing-2la4</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Okay so here’s the idea:&lt;/p&gt;

&lt;p&gt;Writing isn’t that hard.&lt;/p&gt;

&lt;p&gt;But switching the vibe?&lt;br&gt;
That’s weirdly hard.&lt;/p&gt;

&lt;p&gt;You write something and it’s like:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;too serious 😐&lt;/li&gt;
&lt;li&gt;too robotic 🤖&lt;/li&gt;
&lt;li&gt;not dramatic enough 🎭&lt;/li&gt;
&lt;li&gt;not chaotic enough 🔥&lt;/li&gt;
&lt;li&gt;not giving main character energy ✨&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So instead of manually rewriting everything 6 times, I built &lt;a href="https://vibewrite-two.vercel.app/" rel="noopener noreferrer"&gt;VibeWrite&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You paste text.&lt;br&gt;
You pick a vibe.&lt;br&gt;
It instantly changes the tone.&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;No dashboards.&lt;br&gt;
No 14 tabs open.&lt;br&gt;
No “AI-powered enterprise workflow synergy solution” stuff.&lt;/p&gt;

&lt;p&gt;Just vibes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Made This
&lt;/h2&gt;

&lt;p&gt;The AI space is honestly insane right now.&lt;/p&gt;

&lt;p&gt;Every week there’s another “AI writer” tool popping up like it was assembled in a startup lab next to OpenAI or something 😭&lt;/p&gt;

&lt;p&gt;And most of them try to do everything.&lt;/p&gt;

&lt;p&gt;Blogs. Emails. SEO. Funnels. Ads. Scripts. World domination.&lt;/p&gt;

&lt;p&gt;I didn’t want to build a platform.&lt;/p&gt;

&lt;p&gt;I wanted to build something small and sharp.&lt;/p&gt;

&lt;p&gt;Open → Use → Done.&lt;/p&gt;

&lt;p&gt;Fast feedback. Zero friction.&lt;/p&gt;

&lt;p&gt;How It Works&lt;/p&gt;

&lt;p&gt;Paste your text.&lt;/p&gt;

&lt;p&gt;Pick a vibe:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Professional&lt;/li&gt;
&lt;li&gt;Dramatic&lt;/li&gt;
&lt;li&gt;Motivational&lt;/li&gt;
&lt;li&gt;Calm&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;Slightly unhinged&lt;/li&gt;
&lt;li&gt;Extremely unhinged 💀&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Boom. Transformed.&lt;/p&gt;

&lt;p&gt;The goal is that it feels instant.&lt;br&gt;
Because waiting 20 seconds for your sentence to become dramatic is not the vibe.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Nothing crazy.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;AI API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kept it simple on purpose.&lt;/p&gt;

&lt;p&gt;Sometimes not overengineering is the real flex&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Might Add
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A vibe intensity slider (calm → CHAOS)&lt;/li&gt;
&lt;li&gt;Save your favorite vibe settings&lt;/li&gt;
&lt;li&gt;Share a vibe link with friends&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I’m trying not to ruin it by adding too much.&lt;/p&gt;

&lt;p&gt;Small tools are underrated.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;This is still early.&lt;/p&gt;

&lt;p&gt;It’s simple.&lt;br&gt;
It’s fast.&lt;br&gt;
It does one thing.&lt;/p&gt;

&lt;p&gt;And sometimes that’s enough.&lt;/p&gt;

&lt;p&gt;If you’re building in the AI space right now, you probably feel it too — it’s crowded, chaotic, and somehow still exciting.&lt;/p&gt;

&lt;p&gt;Might as well build something fun.&lt;br&gt;
Github Repo:&lt;a href="https://github.com/POLIsH123/VibeWrite" rel="noopener noreferrer"&gt;https://github.com/POLIsH123/VibeWrite&lt;/a&gt;&lt;br&gt;
Project:&lt;a href="https://vibewrite-two.vercel.app/" rel="noopener noreferrer"&gt;https://vibewrite-two.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Oh yeah and help us reach 51 scripts in the community page!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>sideprojects</category>
      <category>vibecoding</category>
    </item>
  </channel>
</rss>
