<?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: senthil kumar</title>
    <description>The latest articles on DEV Community by senthil kumar (@senthil_kumar).</description>
    <link>https://dev.to/senthil_kumar</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%2F3688163%2F3076e6fc-15de-4771-b2db-954773add569.jpg</url>
      <title>DEV Community: senthil kumar</title>
      <link>https://dev.to/senthil_kumar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/senthil_kumar"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Using 6 AI Tools, So I Built One Instead</title>
      <dc:creator>senthil kumar</dc:creator>
      <pubDate>Tue, 28 Jul 2026 05:10:30 +0000</pubDate>
      <link>https://dev.to/senthil_kumar/i-got-tired-of-using-6-ai-tools-so-i-built-one-instead-2mge</link>
      <guid>https://dev.to/senthil_kumar/i-got-tired-of-using-6-ai-tools-so-i-built-one-instead-2mge</guid>
      <description>&lt;p&gt;&lt;strong&gt;I Got Tired of Switching Between AI Tools, So I Built One Platform&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For every computer vision project, my workflow looked the same:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Search for a model.&lt;/li&gt;
&lt;li&gt;Search for a dataset.&lt;/li&gt;
&lt;li&gt;Annotate data.&lt;/li&gt;
&lt;li&gt;Benchmark different models.&lt;/li&gt;
&lt;li&gt;Train.&lt;/li&gt;
&lt;li&gt;Deploy.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every step required a different tool, different UI, and different workflow.&lt;/p&gt;

&lt;p&gt;After doing this repeatedly, I started building &lt;strong&gt;MLForge&lt;/strong&gt; to see if I could bring everything into one place.&lt;/p&gt;

&lt;p&gt;Today it includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;20,000+ AI models and datasets from major providers&lt;/li&gt;
&lt;li&gt;Built-in annotation studio&lt;/li&gt;
&lt;li&gt;Benchmark dashboard&lt;/li&gt;
&lt;li&gt;Inference workspace&lt;/li&gt;
&lt;li&gt;Computer vision training pipeline&lt;/li&gt;
&lt;li&gt;Deployment interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is completely free and designed to run locally on Windows, Linux, and macOS.&lt;/p&gt;

&lt;p&gt;This is still an active project, and I'm continuously improving it based on feedback from other developers.&lt;/p&gt;

&lt;p&gt;I'd really appreciate your thoughts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features would you expect from a platform like this?&lt;/li&gt;
&lt;li&gt;What would stop you from using it?&lt;/li&gt;
&lt;li&gt;What would make it part of your daily workflow?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Website:(&lt;a href="https://mlforge.in" rel="noopener noreferrer"&gt;https://mlforge.in&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Demo: [&lt;a href="https://youtu.be/V0YBemyTkG8?si=CkOniaPa_Mwp7_B9" rel="noopener noreferrer"&gt;https://youtu.be/V0YBemyTkG8?si=CkOniaPa_Mwp7_B9&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>ai</category>
      <category>software</category>
      <category>computervision</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Building a desktop-first Vision AI IDE — early thoughts &amp; feedback welcome</title>
      <dc:creator>senthil kumar</dc:creator>
      <pubDate>Thu, 01 Jan 2026 07:12:56 +0000</pubDate>
      <link>https://dev.to/senthil_kumar/building-a-desktop-first-vision-ai-ide-early-thoughts-feedback-welcome-1807</link>
      <guid>https://dev.to/senthil_kumar/building-a-desktop-first-vision-ai-ide-early-thoughts-feedback-welcome-1807</guid>
      <description>&lt;p&gt;Post:&lt;br&gt;&lt;br&gt;
Hi DEV friends 👋,&lt;/p&gt;

&lt;p&gt;Over the past month I’ve been tinkering with an idea: Ml Forge , a desktop-first IDE for Vision AI.&lt;/p&gt;

&lt;p&gt;The motivation is simple: most Vision AI workflows feel fragmented. You jump between scripts, configs, dataset tools, training dashboards, and export utilities. My goal is to unify that into one place — with a no-code but still controllable approach.&lt;/p&gt;

&lt;p&gt;Here’s what I’ve got so far:&lt;/p&gt;

&lt;p&gt;Dataset manager (versioning, splits, validation)&lt;/p&gt;

&lt;p&gt;Annotation studio&lt;/p&gt;

&lt;p&gt;Training engine with live GPU metrics&lt;/p&gt;

&lt;p&gt;Reproducible runs (dataset → config → model)&lt;/p&gt;

&lt;p&gt;Logs &amp;amp; metrics&lt;/p&gt;

&lt;p&gt;Inference &amp;amp; benchmarking&lt;/p&gt;

&lt;p&gt;Export to ONNX, TensorRT, CoreML, TFLite, OpenVINO&lt;/p&gt;

&lt;p&gt;Everything is UI-driven — no training scripts or deployment code.&lt;/p&gt;

&lt;p&gt;I’d love to hear your perspective:&lt;/p&gt;

&lt;p&gt;Does “no-code but controllable” resonate for Vision AI workflows?&lt;/p&gt;

&lt;p&gt;What would make a tool like this useful in your day-to-day?&lt;/p&gt;

&lt;p&gt;What blockers or concerns do you see?&lt;/p&gt;

&lt;p&gt;I’m still early in development, so feedback from this community would be super valuable. Happy to dive into technical details or design trade-offs if anyone’s curious.&lt;/p&gt;

&lt;p&gt;This tone works well on DEV because it feels like you’re sharing a journey and inviting collaboration, rather than promoting a product.&lt;/p&gt;

&lt;p&gt;Would you like me to also add a short “storytelling hook” at the start (like how you struggled with fragmented workflows yourself) to make it more engaging for DEV readers? &lt;br&gt;
refer the website to get info &lt;br&gt;
&lt;a href="https://69552490c8faa90008263630--flourishing-florentine-12dc21.netlify.app" rel="noopener noreferrer"&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%2Fcvjy2yiea89ny2ddphql.png" alt=" " width="800" height="590"&gt;&lt;/a&gt;&lt;/p&gt;

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