<?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: Mohit ✨</title>
    <description>The latest articles on DEV Community by Mohit ✨ (@theonemohitsharma).</description>
    <link>https://dev.to/theonemohitsharma</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%2F895621%2F349462fe-1b13-43e2-8b26-80e3c900984a.png</url>
      <title>DEV Community: Mohit ✨</title>
      <link>https://dev.to/theonemohitsharma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/theonemohitsharma"/>
    <language>en</language>
    <item>
      <title>Write Once. Publish Everywhere. Without Surrendering Control.</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Sun, 01 Mar 2026 14:04:47 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/write-once-publish-everywhere-without-surrendering-control-3mdp</link>
      <guid>https://dev.to/theonemohitsharma/write-once-publish-everywhere-without-surrendering-control-3mdp</guid>
      <description>&lt;p&gt;This is a submission for the DEV Weekend Challenge: Community.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This (And How)
&lt;/h2&gt;

&lt;p&gt;I didn’t start this project with a prompt.&lt;/p&gt;

&lt;p&gt;I started with a problem.&lt;/p&gt;

&lt;p&gt;I write technical posts regularly. I genuinely enjoy the writing part.&lt;br&gt;&lt;br&gt;
What I don’t enjoy is rewriting the same idea four different ways for four different platforms.&lt;/p&gt;

&lt;p&gt;DEV → X → LinkedIn → Reddit → Substack.&lt;/p&gt;

&lt;p&gt;Same thinking. Different tone. Different format. Different constraints.&lt;/p&gt;

&lt;p&gt;That friction slowly turns “sharing your work” into overhead.&lt;/p&gt;

&lt;p&gt;So before I wrote a single line of code, I wrote:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a short spec
&lt;/li&gt;
&lt;li&gt;a high-level PRD
&lt;/li&gt;
&lt;li&gt;clear scope boundaries (what ships vs what doesn’t)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Only then did I bring in AI.&lt;/p&gt;

&lt;p&gt;ContentSeed was built for a community I’m part of every day: &lt;strong&gt;developer-writers&lt;/strong&gt; — people who want to publish consistently without spending more time repackaging than creating.&lt;/p&gt;

&lt;p&gt;This project is fully solo.&lt;/p&gt;

&lt;p&gt;And intentionally disciplined.&lt;/p&gt;

&lt;p&gt;The goal wasn’t to build “an AI app.”&lt;/p&gt;

&lt;p&gt;The goal was to build a small, focused tool that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;respects privacy
&lt;/li&gt;
&lt;li&gt;stays client-side
&lt;/li&gt;
&lt;li&gt;lets you switch between LLMs
&lt;/li&gt;
&lt;li&gt;solves one real pain point well
&lt;/li&gt;
&lt;/ul&gt;


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

&lt;p&gt;&lt;strong&gt;ContentSeed&lt;/strong&gt; is a client-side content repurposing app that turns one technical post into platform-native drafts for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;X / Twitter (thread-style)&lt;/li&gt;
&lt;li&gt;LinkedIn&lt;/li&gt;
&lt;li&gt;Reddit&lt;/li&gt;
&lt;li&gt;Substack&lt;/li&gt;
&lt;/ul&gt;


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

&lt;p&gt;YouTube demo:&lt;br&gt;


  &lt;iframe src="https://www.youtube.com/embed/g5sFvgP0W1M"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;Live app:&lt;br&gt;&lt;br&gt;
&lt;a href="https://contentseed.vercel.app" rel="noopener noreferrer"&gt;https://contentseed.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/mohitSharma74/contentseed" rel="noopener noreferrer"&gt;https://github.com/mohitSharma74/contentseed&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Core Principles
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1) Easy and Accessible
&lt;/h4&gt;

&lt;p&gt;Paste content → pick platform → generate → tweak → export.&lt;/p&gt;

&lt;p&gt;No accounts.&lt;br&gt;&lt;br&gt;
No dashboards.&lt;br&gt;&lt;br&gt;
No friction.&lt;/p&gt;

&lt;h4&gt;
  
  
  2) Privacy-First
&lt;/h4&gt;

&lt;p&gt;There is no backend.&lt;br&gt;&lt;br&gt;
No telemetry.  &lt;/p&gt;

&lt;p&gt;If you bring your own API key, it stays local.&lt;/p&gt;

&lt;h4&gt;
  
  
  3) Model Freedom
&lt;/h4&gt;

&lt;p&gt;You’re not locked into one provider. You can generate using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minimax
&lt;/li&gt;
&lt;li&gt;OpenAI
&lt;/li&gt;
&lt;li&gt;Anthropic
&lt;/li&gt;
&lt;li&gt;Gemini
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Use what you already pay for.&lt;/p&gt;




&lt;h2&gt;
  
  
  AI as Collaborator, Not Crutch
&lt;/h2&gt;

&lt;p&gt;I care deeply about how AI is used.&lt;/p&gt;

&lt;p&gt;For this project, I didn’t “vibe code.”&lt;/p&gt;

&lt;p&gt;I wrote the spec and high-level PRD first.&lt;/p&gt;

&lt;p&gt;Then:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I used &lt;strong&gt;Minimax M2.5&lt;/strong&gt; for the majority of implementation.&lt;/li&gt;
&lt;li&gt;I used &lt;strong&gt;gpt-5.3-codex (high reasoning)&lt;/strong&gt; for:

&lt;ul&gt;
&lt;li&gt;validation
&lt;/li&gt;
&lt;li&gt;edge-case analysis
&lt;/li&gt;
&lt;li&gt;testing logic
&lt;/li&gt;
&lt;li&gt;architectural review
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;I intentionally separated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;generation from validation
&lt;/li&gt;
&lt;li&gt;speed from correctness
&lt;/li&gt;
&lt;li&gt;features from product clarity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That separation mattered.&lt;/p&gt;

&lt;p&gt;It kept the app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fully client-side
&lt;/li&gt;
&lt;li&gt;privacy-first
&lt;/li&gt;
&lt;li&gt;small in scope
&lt;/li&gt;
&lt;li&gt;focused
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There were features I wanted badly — image generation, short-form video generation — but they didn’t make the cut.&lt;/p&gt;

&lt;p&gt;Not because they weren’t exciting.&lt;br&gt;&lt;br&gt;
Because they weren’t essential.&lt;/p&gt;




&lt;h2&gt;
  
  
  What It Can Do Today
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Platform-native drafts (not copy/paste spam)&lt;/li&gt;
&lt;li&gt;Demo mode (no API key required)&lt;/li&gt;
&lt;li&gt;Tone controls: Casual / Professional / Technical / Storytelling&lt;/li&gt;
&lt;li&gt;Length controls: Shorter / Default / Longer&lt;/li&gt;
&lt;li&gt;Toggle hashtags and emojis&lt;/li&gt;
&lt;li&gt;Copy / regenerate per platform&lt;/li&gt;
&lt;li&gt;Export as PNG, JPG, or PDF&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  A Small Tool. On Purpose.
&lt;/h2&gt;

&lt;p&gt;ContentSeed is not trying to become a content platform.&lt;/p&gt;

&lt;p&gt;It’s not a dashboard.&lt;br&gt;
It’s not a growth engine.&lt;br&gt;
It’s not a subscription funnel.&lt;/p&gt;

&lt;p&gt;It’s a utility.&lt;/p&gt;

&lt;p&gt;It exists to remove one specific kind of friction:&lt;br&gt;
rewriting the same idea for different platforms.&lt;/p&gt;

&lt;p&gt;It stays client-side.&lt;br&gt;
It stays privacy-first.&lt;br&gt;
It stays model-agnostic.&lt;/p&gt;

&lt;p&gt;If it grows, it will grow deliberately.&lt;/p&gt;

&lt;p&gt;For now, it does one thing well.&lt;/p&gt;

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

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>🗓️ Monthly Dev Report: February 2026</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Sat, 28 Feb 2026 15:01:32 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/monthly-dev-report-february-2026-185i</link>
      <guid>https://dev.to/theonemohitsharma/monthly-dev-report-february-2026-185i</guid>
      <description>&lt;p&gt;This is my first dev diary folks, and I'd wanna continue this every month. So you are all welcome to discover stuff with me! (:&lt;/p&gt;

&lt;p&gt;So February was… dense.&lt;/p&gt;

&lt;p&gt;Not the “I did a lot of meetings” dense.&lt;br&gt;&lt;br&gt;
More like: &lt;strong&gt;shipping, learning, writing, and somehow returning to a sport after 8 years&lt;/strong&gt; kind of dense 🏓&lt;/p&gt;

&lt;p&gt;Here’s the report 👇&lt;/p&gt;

&lt;h2&gt;
  
  
  🎯 Post Highlights (what I enjoyed reading)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) Stop Ignoring RFC 2324 ☕🫖
&lt;/h3&gt;

&lt;p&gt;A reminder that sometimes the “joke” spec is secretly a great engineering exercise.&lt;/p&gt;

&lt;p&gt;Why it stuck:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It’s playful, but it forces &lt;strong&gt;real systems thinking&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;It’s a nice excuse to build something end-to-end without “business requirements”&lt;/li&gt;
&lt;li&gt;Also… &lt;em&gt;teapots deserve respect&lt;/em&gt; 😄&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link: &lt;a href="https://dev.to/pascal_cescato_692b7a8a20/stop-ignoring-rfc-2324-its-the-most-important-protocol-youve-never-implemented-53pe"&gt;https://dev.to/pascal_cescato_692b7a8a20/stop-ignoring-rfc-2324-its-the-most-important-protocol-youve-never-implemented-53pe&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2) How AI is reducing clinician burnout 🏥🤖
&lt;/h3&gt;

&lt;p&gt;This one treats AI like it should be treated: &lt;strong&gt;as a workload reducer&lt;/strong&gt;, not a hype machine.&lt;/p&gt;

&lt;p&gt;The framing is practical:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;less documentation pain&lt;/li&gt;
&lt;li&gt;faster note drafting + review&lt;/li&gt;
&lt;li&gt;less “after-hours admin time”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link: &lt;a href="https://dev.to/vaiu-ai/how-ai-is-reducing-clinician-burnout-in-modern-clinics-44hb"&gt;https://dev.to/vaiu-ai/how-ai-is-reducing-clinician-burnout-in-modern-clinics-44hb&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3) A recovery guide for AI-dependent coders 🧠🛠️
&lt;/h3&gt;

&lt;p&gt;If you’ve ever felt your brain go &lt;em&gt;“wait… can I still code without the assistant?”&lt;/em&gt; — this one hits.&lt;/p&gt;

&lt;p&gt;It’s basically a gentle reset:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;slow down&lt;/li&gt;
&lt;li&gt;read docs&lt;/li&gt;
&lt;li&gt;think first, prompt second&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link: &lt;a href="http://dev.to/canro91/a-quick-recovery-guide-for-ai-dependent-coders-4112"&gt;http://dev.to/canro91/a-quick-recovery-guide-for-ai-dependent-coders-4112&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔎 Monthly Discoveries (open source I tried / want to try)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  nullclaw ⚡
&lt;/h3&gt;

&lt;p&gt;Feels like someone asked:&lt;br&gt;&lt;br&gt;
“What if autonomous agent infra was &lt;em&gt;small&lt;/em&gt;, &lt;em&gt;fast&lt;/em&gt;, and &lt;em&gt;not a giant platform&lt;/em&gt;?”&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/nullclaw/nullclaw" rel="noopener noreferrer"&gt;https://github.com/nullclaw/nullclaw&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  llmfit 🧩
&lt;/h3&gt;

&lt;p&gt;A “reality checker” tool I respect: tells you what models can run on your machine without guesswork.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/AlexsJones/llmfit" rel="noopener noreferrer"&gt;https://github.com/AlexsJones/llmfit&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  osaurus 🦖
&lt;/h3&gt;

&lt;p&gt;Positioned as “AI edge infrastructure for macOS” with tooling/interop vibes.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/osaurus-ai/osaurus" rel="noopener noreferrer"&gt;https://github.com/osaurus-ai/osaurus&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ✅ Accomplishments (the “I actually did things” list)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) Shipped &lt;strong&gt;two products&lt;/strong&gt; for the GitHub Copilot Challenge 🚢
&lt;/h3&gt;

&lt;p&gt;This was the biggest win of the month.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;VoiceDev&lt;/strong&gt; — voice-controlled dev workflows (not just dictation).&lt;br&gt;&lt;br&gt;
Repo: &lt;a href="https://github.com/mohitSharma74/voicedev" rel="noopener noreferrer"&gt;https://github.com/mohitSharma74/voicedev&lt;/a&gt;  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ukiyo-tone&lt;/strong&gt; — theme bundle inspired by 17th-century Japanese aesthetics.&lt;br&gt;&lt;br&gt;
Repo: &lt;a href="https://github.com/mohitSharma74/ukiyo-tone" rel="noopener noreferrer"&gt;https://github.com/mohitSharma74/ukiyo-tone&lt;/a&gt;  &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two very different products.&lt;br&gt;&lt;br&gt;
Same underlying obsession: &lt;strong&gt;reduce friction&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  2) Learned &lt;strong&gt;Zig&lt;/strong&gt; the old-fashioned way 🧠⚙️
&lt;/h3&gt;

&lt;p&gt;No shortcuts. No “I skimmed tutorials.”&lt;/p&gt;

&lt;p&gt;I actually put in the reps — and I’m feeling &lt;em&gt;genuinely confident&lt;/em&gt; about Zig now.&lt;/p&gt;

&lt;p&gt;(That confidence is rare. So I’m counting it as a real milestone.)&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Started shaping the &lt;strong&gt;future of Ukiyo-tone&lt;/strong&gt; ✨
&lt;/h3&gt;

&lt;p&gt;I can’t share everything yet (and I kinda like it that way 😄), but:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Ukiyo-tone is not “done.”&lt;/strong&gt; It’s becoming.&lt;/p&gt;

&lt;p&gt;Stay tuned.&lt;/p&gt;

&lt;h3&gt;
  
  
  4) Stayed consistent with writing + research ✍️
&lt;/h3&gt;

&lt;p&gt;Even with professional work being heavy, I kept the flywheel going:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;learning&lt;/li&gt;
&lt;li&gt;researching&lt;/li&gt;
&lt;li&gt;publishing / drafting&lt;/li&gt;
&lt;li&gt;showing up anyway&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Consistency is the real flex.&lt;/p&gt;

&lt;h3&gt;
  
  
  5) Returned to &lt;strong&gt;table tennis&lt;/strong&gt; after 8 years 🏓💚
&lt;/h3&gt;

&lt;p&gt;This might be the most important one.&lt;/p&gt;

&lt;p&gt;Coding is great. Shipping is great.&lt;br&gt;&lt;br&gt;
But nothing rewires your brain like moving your body again.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧱 Still working on…
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ukiyo-tone&lt;/strong&gt; (still cooking 🍲)
&lt;/li&gt;
&lt;li&gt;This weekend sprint challenge: &lt;strong&gt;DEV Weekend Challenge&lt;/strong&gt; (submissions due &lt;strong&gt;March 2, 2026 7:59am UTC&lt;/strong&gt;)
Link: &lt;a href="https://dev.to/devteam/first-dev-weekend-challenge-launches-on-feb-26-mar-2-mark-your-calendar-5dc3"&gt;https://dev.to/devteam/first-dev-weekend-challenge-launches-on-feb-26-mar-2-mark-your-calendar-5dc3&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Open source contributions to projects like &lt;strong&gt;OpenCode&lt;/strong&gt; + &lt;strong&gt;nullclaw&lt;/strong&gt; (slow and steady)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💚 Life Stuff
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Todoist: “Ramble” is &lt;em&gt;actually good&lt;/em&gt; 🎙️✅
&lt;/h3&gt;

&lt;p&gt;Todoist shipped &lt;strong&gt;Ramble&lt;/strong&gt;, a voice-to-tasks feature where you speak naturally and it turns it into structured tasks.&lt;br&gt;&lt;br&gt;
And honestly? It’s been working &lt;em&gt;flawlessly&lt;/em&gt; for me so far.&lt;/p&gt;

&lt;p&gt;This is exactly the kind of productivity feature I like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reduces friction&lt;/li&gt;
&lt;li&gt;makes capture instant&lt;/li&gt;
&lt;li&gt;doesn’t demand “perfect organization” upfront&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Anime arc: I started with &lt;strong&gt;Demon Slayer&lt;/strong&gt; + &lt;strong&gt;My Hero Academia&lt;/strong&gt; 🍿🔥
&lt;/h3&gt;

&lt;p&gt;I’ve never watched anime before.&lt;/p&gt;

&lt;p&gt;Now I get it.&lt;br&gt;&lt;br&gt;
I’m hooked already 😅&lt;/p&gt;

&lt;h3&gt;
  
  
  Gaming: &lt;strong&gt;Cronos: The New Dawn&lt;/strong&gt; 😈🎮
&lt;/h3&gt;

&lt;p&gt;I started playing &lt;em&gt;Cronos: The New Dawn&lt;/em&gt; and I’m loving every minute of it.&lt;/p&gt;




&lt;p&gt;Just curious: Do you watch Anime? Do you play Video Games? Suggest me some 'coz honestly these are my stress busters. &lt;/p&gt;

&lt;p&gt;Happy Weekends, friends!&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
    <item>
      <title>The 5 Future-Proof Language + Framework Combos Crushing It Right Now 🔥</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Thu, 19 Feb 2026 14:07:02 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/the-5-future-proof-language-framework-combos-crushing-it-right-now-15me</link>
      <guid>https://dev.to/theonemohitsharma/the-5-future-proof-language-framework-combos-crushing-it-right-now-15me</guid>
      <description>&lt;p&gt;Whether you're a college student, upskilling on weekends, or looking to contribute to open source — you want to move fast. You want to hit the ground running.&lt;/p&gt;

&lt;p&gt;Software development is changing faster than ever. And none of us can afford to get left behind.&lt;/p&gt;

&lt;p&gt;That's why I went through TIOBE, GitHub Octoverse, Reddit, and X to figure out which language and framework combos aren't just trending — they're here to stay. Backed by community sentiment, real adoption data, and what developers are actually shipping with right now.&lt;/p&gt;

&lt;p&gt;Honestly? The range surprised me. AI tooling. Enterprise backends. Cloud infrastructure. Systems programming. Mobile. One list, every layer of the stack.&lt;/p&gt;

&lt;p&gt;Here's what's worth your time in 2026.&lt;/p&gt;




&lt;h2&gt;
  
  
  🃏 1. Python + FastAPI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The AI builder's default stack.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Python was already everywhere. FastAPI made it unstoppable. If you're building anything that touches AI or ML — an inference endpoint, a data pipeline, a tool that wraps a model — this is the combo you reach for first. It's fast to start, auto-generates docs, and plays natively with the entire Python AI ecosystem. I've used this stack myself and the speed from idea to working API is genuinely ridiculous.&lt;/p&gt;

&lt;p&gt;Django still holds the enterprise web lane. But FastAPI is where the energy is right now.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Community Sentiment:&lt;/strong&gt; &lt;em&gt;"FastAPI is what modern Python API development should look like"&lt;/em&gt; — the most repeated sentiment across Reddit's r/Python and r/FastAPI. GitHub Octoverse shows a 38% adoption surge. Devs call it "the most loved Python framework right now."&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🃏 2. TypeScript + Next.js
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The full-stack web default.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;TypeScript is no longer a preference — it's the default. And Next.js is what happens when React grows up and gets serious about production. Server components, API routes, edge functions — it handles the hard stuff so you can focus on building. High job demand, dominant in SaaS, and the framework Vercel, Notion, and Twitch's web team trust.&lt;/p&gt;

&lt;p&gt;If you're entering the job market or building a web product in 2025, this combo is the safest bet and the highest signal on a resume.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Community Sentiment:&lt;/strong&gt; &lt;em&gt;"TypeScript is non-negotiable at this point"&lt;/em&gt; — consistent across X dev threads and Stack Overflow surveys. Reddit's r/nextjs is one of the fastest growing dev communities. Devs describe Next.js as "production-ready out of the box."&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🃏 3. Go + Gin / Fiber
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The cloud-native backbone.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Kubernetes is written in Go. Docker is written in Go. When the tools that run modern infrastructure needed a language, they picked Go. Fast, readable, no runtime surprises — Gin and Fiber give you a clean web layer on top of that reliability. Fiber in particular benchmarks impressively, handling more requests per second than most Node alternatives at a fraction of the memory.&lt;/p&gt;

&lt;p&gt;For microservices, CLIs, or anything cloud-adjacent — Go is the answer that keeps coming up.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Community Sentiment:&lt;/strong&gt; &lt;em&gt;"Go is boring in the best possible way"&lt;/em&gt; — a phrase that shows up repeatedly on r/golang and X. GitHub Octoverse consistently ranks Go in top growing languages. Cloud engineers describe it as "the language that just ships."&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🃏 4. Rust + Axum / Actix
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The safety-first power move.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Rust has been Stack Overflow's most admired language for years running. That's not hype — devs who use it don't want to go back. Memory safety without a garbage collector, zero-cost abstractions, and performance that makes C developers pay attention. Axum is the modern async choice. Actix is the raw performance beast.&lt;/p&gt;

&lt;p&gt;What's changing now is &lt;em&gt;where&lt;/em&gt; Rust is showing up — security tooling, WebAssembly, AI infrastructure, embedded systems. It's not theoretical anymore. Discord rewrote parts of their backend from Go to Rust for performance. Cloudflare builds with it. npm runs on it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Community Sentiment:&lt;/strong&gt; &lt;em&gt;"Rust doesn't let you write bad code — it forces you to think"&lt;/em&gt; — the dominant take across r/rust and X systems programming circles. TIOBE shows steady climb. Devs call it "the language worth the learning curve."&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🃏 5. Java / Kotlin + Spring Boot
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Enterprise's quiet giant.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Java isn't exciting. It's &lt;em&gt;dependable&lt;/em&gt;. And in the kind of environments where downtime costs real money — banking, healthcare, large-scale enterprise — dependable beats exciting every time. Spring Boot is the framework that runs a significant chunk of backend infrastructure that most people never see but always rely on.&lt;/p&gt;

&lt;p&gt;Kotlin is what makes this combo feel alive again. Cleaner syntax, fully interoperable with Java, and increasingly the language of choice for Android-to-backend developers. Spring Boot with Kotlin doesn't feel like Java. It feels like a modern backend language with decades of battle-testing behind it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Community Sentiment:&lt;/strong&gt; &lt;em&gt;"Not glamorous, but Spring Boot jobs don't disappear"&lt;/em&gt; — the honest consensus on r/java and enterprise dev forums. TIOBE keeps Java in the top 5 consistently. Devs describe the ecosystem as "stable, serious, and always hiring."&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  ⚡ Worth Watching — Honourable Mentions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Kotlin + Ktor&lt;/strong&gt; — Lightweight, Kotlin-native, and the go-to for devs migrating from Android into backend. Spring Boot without the overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Swift + Vapor&lt;/strong&gt; — Apple's ecosystem pays well and Swift is genuinely fast and safe. Vapor brings it server-side. If you're building iOS and want your backend in the same language — this is your path.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zig + Native Tooling&lt;/strong&gt; — The no-nonsense C replacement quietly gaining ground in systems and embedded circles. Niche right now. Watch it closely as hardware tooling heats up into 2026.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Takeaway
&lt;/h2&gt;

&lt;p&gt;What hit me putting this together wasn't which combo is "best."&lt;/p&gt;

&lt;p&gt;It was the range. AI tooling to enterprise banking to cloud infrastructure to mobile to systems programming — these aren't competing stacks. They're different tools for different builders solving different problems.&lt;/p&gt;

&lt;p&gt;There's something on this list for you — whether you're picking your first stack, switching lanes, or doubling down on where you already are.&lt;/p&gt;

&lt;p&gt;Learn one properly. Build something real with it.&lt;/p&gt;




&lt;h2&gt;
  
  
  More From Me
&lt;/h2&gt;

&lt;p&gt;If you enjoyed this, check out my similar blogposts 👇🏼:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/theonemohitsharma/the-most-important-tool-in-your-dev-stack-is-one-youve-never-heard-of-47f4"&gt;The Most Important Tool in Your Dev Stack Is One You've Never Heard Of&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/theonemohitsharma/when-enterprises-vibe-code-on-a-grand-scale-and-its-a-rare-w-4gjo"&gt;When Enterprises Vibe Code On A Grand Scale and Its a Rare W!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/theonemohitsharma/i-watched-an-anime-and-built-a-vs-code-theme-bundle-inspired-by-17th-century-japanese-art-h5k"&gt;I Watched an Anime and Built a VS Code Theme Bundle Inspired by 17th-Century Japanese Art&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I write about AI tools, developer workflows, and who gets power when technology becomes accessible.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coffeecodeai.substack.com/" rel="noopener noreferrer"&gt;Subscribe on Substack Newsletter for weekly deep dives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/MohitSharm95396" rel="noopener noreferrer"&gt;Follow me on X for shorter takes and behind-the-scenes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>career</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The Most Important Tool in Your Dev Stack Is One You've Never Heard Of</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Sun, 15 Feb 2026 05:01:17 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/the-most-important-tool-in-your-dev-stack-is-one-youve-never-heard-of-47f4</link>
      <guid>https://dev.to/theonemohitsharma/the-most-important-tool-in-your-dev-stack-is-one-youve-never-heard-of-47f4</guid>
      <description>&lt;p&gt;You've seen it. That little spinning icon in the VS Code status bar. "Initializing JS/TS language features..." followed by some loading animation while your editor "thinks."&lt;/p&gt;

&lt;p&gt;I always noticed it. Every time I opened a TypeScript project, there it was — indexing, loading, doing &lt;em&gt;something&lt;/em&gt; behind the scenes.&lt;/p&gt;

&lt;p&gt;I never questioned it. Just waited for it to finish and got back to work.&lt;/p&gt;

&lt;p&gt;Then one day I actually looked into what was happening behind that loading icon. And what I found changed how I think about every code editor, every AI coding tool, and honestly — the entire developer tools ecosystem.&lt;/p&gt;

&lt;p&gt;That little icon? It's the most important thing in your editor. And it has nothing to do with VS Code.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Feature You Think VS Code Built
&lt;/h2&gt;

&lt;p&gt;Hover over a function and see its type signature. Ctrl+click to jump to a definition. Rename a symbol across your entire codebase.&lt;/p&gt;

&lt;p&gt;These feel like VS Code features. They feel &lt;em&gt;built into&lt;/em&gt; the editor.&lt;/p&gt;

&lt;p&gt;They're not.&lt;/p&gt;

&lt;p&gt;Every single one of those — hover info, go-to-definition, auto-completions, error squiggles, rename refactoring — comes from a separate program running in the background. For TypeScript, that program is called &lt;code&gt;tsserver&lt;/code&gt;. It's a language server. And it talks to VS Code through a protocol called LSP — the Language Server Protocol.&lt;/p&gt;

&lt;p&gt;VS Code is just the messenger. The intelligence lives elsewhere.&lt;/p&gt;

&lt;p&gt;That loading icon I kept seeing? That was &lt;code&gt;tsserver&lt;/code&gt; booting up, parsing my entire project, building a map of every type, every function, every connection in my codebase. VS Code was just... waiting for it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Before LSP: The Dark Ages Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;Here's the thing most developers don't realize — before 2016, none of this existed as a standard.&lt;/p&gt;

&lt;p&gt;If you wanted smart code features in your editor, the editor itself had to understand your programming language. Every editor. From scratch. Separately.&lt;/p&gt;

&lt;p&gt;Think about what that means.&lt;/p&gt;

&lt;p&gt;Want TypeScript support in Vim? Someone had to build TypeScript intelligence specifically for Vim. Want it in Sublime Text? Build it again. Eclipse? Again. Atom? Again.&lt;/p&gt;

&lt;p&gt;Every editor team was solving the same problem independently. Every language community was doing the same work five, ten, fifteen times over for different editors.&lt;/p&gt;

&lt;p&gt;The result was predictable. Most editors had mediocre language support. A few editors had great support for a few languages. And developers were locked into editors based on which ones happened to have decent tooling for their stack.&lt;/p&gt;

&lt;p&gt;It was a mess. A slow, fragmented, duplicated mess.&lt;/p&gt;

&lt;h2&gt;
  
  
  The HTTP Moment
&lt;/h2&gt;

&lt;p&gt;In 2016, Microsoft introduced LSP. And honestly, this is the part that doesn't get enough credit.&lt;/p&gt;

&lt;p&gt;The idea was almost embarrassingly simple: separate the editor from the language intelligence.&lt;/p&gt;

&lt;p&gt;Let the editor handle what editors are good at — showing text, managing tabs, rendering UI. Let language-specific intelligence run in its own server. Then define a standard protocol for them to talk to each other.&lt;/p&gt;

&lt;p&gt;Editor says: "Hey, the user is hovering over line 42, column 15. What's there?"&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%2Fql6512z8tilg8hk3cpjk.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%2Fql6512z8tilg8hk3cpjk.png" alt="How LSP Works Behind The Scenes?!" width="800" height="572"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Language server responds: "That's a function called &lt;code&gt;processOrder&lt;/code&gt; that takes a &lt;code&gt;CartItem[]&lt;/code&gt; and returns a &lt;code&gt;Promise&amp;lt;OrderResult&amp;gt;&lt;/code&gt;."&lt;/p&gt;

&lt;p&gt;That's it. JSON messages over a standard protocol. The editor doesn't need to know TypeScript. The language server doesn't need to know what editor you're using.&lt;/p&gt;

&lt;p&gt;This is why I call it the HTTP moment for code editors.&lt;/p&gt;

&lt;p&gt;Think about what HTTP did for the web. Before HTTP, if you wanted to access information on a network, you needed specific client software for specific servers. HTTP separated the browser from the server. Suddenly any browser could talk to any server. The web exploded.&lt;/p&gt;

&lt;p&gt;LSP did the same thing for developer tools.&lt;/p&gt;

&lt;p&gt;Build one language server for Python, and it works in VS Code, Neovim, Helix, Sublime, Emacs — everywhere. Build one editor with LSP support, and it instantly gets intelligence for every language that has a server.&lt;/p&gt;

&lt;p&gt;One protocol. The entire ecosystem unlocked.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Love Story That Built an Empire
&lt;/h2&gt;

&lt;p&gt;Now here's where it gets interesting.&lt;/p&gt;

&lt;p&gt;TypeScript's language server, &lt;code&gt;tsserver&lt;/code&gt;, wasn't just any language server. It was arguably the most sophisticated one ever built. And VS Code wasn't just any editor — it was built by the same company, Microsoft, specifically designed to be a thin, fast LSP client.&lt;/p&gt;

&lt;p&gt;This pairing was intentional. And it was devastating for the competition.&lt;/p&gt;

&lt;p&gt;When you opened a TypeScript project in VS Code, the experience was &lt;em&gt;magical&lt;/em&gt;. Instant type information. Intelligent auto-imports. Refactoring that actually worked across files. Error detection before you even saved.&lt;/p&gt;

&lt;p&gt;None of this was VS Code being clever. It was &lt;code&gt;tsserver&lt;/code&gt; being brilliant, and VS Code being the perfect lightweight client for it.&lt;/p&gt;

&lt;p&gt;But here's the beautiful part — because it was all LSP, that same &lt;code&gt;tsserver&lt;/code&gt; intelligence worked in Neovim. In Helix. In any editor that spoke the protocol. VS Code just happened to be the smoothest client for it.&lt;/p&gt;

&lt;p&gt;That's how VS Code won the editor wars. Not by building the best editor. By being the best &lt;em&gt;client&lt;/em&gt; for the best language servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Plot Twist Nobody Saw Coming
&lt;/h2&gt;

&lt;p&gt;Fast forward to today. AI coding tools are everywhere. Cursor, Continue, GitHub Copilot, Cody, Windsurf — every month there's a new one promising to revolutionize how you write code.&lt;/p&gt;

&lt;p&gt;Want to know what they all have in common?&lt;/p&gt;

&lt;p&gt;They're LSP clients. Advanced ones, sure. But LSP clients nonetheless.&lt;/p&gt;

&lt;p&gt;When Cursor's AI suggests a refactoring, it doesn't magically "understand" your codebase by reading files. It sends LSP requests — the same requests VS Code sends — to get type information, symbol references, diagnostics. It feeds that structured context to an LLM, which generates smarter suggestions.&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%2F5vhgao0v7ew2o56bp3ch.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%2F5vhgao0v7ew2o56bp3ch.png" alt="How LSP Works Behind The Scenes Now With AI Agents + Editors?!" width="800" height="757"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The AI didn't replace LSP. It built on top of it.&lt;/p&gt;

&lt;p&gt;Think about that for a second. The protocol designed in 2016 to let editors talk to language servers is now the backbone feeding context to AI models. Language servers provide the structured understanding — types, references, errors, symbols — that makes AI coding tools actually useful instead of just autocomplete on steroids.&lt;/p&gt;

&lt;p&gt;LSP didn't just survive the AI wave. It became the foundation the wave is built on.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Quiet Revolution
&lt;/h2&gt;

&lt;p&gt;Honestly, this is what gets me.&lt;/p&gt;

&lt;p&gt;We talk endlessly about which AI coding tool is best. Which LLM writes better code. Whether agents will replace developers.&lt;/p&gt;

&lt;p&gt;But underneath all of that noise, there's a nine-year-old JSON-RPC protocol quietly doing the actual work. Making sure your AI tool understands that &lt;code&gt;user&lt;/code&gt; on line 47 is the same &lt;code&gt;user&lt;/code&gt; defined on line 12. That renaming a function here doesn't break an import there. That the type signature your agent needs to make a smart suggestion is available in milliseconds.&lt;/p&gt;

&lt;p&gt;Code intelligence became open, composable infrastructure. Not locked inside any one editor. Not owned by any one company. A shared foundation that editors, plugins, and now AI agents all build on equally.&lt;/p&gt;

&lt;p&gt;A freelance developer in Lagos using Neovim gets the same TypeScript intelligence as a staff engineer at Google using VS Code. A brand new AI startup gets the same structured code understanding that GitHub Copilot does.&lt;/p&gt;

&lt;p&gt;That's what LSP actually did. It didn't just connect editors to language servers. It made code intelligence a public utility.&lt;/p&gt;

&lt;p&gt;So next time your editor magically understands your code, or your AI agent suggests a refactoring that actually works — look for that little loading icon in the status bar. Thank a 2016 protocol that quietly became the HTTP of developer tools.&lt;/p&gt;

&lt;p&gt;That's exactly what I'd like you to take away from this article.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The most transformative infrastructure isn't the kind that makes headlines. It's the kind that disappears into the background — so invisible, so reliable, that you forget it exists. Until you realize everything you depend on was built on top of it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That, My Friend, is the Language Server Protocol, The unsung Hero that nobody talks about.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  More From Me
&lt;/h2&gt;

&lt;p&gt;If you enjoyed this, check out my GitHub Copilot Competition submissions — two projects where I pushed the boundaries of what developer tools can do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/theonemohitsharma/i-built-a-voice-controlled-ide-in-16-days-my-voice-is-now-my-editor-3be5"&gt;I Built a Voice-Controlled IDE in 16 Days. My Voice Is Now My Editor.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/theonemohitsharma/i-watched-an-anime-and-built-a-vs-code-theme-bundle-inspired-by-17th-century-japanese-art-h5k"&gt;I Watched an Anime and Built a VS Code Theme Bundle Inspired by 17th-Century Japanese Art&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I write about AI tools, developer workflows, and who gets power when technology becomes accessible.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coffeecodeai.substack.com/" rel="noopener noreferrer"&gt;Subscribe on Substack Newsletter for weekly deep dives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/MohitSharm95396" rel="noopener noreferrer"&gt;Follow me on X for shorter takes and behind-the-scenes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>development</category>
      <category>learning</category>
      <category>vscode</category>
    </item>
    <item>
      <title>I Built a Voice-Controlled IDE in 16 Days. My Voice Is Now My Editor.</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Tue, 10 Feb 2026 07:54:55 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/i-built-a-voice-controlled-ide-in-16-days-my-voice-is-now-my-editor-3be5</link>
      <guid>https://dev.to/theonemohitsharma/i-built-a-voice-controlled-ide-in-16-days-my-voice-is-now-my-editor-3be5</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;VoiceDev&lt;/strong&gt; — a VS Code extension that lets you control your entire development workflow with your voice. Not just dictation. Real workflows. Git commits, file navigation, Copilot CLI queries, all of it — spoken.&lt;/p&gt;

&lt;p&gt;It started with a simple question I kept asking myself: &lt;em&gt;What if I could be even more productive?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I was tired of hunting down VS Code shortcuts. Tired of configuring keybindings just to do something simple. Tired of dictation tools that let you talk &lt;em&gt;at&lt;/em&gt; your editor but never &lt;em&gt;to&lt;/em&gt; it.&lt;/p&gt;

&lt;p&gt;I wanted more.&lt;/p&gt;

&lt;p&gt;I wanted to say "git commit message fixed the auth bug" and have it just... happen. No terminal. No command palette. No twelve-step shortcut sequence I'd forget by next week.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🗣️ "git status" → "git commit message fixed the auth bug" → "git push"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A full commit cycle. Just my voice.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🗣️ "open file server.ts" → "go to line 42" → "format document" → "save all"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Navigate, edit, save. Spoken.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🗣️ "ask copilot explain this file" → "copilot commit"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;AI-assisted development, triggered by voice.&lt;/p&gt;

&lt;p&gt;Here's the thing — I originally wanted to build a standalone voice app. But I spend most of my waking hours inside my IDE. I never want to leave it. So why would I build something that lives &lt;em&gt;outside&lt;/em&gt; the place where I actually work?&lt;/p&gt;

&lt;p&gt;That's how VoiceDev became a VS Code extension instead.&lt;/p&gt;

&lt;h3&gt;
  
  
  More Than Dictation
&lt;/h3&gt;

&lt;p&gt;Most voice tools for developers are glorified speech-to-text. You talk, text appears. That's it.&lt;/p&gt;

&lt;p&gt;VoiceDev is different. It understands &lt;em&gt;intent&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Say "format the document" and it triggers &lt;code&gt;format-document&lt;/code&gt; even though the wording isn't exact. Fuzzy matching with confidence scoring. If VoiceDev isn't sure what you meant, it falls back to dictation instead of guessing wrong. Nine commands support wildcard patterns — say "git commit message fixed the auth bug" and it extracts "fixed the auth bug" as your commit message.&lt;/p&gt;

&lt;p&gt;Development using voice is always faster than typing. Voice lets you map your raw thoughts directly into action. No translation layer. No "let me remember the shortcut for that." Just think it, say it, done.&lt;/p&gt;

&lt;h3&gt;
  
  
  Privacy and Saving Money
&lt;/h3&gt;

&lt;p&gt;Honestly? I'm tired of paying for things that should be free.&lt;/p&gt;

&lt;p&gt;Privacy and saving money — that's the core philosophy of VoiceDev. Your voice, your rules.&lt;/p&gt;

&lt;p&gt;Want speed? Use &lt;strong&gt;Groq&lt;/strong&gt; or &lt;strong&gt;Voxtral (Mistral)&lt;/strong&gt; — both blazing fast, both free tier.&lt;/p&gt;

&lt;p&gt;Want your voice to never leave your machine? Switch to &lt;strong&gt;Local&lt;/strong&gt; mode. It runs via faster-whisper, fully offline. Zero API keys. Zero cost. Unlimited usage. Your audio stays on your hardware.&lt;/p&gt;

&lt;p&gt;That choice matters. A developer in a startup who can't expense API keys should still have voice-native workflows. A freelancer working from a cafe on public WiFi shouldn't have to stream their voice to the cloud. A developer who just values their privacy shouldn't have to compromise on features.&lt;/p&gt;

&lt;p&gt;VoiceDev gives you cloud speed &lt;em&gt;or&lt;/em&gt; local privacy. Always your choice.&lt;/p&gt;

&lt;h3&gt;
  
  
  Safety, Because Voice Is Powerful
&lt;/h3&gt;

&lt;p&gt;Force push is blocked. Git push requires confirmation. VoiceDev doesn't guess on destructive commands.&lt;/p&gt;

&lt;p&gt;When you give your voice the power to control your editor, you better make sure it can't blow things up by accident.&lt;/p&gt;




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

&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/mohitSharma74/voicedev" rel="noopener noreferrer"&gt;github.com/mohitSharma74/voicedev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎨 &lt;strong&gt;Install from VS Code Marketplace:&lt;/strong&gt; &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.voicedev" rel="noopener noreferrer"&gt;VoiceDev (Preview)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 &lt;strong&gt;Watch VoiceDev in Action:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/65OpDcS4oHM"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;




&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;This is my second submission for the Copilot CLI Challenge. &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.ukiyo-tone" rel="noopener noreferrer"&gt;My first was Ukiyo-Tone&lt;/a&gt; — a VS Code theme bundle inspired by Japanese woodblock art. That project taught me how to work &lt;em&gt;with&lt;/em&gt; Copilot CLI. VoiceDev is where I pushed it to its absolute limits.&lt;/p&gt;

&lt;h3&gt;
  
  
  My Framework
&lt;/h3&gt;

&lt;p&gt;I follow a pipeline for everything I build: &lt;strong&gt;Idea → Philosophy → Brand Identity → PRD → Milestones → Execution → Testing.&lt;/strong&gt; (&lt;em&gt;Hint: Im actually working on a blog series to talk about this framework in depth and how can someone leverage it with their own workflow&lt;/em&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%2Frl9bbk1bguwsbgu6i227.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%2Frl9bbk1bguwsbgu6i227.png" alt="My Product Lifecycle Framework + Cycle"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every product. Same framework. No exceptions.&lt;/p&gt;

&lt;p&gt;GitHub Copilot CLI was my partner from Idea all the way through Milestones. Not just for writing code — for thinking through the product. During the Idea phase, I used it to research the landscape of voice-controlled dev tools and VS Code extension architecture. During Philosophy and Brand Identity, it helped me articulate VoiceDev's core beliefs. By PRD and Milestones, it was helping me break down a multi-provider speech-to-text architecture into shippable chunks.&lt;/p&gt;

&lt;p&gt;But here's what made the difference.&lt;/p&gt;

&lt;h3&gt;
  
  
  Agent Skills: Giving AI Power and Boundaries
&lt;/h3&gt;

&lt;p&gt;I created Agent Skills — guardrails that made sure Copilot CLI could never make a decision outside my philosophy and vision.&lt;/p&gt;

&lt;p&gt;Think of it as a leash. Not because the AI is dangerous, but because AI agents &lt;em&gt;drift&lt;/em&gt;. Without constraints, they optimize for "technically correct" instead of "aligned with what I'm actually building."&lt;/p&gt;

&lt;p&gt;Privacy-first? Non-negotiable. Local offline mode? Must exist from day one. Progressive disclosure? Every suggestion had to fit the vision.&lt;/p&gt;

&lt;p&gt;Agent Skills kept Copilot CLI building &lt;em&gt;my&lt;/em&gt; product, not just &lt;em&gt;a&lt;/em&gt; product. That's a distinction most people miss when they work with AI agents. You need to control its powers, not just unleash them.&lt;/p&gt;

&lt;h3&gt;
  
  
  Beyond Building: Reviews and Delegations
&lt;/h3&gt;

&lt;p&gt;Copilot CLI wasn't just for building. Once code was written, I used it for &lt;strong&gt;code reviews&lt;/strong&gt; on my own repository — catching patterns I'd miss after staring at the same codebase for days. And for &lt;strong&gt;cloud delegations&lt;/strong&gt; — offloading deployment tasks and infrastructure decisions without context-switching out of my terminal.&lt;/p&gt;

&lt;p&gt;Build, review, deploy. All from the CLI. All with context.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Thing That Almost Killed It
&lt;/h3&gt;

&lt;p&gt;I need to be real about something.&lt;/p&gt;

&lt;p&gt;There aren't many audio libraries out there that work cross-platform &lt;em&gt;and&lt;/em&gt; give you the fine-tuning you need for a product like this. In the early days, I was searching for a library that could handle recording, audio processing, and work on Windows, Mac, and Linux without falling apart.&lt;/p&gt;

&lt;p&gt;I almost had to kill the idea.&lt;/p&gt;

&lt;p&gt;Every library I tried had a dealbreaker. Wrong platform support. No fine-tuning. Bad audio quality. Limited format options. I spent days on this — not writing features, just trying to find the foundation.&lt;/p&gt;

&lt;p&gt;The library I ended up with has a big compromise: size. It's heavier than I'd like. But it checks every other box — cross-platform, reliable, configurable. Sometimes shipping means accepting trade-offs and moving forward.&lt;/p&gt;

&lt;p&gt;That's not the kind of thing you read about in product launches. But it's the truth of building something real.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Connected Ecosystem
&lt;/h3&gt;

&lt;p&gt;What surprised me most wasn't Copilot CLI by itself. It was the connected ecosystem.&lt;/p&gt;

&lt;p&gt;I'm fully invested in the GitHub ecosystem, and with MCP servers plugged in, Copilot CLI always had the right context available. That's massive when you're building something complex.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Microsoft Learn MCP server&lt;/strong&gt; is a perfect example. When I was figuring out how to package and publish a VS Code extension — which has its own quirks and gotchas — I didn't have to tab out and dig through Microsoft's documentation. Copilot CLI already had that context through the MCP server. I could ask questions and steer my product based on real, up-to-date documentation without leaving my terminal.&lt;/p&gt;

&lt;p&gt;Same with GitHub MCP. Issues, PRs, repo context — all available to the agent without me copy-pasting anything into a chat window.&lt;/p&gt;

&lt;p&gt;That connected ecosystem is what made it possible to ship VoiceDev from idea to preview in &lt;strong&gt;16 days&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Let me say that again. A voice-controlled VS Code extension with four speech-to-text providers, 30+ commands, fuzzy matching, wildcard pattern extraction, a local offline mode with faster-whisper, Copilot CLI integration, Copilot Chat integration, audio feedback, and a Command Center webview.&lt;/p&gt;

&lt;p&gt;Sixteen days. I'll take that win.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Moment It Clicked
&lt;/h3&gt;

&lt;p&gt;There's a moment I keep coming back to.&lt;/p&gt;

&lt;p&gt;I used GitHub Copilot CLI to build the feature inside VoiceDev that &lt;em&gt;calls&lt;/em&gt; GitHub Copilot CLI by voice.&lt;/p&gt;

&lt;p&gt;Say "ask copilot explain this error" and VoiceDev sends it to Copilot CLI. Say "copilot commit" and Copilot generates your commit message. Say "copilot suggest how to list docker containers" and you get an answer without touching your keyboard.&lt;/p&gt;

&lt;p&gt;Seeing it work for the first time — my voice triggering the same tool that helped me build the feature — felt like a real sense of achievement. Not because it was technically impressive. Because it was &lt;em&gt;following my vision&lt;/em&gt;. The thing I imagined during the Idea phase was now real and doing exactly what I designed it to do.&lt;/p&gt;

&lt;p&gt;That's the feeling you build for.&lt;/p&gt;

&lt;h3&gt;
  
  
  Honestly...
&lt;/h3&gt;

&lt;p&gt;I'm a TUI person. I live in the terminal. I want to do everything from my command line.&lt;/p&gt;

&lt;p&gt;Copilot CLI meets me exactly where I already work. No new UI. No context switching. Just my terminal, my agent, and a product that shipped in 16 days because the ecosystem gave me superpowers without asking me to change how I work.&lt;/p&gt;

&lt;p&gt;Copilot CLI + MCP servers + Agent Skills isn't just "AI writes code for you." It's an agent that builds &lt;em&gt;with&lt;/em&gt; you, inside boundaries you define, with access to the documentation and context it needs. That's a development partner.&lt;/p&gt;

&lt;p&gt;And VoiceDev is proof of what happens when that partnership works.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's Next
&lt;/h3&gt;

&lt;p&gt;VoiceDev is at v0.1.0-preview. Here's where it's heading:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Action Chaining&lt;/strong&gt; — say "git workflow" to run diff → stage → commit → push in one voice command. Chain any combination of built-in commands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Custom Macros&lt;/strong&gt; — say "deploy staging" to trigger your own sequence of git pull → build → deploy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI-powered workflows&lt;/strong&gt; — inline completion and coding assists, triggered by voice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Real-time translation&lt;/strong&gt; — speak in any language, VoiceDev understands in English.&lt;/p&gt;

&lt;p&gt;The vision is simple. Your voice is your IDE.&lt;/p&gt;




&lt;p&gt;That's exactly what I'd like you to take away from this.&lt;/p&gt;

&lt;p&gt;Voice-native development isn't about replacing your keyboard. It's about giving developers a faster, more natural way to do the things that pull them out of flow. Voice maps your raw thoughts directly into action — no shortcuts to memorize, no menus to navigate, no flow to break.&lt;/p&gt;

&lt;p&gt;And GitHub Copilot CLI made it possible to ship this in 16 days instead of 16 weeks. Not because it wrote the code for me. Because it thought through the product with me, stayed inside my guardrails, and had the context it needed through a connected ecosystem that just works.&lt;/p&gt;

&lt;p&gt;If you want to try it: &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.voicedev" rel="noopener noreferrer"&gt;install VoiceDev from the marketplace&lt;/a&gt;. Press &lt;code&gt;Ctrl+Shift+V&lt;/code&gt;. And just... talk to your editor.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/mohitSharma74/voicedev" rel="noopener noreferrer"&gt;github.com/mohitSharma74/voicedev&lt;/a&gt;&lt;br&gt;
🎥 &lt;strong&gt;Demo:&lt;/strong&gt; &lt;a href="https://youtu.be/65OpDcS4oHM" rel="noopener noreferrer"&gt;youtube.com/watch?v=65OpDcS4oHM&lt;/a&gt;&lt;br&gt;
🎨 &lt;strong&gt;Marketplace:&lt;/strong&gt; &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.voicedev" rel="noopener noreferrer"&gt;VoiceDev (Preview)&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;While you are at it, show me some love on these 🥰 - &lt;/p&gt;

&lt;p&gt;🆇 &lt;strong&gt;Twitter/X:&lt;/strong&gt; &lt;a href="https://x.com/MohitSharm95396" rel="noopener noreferrer"&gt;https://x.com/MohitSharm95396&lt;/a&gt;&lt;br&gt;
⛓️‍💥 &lt;strong&gt;Linktree:&lt;/strong&gt; &lt;a href="https://linktr.ee/onlyonemohitsharma" rel="noopener noreferrer"&gt;https://linktr.ee/onlyonemohitsharma&lt;/a&gt;&lt;br&gt;
📸 &lt;strong&gt;TerminalSnap:&lt;/strong&gt; &lt;a href="https://terminalsnap.online/" rel="noopener noreferrer"&gt;https://terminalsnap.online/&lt;/a&gt;&lt;br&gt;
🎋 &lt;strong&gt;Ukiyo-tone:&lt;/strong&gt; &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.ukiyo-tone" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.ukiyo-tone&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>When Enterprises Vibe Code On A Grand Scale and Its a Rare W!</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Fri, 06 Feb 2026 09:56:56 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/when-enterprises-vibe-code-on-a-grand-scale-and-its-a-rare-w-4gjo</link>
      <guid>https://dev.to/theonemohitsharma/when-enterprises-vibe-code-on-a-grand-scale-and-its-a-rare-w-4gjo</guid>
      <description>&lt;p&gt;Let me tell you exactly how this started.&lt;/p&gt;

&lt;p&gt;I'm scrolling through tech Twitter, minding my own business, and OpenAI drops a blog post about their new coding model. Standard stuff. Benchmarks, charts, "state-of-the-art performance," the usual.&lt;/p&gt;

&lt;p&gt;Then I read this:&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%2Fspq36obcb05kfwyl00ho.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%2Fspq36obcb05kfwyl00ho.png" alt="A line paragraph from Codex-5.3 Blog"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I stopped scrolling.&lt;/p&gt;

&lt;p&gt;They used early versions of Codex 5.3 to debug its own training. To manage its own deployment. To diagnose its own test results. The model helped build the model.&lt;/p&gt;

&lt;p&gt;Are we living in a simulation? Because that reads like the opening crawl of a sci-fi movie, not a product announcement.&lt;/p&gt;

&lt;p&gt;Alright hear me out I don't normally do testing on new models but this intrigued me a lot.&lt;/p&gt;

&lt;p&gt;I had to stress-test this thing immediately. Not with a todo app. Not with a dashboard. I wanted to throw the weirdest, most out-of-comfort-zone design prompts I could imagine — and see if a model that apparently helped create itself could handle creative direction that most human developers would need days to execute.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Setup
&lt;/h2&gt;

&lt;p&gt;Four prompts. Four wildly different visual styles for a personal portfolio website. Each one packed with specific aesthetic direction, 12-16 negative constraints telling it what NOT to do, and exact content for every section.&lt;/p&gt;

&lt;p&gt;One shot each. &lt;code&gt;gpt-codex-5.3&lt;/code&gt;, high reasoning mode. No follow-ups, no corrections.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prompt 1: 90s American Comic Book
&lt;/h2&gt;

&lt;p&gt;Todd McFarlane's Spawn. Jim Lee's X-Men. Early Image Comics.&lt;/p&gt;

&lt;p&gt;Halftone dot textures, POW/ZAP action bursts, speech bubble CTAs, angled comic panel layouts with gutters. I told it explicitly: &lt;em&gt;don't use generic fonts, don't use a standard grid, don't make it look like every other developer portfolio on the internet.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/FdlXnfJsGpY"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;The panels had actual gutters. Action bursts pulsed on hover. The palette was loud, saturated, and unapologetically 90s. Minor alignment quirks — ten-minute fixes. But the design intent? It understood it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prompt 2: New York Cartoonist Minimalism
&lt;/h2&gt;

&lt;p&gt;The polar opposite. Saul Steinberg. Roz Chast. New Yorker covers.&lt;/p&gt;

&lt;p&gt;Thin pen-and-ink line art. Generous whitespace. Wobbly hand-drawn borders. Witty margin annotations. I told it: &lt;em&gt;no bold colors, no sans-serifs, no CSS gradients, no hamburger menus, no corporate startup energy whatsoever.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/V6mO47uvo-I"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;This one surprised me the most. Codex generated inline SVGs that actually looked hand-drawn — wobbly lines, crosshatch patterns, pen-sketch icons. The layout breathed. It didn't fall back to the standard card grid every AI defaults to.&lt;/p&gt;

&lt;p&gt;Honestly, this was the prompt I expected to break it. A comic book style has clear rules. But "make it feel like a New Yorker illustration" is vibes. It's the kind of brief that makes junior designers ask twelve follow-up questions.&lt;/p&gt;

&lt;p&gt;Codex just... got it. First try.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prompt 3: Deep Space Sci-Fi Terminal
&lt;/h2&gt;

&lt;p&gt;Nostromo from Alien meets 2001: A Space Odyssey.&lt;/p&gt;

&lt;p&gt;CRT scan lines, glowing neon text on void-black, radar grids, HUD overlays. Skills as ship system diagnostics. Projects as classified mission briefings. Contact form as a communication terminal — "SENDER IDENTIFICATION" instead of "Name." I even asked for a hidden easter egg.&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/EF-_3Swpduc"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;CSS-generated star field. Authentic typing boot-up animation. Glow effects balanced perfectly — bright enough for sci-fi, readable enough to use. And yes, it built the easter egg.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prompt 4: Pixel Art / Minecraft Style
&lt;/h2&gt;

&lt;p&gt;The wildcard. Design the entire website as a Minecraft inventory screen.&lt;/p&gt;

&lt;p&gt;Skills in a 3×2 inventory slot grid with Minecraft-style tooltips — dark purple background, rarity tags like "LEGENDARY." Projects as quest log entries. An XP bar showing "Level 8" for years of experience. I specified: &lt;em&gt;all animations must use &lt;code&gt;steps()&lt;/code&gt; timing, &lt;code&gt;image-rendering: pixelated&lt;/code&gt; everywhere, generate all icons using CSS box-shadow pixel art, no image files.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/x7JVTQRMFp4"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;Pure CSS pixel art. Block textures from repeating gradients. Stepped frame-based animations. The inventory slots looked right. The tooltips felt right. It even hid a creeper easter egg.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Actually Impressed Me
&lt;/h2&gt;

&lt;p&gt;The "created itself" headline is wild. But what sold me wasn't the existential sci-fi of it all. It was three practical things.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Negative prompting actually worked.&lt;/strong&gt; I didn't just tell Codex what to build — I told it what NOT to do. No generic fonts, no smooth gradients, no card grids, no "every portfolio ever" energy. And it listened. Each result had a distinct personality because the constraints forced it away from its defaults.&lt;/p&gt;

&lt;p&gt;That matters. The biggest problem with AI-generated code isn't capability — it's that everything looks the same. Negative prompting breaks that pattern.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Asset generation was genuinely good.&lt;/strong&gt; Every prompt said "generate all visual assets — no placeholders, no broken links." Codex created inline SVGs, CSS pixel art, code-generated star fields, hand-drawn borders — all from scratch, self-contained, no external dependencies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Speed and token efficiency surprised me.&lt;/strong&gt; These weren't simple prompts. Detailed aesthetic direction, a dozen-plus constraints, four page sections with exact content, high reasoning mode. Still processed fast without truncating.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bigger Point
&lt;/h2&gt;

&lt;p&gt;Here's what bugs me about the "Codex created itself" discourse.&lt;/p&gt;

&lt;p&gt;Everyone's focused on the existential angle. Simulation theory. Recursive AI. Should we be worried?&lt;/p&gt;

&lt;p&gt;Fun questions. But they miss the practical truth staring us in the face.&lt;/p&gt;

&lt;p&gt;The gap between &lt;em&gt;imagining something&lt;/em&gt; and &lt;em&gt;having it exist&lt;/em&gt; just collapsed.&lt;/p&gt;

&lt;p&gt;I described four visual styles — styles requiring genuine design taste — in plain English. They materialized. Not perfectly. But well enough that the remaining work is tweaking, not building.&lt;/p&gt;

&lt;p&gt;Honestly, the real shift isn't about whether AI can create itself. It's about what it lets you create.&lt;/p&gt;

&lt;p&gt;A product manager who's never written CSS can now describe their vision and see it built. A developer with strong backend skills can now explore visual directions they'd never attempt manually. A freelancer who can't afford a designer can prototype four aesthetics before their first client call.&lt;/p&gt;

&lt;p&gt;You're the pilot now. Codex is the ship. And a ship that helped build itself? Turns out it flies pretty well.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Prompts
&lt;/h2&gt;

&lt;p&gt;I'm sharing all four prompts — complete with direction, constraints, and specs. Grab them, stress-test Codex yourself.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/mohitSharma74/3895c4cd0aa8f2bad5ffb21b91140269" rel="noopener noreferrer"&gt;Public Github Gist to all the prompts &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try throwing something weird at it. Something you'd need a few days and a mood board to build yourself.&lt;/p&gt;

&lt;p&gt;A model that helped create itself can probably handle your landing page.&lt;/p&gt;




&lt;h2&gt;
  
  
  Couple of Announcements
&lt;/h2&gt;

&lt;p&gt;Checkout a couple of Open-Source Projects created by yours truly - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://dev.to/theonemohitsharma/i-watched-an-anime-and-built-a-vs-code-theme-bundle-inspired-by-17th-century-japanese-art-h5k"&gt;Ukiyo-tone:&lt;/a&gt;&lt;/strong&gt; Themes inspired by ancient japanese techniques &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://terminalsnap.online/" rel="noopener noreferrer"&gt;TerminalSnap:&lt;/a&gt;&lt;/strong&gt; Imagine carbon.now.sh but for terminals! Create beautiful terminal screenshots for your own docs and blogs.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Loved this post?&lt;/strong&gt;&lt;br&gt;
I write about &lt;strong&gt;AI, Productivity, and Code&lt;/strong&gt; in my &lt;a href="https://coffeecodeai.substack.com/" rel="noopener noreferrer"&gt;Substack newsletter - Coffee, Code &amp;amp; AI&lt;/a&gt;. Join &lt;strong&gt;curious minds&lt;/strong&gt; to get way more stuff like this in your inbox.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://coffeecodeai.substack.com/" rel="noopener noreferrer"&gt;Subscribe now&lt;/a&gt; and never miss an update!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openai</category>
      <category>software</category>
      <category>productivity</category>
    </item>
    <item>
      <title>If you followed me recently, I really appreciate it! &lt;3

I really wanted to know if you have tried the Unikyo-Tone themes in your workspace yet! Do you have any thoughts? Any feedbacks? Anything? I'm all ears here!

#watercooler #discussion</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Thu, 05 Feb 2026 09:20:15 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/if-you-followed-me-recently-i-really-appreciate-it-3-i-really-wanted-to-know-if-you-have-3dam</link>
      <guid>https://dev.to/theonemohitsharma/if-you-followed-me-recently-i-really-appreciate-it-3-i-really-wanted-to-know-if-you-have-3dam</guid>
      <description></description>
    </item>
    <item>
      <title>I Watched an Anime and Built a VS Code Theme Bundle Inspired by 17th-Century Japanese Art</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Wed, 04 Feb 2026 17:09:28 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/i-watched-an-anime-and-built-a-vs-code-theme-bundle-inspired-by-17th-century-japanese-art-h5k</link>
      <guid>https://dev.to/theonemohitsharma/i-watched-an-anime-and-built-a-vs-code-theme-bundle-inspired-by-17th-century-japanese-art-h5k</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;Ukiyo-Tone&lt;/strong&gt; — a six-theme VS Code bundle inspired by 17th-century Japanese Ukiyo-e woodblock prints and Sumi-e ink traditions.&lt;/p&gt;

&lt;p&gt;It started with a Netflix binge.&lt;/p&gt;

&lt;p&gt;I was watching &lt;em&gt;Blue Eye Samurai&lt;/em&gt; and couldn't stop staring at the animation. Gorgeous. Every frame felt like a painting. That sent me down a rabbit hole — researching Ukiyo-e techniques, woodblock printing, mineral pigments, the whole aesthetic tradition.&lt;/p&gt;

&lt;p&gt;And somewhere in that rabbit hole, I thought: &lt;em&gt;What if my code editor felt like this?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Not flashy. Not trendy. Just... calm. Sharp. Built for long hours of focused work.&lt;/p&gt;

&lt;p&gt;Honestly? Most VS Code themes feel like they're designed for screenshots, not actual coding sessions. They're either too sterile (corporate vibes) or too chaotic (rainbow syntax highlighting that makes your eyes bleed after two hours).&lt;/p&gt;

&lt;p&gt;Ukiyo-Tone is different. It treats color as &lt;strong&gt;syntax, not paint&lt;/strong&gt;. Keywords define grammar. Functions express motion. Variables carry weight. Nothing exists purely for aesthetics.&lt;/p&gt;

&lt;p&gt;The bundle includes six distinct themes, each inspired by specific elements of Edo period culture:&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%2F640nqfixrc2wiyvuypum.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%2F640nqfixrc2wiyvuypum.png" alt="All Unikyo-Tone Themes" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Asahi (旭 - Morning Sun)&lt;/strong&gt; — Light theme. Fresh washi paper and early morning light.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Karesansui (枯山水 - Dry Landscape)&lt;/strong&gt; — Zen garden theme. Moss, stone, and raked sand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tasogare (黄昏 - Twilight)&lt;/strong&gt; — Soft dark theme. Evening landscapes and faded indigo.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Koke-Dera (苔寺 - Moss Temple)&lt;/strong&gt; — Monotone dark. Deep forest shadows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kuro-Sumi (黒墨 - Black Ink)&lt;/strong&gt; — Deep dark theme. Charcoal ink and midnight shadows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kachi-iro (勝ち色 - Victory Color)&lt;/strong&gt; — High contrast dark. The "lucky" navy indigo worn by samurai.&lt;/p&gt;

&lt;p&gt;Each theme follows the same philosophy: &lt;strong&gt;restraint over abundance&lt;/strong&gt;. If a visual choice improves screenshots but harms long-term focus, it gets rejected.&lt;/p&gt;

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

&lt;p&gt;🎨 &lt;strong&gt;Install from VS Code Marketplace:&lt;/strong&gt; &lt;a href="https://marketplace.visualstudio.com/items?itemName=OneMohitSharma.ukiyo-tone" rel="noopener noreferrer"&gt;Ukiyo-Tone&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/mohitSharma74/ukiyo-tone" rel="noopener noreferrer"&gt;github.com/mohitSharma74/ukiyo-tone&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;Install on VS Code Forked IDEs from Open VSIX:&lt;/strong&gt; &lt;a href="https://open-vsx.org/extension/OneMohitSharma/ukiyo-tone" rel="noopener noreferrer"&gt;Ukiyo-tone&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Asahi (旭 - Morning Sun)&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%2F43d9uebdt765ex123a4d.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%2F43d9uebdt765ex123a4d.png" alt="Asahi Theme" width="800" height="504"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Karesansui (枯山水 - Dry Landscape)&lt;/strong&gt;&lt;br&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%2Fbe67wx8endooanzv6anv.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%2Fbe67wx8endooanzv6anv.png" alt="Karesansui Theme" width="800" height="519"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tasogare (黄昏 - Twilight)&lt;/strong&gt;&lt;br&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%2Ft57ii6tno6s9bzeirhg8.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%2Ft57ii6tno6s9bzeirhg8.png" alt="Tasogare Theme" width="800" height="525"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Koke-Dera (苔寺 - Moss Temple)&lt;/strong&gt;&lt;br&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%2F80uaeoe28grqoeid6r13.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%2F80uaeoe28grqoeid6r13.png" alt="Koke-Dera Theme" width="800" height="517"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kuro-Sumi (黒墨 - Black Ink)&lt;/strong&gt;&lt;br&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%2F54hfscn279jubnjiilxo.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%2F54hfscn279jubnjiilxo.png" alt="Kuro-Sumi Theme" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kachi-iro (勝ち色 - Victory Color)&lt;/strong&gt;&lt;br&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%2Ffh737dfb5gf3u3amvv0c.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%2Ffh737dfb5gf3u3amvv0c.png" alt="Kachi-iro Theme" width="800" height="511"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot CLI didn't just help me build this — it helped me &lt;em&gt;think&lt;/em&gt; through this.&lt;/p&gt;

&lt;h3&gt;
  
  
  Extracting Color Palettes from Art
&lt;/h3&gt;

&lt;p&gt;I fed Copilot CLI a bunch of reference images — actual Ukiyo-e paintings, woodblock prints, photos of zen gardens. Then I asked it to analyze and extract color palettes that would work for syntax highlighting while staying true to the aesthetic.&lt;/p&gt;

&lt;p&gt;This wasn't just "give me hex codes." It was a conversation about which colors carry enough contrast for readability, which ones feel organic versus mechanical, and how mineral pigment limitations in traditional art could translate to a modern coding environment.&lt;/p&gt;

&lt;h3&gt;
  
  
  Developing the Philosophy Document
&lt;/h3&gt;

&lt;p&gt;The PHILOSOPHY.md file in my repo isn't an afterthought — it's the project's north star. I used Copilot CLI to help articulate my vision clearly.&lt;/p&gt;

&lt;p&gt;I'd describe what I wanted ("a theme that disappears once deep focus begins") and Copilot would help me sharpen the language, identify contradictions in my thinking, and structure the document so it could guide future decisions.&lt;/p&gt;

&lt;p&gt;The result is a decision framework that works for both humans and AI agents:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;When evaluating any change, ask:&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Does this improve long-session clarity?&lt;/li&gt;
&lt;li&gt;Does this preserve visual hierarchy?&lt;/li&gt;
&lt;li&gt;Does this reduce cognitive noise?&lt;/li&gt;
&lt;li&gt;Would removing this make the theme weaker?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;If the answer is unclear — do nothing.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Learning VS Code Theme Standards
&lt;/h3&gt;

&lt;p&gt;I used the Microsoft Learn MCP server with Copilot to stay up to speed on VS Code theme development standards. Instead of jumping between documentation tabs, I could ask contextual questions while building — what token types exist, how semantic highlighting works, which scopes to target for specific languages.&lt;/p&gt;

&lt;p&gt;It kept me in flow instead of breaking my concentration to search docs.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Honest Truth
&lt;/h3&gt;

&lt;p&gt;Copilot CLI made this project possible in the time I had. Without it, I would've spent weeks just researching color theory and VS Code APIs. Instead, I spent that time on what mattered: making deliberate design choices that serve developers who actually want calm in their editor.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Ukiyo-Tone itself is just the beginning.&lt;/p&gt;

&lt;p&gt;I'm currently working on a companion project: &lt;strong&gt;VS Code icons inspired by Ukiyo-e art and Sumi-e brush strokes&lt;/strong&gt;. Same philosophy — restraint, clarity, cultural grounding. Designed to pair seamlessly with these themes.&lt;/p&gt;

&lt;p&gt;Because honestly? Your editor shouldn't feel like six different design languages duct-taped together. It should feel like one intentional space.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who This Is For
&lt;/h2&gt;

&lt;p&gt;This theme isn't for everyone. And that's intentional.&lt;/p&gt;

&lt;p&gt;It's for developers who spend long hours in their editor and want something that doesn't fight for their attention. For night-shift coders who need low eye strain without sacrificing readability. For anyone who's ever looked at their VS Code setup and thought: &lt;em&gt;this feels like a corporate tool, not a craftsman's instrument&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Ukiyo-Tone is for people who want their workspace to feel like a zen garden — calm, intentional, and built for seeking clarity.&lt;/p&gt;

&lt;p&gt;If you've ever felt like your editor's theme was designed for someone else's demo video instead of your actual workflow, give this a try.&lt;/p&gt;

&lt;p&gt;That's exactly what I'd like you to take away from this.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>Been using and testing Kimi 2.5 in Kilo Code + Openrouter, and I gotta it is bloody incredible. 🔥

 It's amazing how open weight or open source models are closing the gaps to Frontier Models 🚀

#ai #productivity #softwaredevelopment #webdev</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Fri, 30 Jan 2026 11:19:20 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/been-using-and-testing-kimi-25-in-kilo-code-openrouter-and-i-gotta-it-is-bloody-incredible-1m48</link>
      <guid>https://dev.to/theonemohitsharma/been-using-and-testing-kimi-25-in-kilo-code-openrouter-and-i-gotta-it-is-bloody-incredible-1m48</guid>
      <description></description>
    </item>
    <item>
      <title>Subscription Fatigue Got Me. 6 Open-Source Solutions Saved Me $150/month.</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Fri, 30 Jan 2026 08:26:51 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/subscription-fatigue-got-me-6-open-source-solutions-saved-me-150year-5c57</link>
      <guid>https://dev.to/theonemohitsharma/subscription-fatigue-got-me-6-open-source-solutions-saved-me-150year-5c57</guid>
      <description>&lt;p&gt;Dashlane sent me a renewal notice. $120 for the year.&lt;/p&gt;

&lt;p&gt;Two years earlier? I paid $12.&lt;/p&gt;

&lt;p&gt;Same features. Same product. 10x the price because they could.&lt;/p&gt;

&lt;p&gt;I exported my passwords that night and built my own stack instead.&lt;/p&gt;

&lt;p&gt;That's when I stopped renting my infrastructure from companies that could change the deal whenever they wanted. I started owning it.&lt;/p&gt;

&lt;p&gt;Self-hosting open-source projects isn't some extreme DevOps move. Railway has a generous free tier and charges you only for what you actually use. Most of these tools cost me nothing. The ones that do? Maybe five dollars a month total.&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%2Fzcf4awxpksuctdvooqp0.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%2Fzcf4awxpksuctdvooqp0.png" alt="Pricing Page for Railway" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also run these on a Raspberry Pi sitting in your closet, an old laptop, or any machine with some RAM, storage, and network access. No cloud provider needed if you don't want one.&lt;/p&gt;

&lt;p&gt;Here are the six projects I actually use every day. Full control. Zero subscription fatigue. Code I can fork if I need to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Small Disclaimer:&lt;/strong&gt; &lt;em&gt;Not a promotion for Railway or anything, just some love for a platform who is trying to be unique and consumer friendly in the industry.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Vaultwarden + Bitwarden (Password Manager)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; LastPass, Dashlane, 1Password&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; GPLv3 (open source)&lt;/p&gt;

&lt;p&gt;Bitwarden's premium service costs $10/year. Dashlane wanted $120.&lt;/p&gt;

&lt;p&gt;Vaultwarden is a lightweight, open-source implementation of the Bitwarden server. Same apps, same browser extensions, same everything. But the vault lives on your server.&lt;/p&gt;

&lt;p&gt;When Dashlane raised prices, I had no choice but to accept or leave. With Vaultwarden, if development stops tomorrow, I fork it. The passwords are mine. The encryption keys are mine. Nobody's holding them hostage for a subscription renewal.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Ollama + Llama Models (Local Code Reviews)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; GitHub Copilot code review features, paid AI assistants&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; Runs locally (free), or Railway $5/month for remote access&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT (Ollama), various for models&lt;/p&gt;

&lt;p&gt;I was burning through Claude credits reviewing pull requests and refactoring code. Ollama with Llama 3.2 runs on my laptop. Instant code reviews, no API costs, zero latency waiting for responses.&lt;/p&gt;

&lt;p&gt;The code never leaves my machine. Proprietary projects, client work, experimental features—all reviewed locally without touching third-party servers.&lt;/p&gt;

&lt;p&gt;When you're iterating fast, that privacy and speed matters more than you'd think.&lt;/p&gt;

&lt;p&gt;Btw if you want me to make this an open source project, don’t forget to comment below. &lt;/p&gt;




&lt;h2&gt;
  
  
  3. Memos + Moltbot (Writing &amp;amp; Quick Notes)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; Notion quick capture, Apple Notes, Google Keep&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT (open source)&lt;/p&gt;

&lt;p&gt;Notion's great until you need offline access or want your notes as actual markdown files you control.&lt;/p&gt;

&lt;p&gt;Memos is stupid simple. Markdown-based, tagged, searchable. Moltbot automates publishing and organization. I draft article ideas during meetings, tag them for later, and my entire writing backlog lives in plain text files I can grep through.&lt;/p&gt;

&lt;p&gt;No vendor lock-in. No proprietary formats. Just text files I own.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Gitea (Private Git Hosting)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; GitHub private repos, GitLab hosted plans&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; Railway $5/month handles multiple repos easily&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT (open source)&lt;/p&gt;

&lt;p&gt;GitHub owns your private repositories. Microsoft can read them, train models on them, change API access whenever they want.&lt;/p&gt;

&lt;p&gt;Gitea gives you Git hosting, issues, pull requests, and webhooks on your infrastructure. I use it for side projects I'm building before they're ready to ship, experiments I don't want public yet, and tools I'm tinkering with that might never see the light of day.&lt;/p&gt;

&lt;p&gt;When you're in that messy exploration phase—trying ideas, breaking things, figuring out what works—you don't want that on public GitHub. And you definitely don't want to pay for private repos when you can host them yourself.&lt;/p&gt;

&lt;p&gt;When GitHub changes their terms or pricing, I don't care. My code isn't there.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Linkding + Custom MCP Server + Claude (Research System)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; Raindrop.io Premium, Pocket Premium, Instapaper&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier + Claude usage (which I was already paying)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT (Linkding, open source)&lt;/p&gt;

&lt;p&gt;This is where it gets interesting.&lt;/p&gt;

&lt;p&gt;I built a custom Claude MCP server that connects to my Linkding instance. When I'm writing an article, Claude can pull from every research link I've saved, tagged, and archived over the past months.&lt;/p&gt;

&lt;p&gt;Raindrop.io Premium wanted $28/year for full-text search and tagging. With Linkding, I get that plus a direct pipeline into my AI workflow. The research I do for one article becomes accessible context for every future article.&lt;/p&gt;

&lt;p&gt;My second brain isn't trapped in some startup's database. It's queryable, backed up, and integrated into the tools I already use.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. Pairdrop (File Sharing)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; AirDrop, WeTransfer, Dropbox file requests&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; GPLv3 (open source)&lt;/p&gt;

&lt;p&gt;I'm constantly moving files between my laptop, phone, and desktop. Screenshots for articles, code snippets, mockups.&lt;/p&gt;

&lt;p&gt;AirDrop only works on Apple devices. WeTransfer limits file sizes. Dropbox wants $12/month for features I need once a week.&lt;/p&gt;

&lt;p&gt;Pairdrop runs in a browser. Open it on any device, drag and drop. Files transfer peer-to-peer through your local network, or via your Railway instance if you're remote. No Bluetooth pairing, no account creation, no file size limits.&lt;/p&gt;

&lt;p&gt;It just works.&lt;/p&gt;




&lt;h2&gt;
  
  
  Honorable Mentions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Umami (Analytics for Shipped Projects)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; Google Analytics, Fathom, Plausible paid tiers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT (open source)&lt;/p&gt;

&lt;p&gt;I run Umami for &lt;a href="https://terminalsnap.online/" rel="noopener noreferrer"&gt;terminalsnap.online&lt;/a&gt;—a tool I built for generating beautiful terminal screenshots for documentation and social media. Clean metrics showing me which features people actually use, what browsers they're on, where traffic comes from. No cookies, no tracking users across the web.&lt;/p&gt;

&lt;p&gt;Google Analytics is free because you're selling your users' data. Fathom and Plausible charge $14-19/month for privacy-respecting analytics.&lt;/p&gt;

&lt;p&gt;Umami gives you the same insights without making your readers the product, and it costs nothing to run on Railway's free tier.&lt;/p&gt;

&lt;h3&gt;
  
  
  Vikunja + Custom MCP Server (Project Management)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Replaces:&lt;/strong&gt; Todoist Premium, Asana, ClickUp&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; $0 on Railway free tier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; AGPLv3 (open source)&lt;/p&gt;

&lt;p&gt;Todoist Premium costs $58/year. Vikunja gives me the same task management features for free.&lt;/p&gt;

&lt;p&gt;But here's the thing. I didn't like the UI. So I forked the repo and changed it.&lt;/p&gt;

&lt;p&gt;That's the real power of open source. If something annoys you, you don't file a feature request and wait. You open the code and fix it yourself.&lt;/p&gt;

&lt;p&gt;I added my own UI tweaks, integrated a custom MCP server for automation, and now I have a version of Vikunja that works exactly how I think. Nobody else in the world has this exact version. It's mine.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who Actually Benefits From This
&lt;/h2&gt;

&lt;p&gt;Software developers like me who are tired of subscription fatigue.&lt;/p&gt;

&lt;p&gt;You're paying $10/month for GitHub, $20/month for productivity tools, $15/month for analytics, $10/month for a password manager, $30/month for file storage. Before you realize it, you're $100+/month deep in SaaS subscriptions.&lt;/p&gt;

&lt;p&gt;I was paying over $150/year just on the tools I replaced with this stack. Now? Railway costs me maybe $5-10/month total, depending on usage.&lt;/p&gt;

&lt;p&gt;But honestly, it's not even about the money.&lt;/p&gt;

&lt;p&gt;When Dashlane raised prices 10x overnight, I had no recourse. Accept it or leave. When Evernote pivoted and features disappeared, people lost access to years of notes. When Mint shut down, users scrambled to export financial data.&lt;/p&gt;

&lt;p&gt;Self-hosting open-source projects means you're immune to those decisions.&lt;/p&gt;

&lt;p&gt;Fork it. Host it. Own it. The code lives on your server. If a project dies, you maintain your fork. If pricing changes, you don't care. You're not a customer anymore.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;You don't need to be a DevOps engineer to self-host. Railway makes it dead simple. Most of these projects have one-click deploy buttons. (Again Not a promotion).&lt;/p&gt;

&lt;p&gt;The psychological shift from "I hope this company doesn't change pricing" to "I control this infrastructure" is massive.&lt;/p&gt;

&lt;p&gt;You stop optimizing around what SaaS vendors allow and start building, what you actually need. &lt;/p&gt;

&lt;p&gt;Just Own it.&lt;/p&gt;

&lt;p&gt;That's exactly what I'd like you to take away from this article.&lt;/p&gt;




&lt;h2&gt;
  
  
  Couple of Mentions 🔥
&lt;/h2&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%2F9hko4zw01ykk97cqkjgm.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%2F9hko4zw01ykk97cqkjgm.png" alt="TerminalSnap is now live!" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I recently created an open source web app, &lt;a href="https://terminalsnap.online/" rel="noopener noreferrer"&gt;TerminalSnap&lt;/a&gt;, to create beautiful and gorgeous screenshots for your terminal. Totally free! Its in active stage and my aim is to make it a go-to app for terminal screenshots. So a lot more to come (including Excalidraw styled hand drawn terminal themes 👀)!&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%2Fhgqsg9b41trjtgufunmo.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%2Fhgqsg9b41trjtgufunmo.png" alt="Link to my Substack Newsletter - Coffee, Code &amp;amp; AI" width="800" height="266"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I just launched &lt;a href="https://coffeecodeai.substack.com" rel="noopener noreferrer"&gt;my own Weekly Substack newsletter&lt;/a&gt; where you’ll find a lot more similar stories(in future), tips &amp;amp; tricks, foundational knowledge and tools from my own experience to help you along with your own journey.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Best Part? One Coffee at a time! And Its totally free!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I Promise!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>softwaredevelopment</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
    <item>
      <title>My 2026 AI Stack: 8 Tools That 10x My Coding &amp; Productivity (Free Tier Only)</title>
      <dc:creator>Mohit ✨</dc:creator>
      <pubDate>Sat, 24 Jan 2026 13:12:28 +0000</pubDate>
      <link>https://dev.to/theonemohitsharma/my-2026-ai-stack-8-tools-that-10x-my-coding-productivity-free-tier-only-hf5</link>
      <guid>https://dev.to/theonemohitsharma/my-2026-ai-stack-8-tools-that-10x-my-coding-productivity-free-tier-only-hf5</guid>
      <description>&lt;p&gt;I was late to AI coding tools. Skeptical, honestly.&lt;/p&gt;

&lt;p&gt;Then I tried Claude Code and Cursor. Hit the $100/month mark, ran out of credits in two weeks.&lt;/p&gt;

&lt;p&gt;That's when I stopped paying for subscriptions and started building my own stack from open-source tools and dirt-cheap Chinese models.&lt;/p&gt;

&lt;p&gt;Here's what I actually use every day—and why it works better than the paid stuff.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Dev Containers (VS Code's Secret Weapon)
&lt;/h2&gt;

&lt;p&gt;VS Code's Dev Containers changed how I work completely. Spin up a containerized dev environment on any platform—no "works on my machine" nonsense.&lt;/p&gt;

&lt;p&gt;Here's what nobody talks about: your AI context, MCP servers, autocomplete—all of it works inside the container exactly like it does locally.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="err"&gt;//&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;.devcontainer/devcontainer.json&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"name"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"My Project"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"image"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"mcr.microsoft.com/devcontainers/base:ubuntu"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"features"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ghcr.io/devcontainers/features/node:1"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"customizations"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"vscode"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"extensions"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"continue.continue"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"github.copilot"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Python ML project → Node.js API → Rust debugging? One click, new container, full AI support. No subscription needed.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Devstral 2 for Autocomplete (Mistral's Free Gift)
&lt;/h2&gt;

&lt;p&gt;Mistral released Devstral 2 with genuinely generous free limits. Thousands of completions per day. Completely free.&lt;/p&gt;

&lt;p&gt;Fast, accurate, doesn't try to rewrite your entire function when you just need the next line.&lt;/p&gt;

&lt;p&gt;GitHub Copilot: $10/month.&lt;br&gt;
Devstral 2: Free.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. OpenRouter Chat + Hugging Face (My Model Testing Lab)
&lt;/h2&gt;

&lt;p&gt;Before I commit to using a model for a big project, I test it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OpenRouter Chat&lt;/strong&gt; is my playground. Same prompt → Claude, GPT-4, DeepSeek, Gemini, Qwen → see which one actually gets the job done. I was building a Rust learning app, needed terminal UI code. Tested five models in ten minutes. DeepSeek won. Cost me pennies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hugging Face&lt;/strong&gt; is where I go deeper. Leaderboards, benchmark comparisons, fine-tuning on my own data.&lt;/p&gt;

&lt;p&gt;When prepping for Tech Lead interviews, I fine-tuned a smaller model on system design scenarios. Ran it locally, completely private, no API costs.&lt;/p&gt;

&lt;p&gt;This combo is how you figure out which LLM can do &lt;em&gt;your specific job&lt;/em&gt; for a fraction of the price.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Antigravity IDE + MCP Servers (Google's Productivity Monster)
&lt;/h2&gt;

&lt;p&gt;Google's Antigravity IDE has built-in MCP integrations—Notion, entire G Suite, Context7, all preconfigured.&lt;/p&gt;

&lt;p&gt;Generous Gemini limits: thousands of requests per day on free tier. That's $100+/month of access with other providers.&lt;/p&gt;

&lt;p&gt;When I tell the AI &lt;em&gt;"summarize this week's meeting notes and update the roadmap"&lt;/em&gt;—it reads my calendar, pulls Drive docs, updates Notion, creates follow-up tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most underrated MCP servers:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Server&lt;/th&gt;
&lt;th&gt;What It Does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Rube (ComposioHQ)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Connects 100+ SaaS tools with one integration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Github&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Read repos, create PRs, review code in-IDE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Firecrawl&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Scrapes and structures web content for context&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Context7&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Unified search across all your docs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;YepCode&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Serverless functions from your prompts&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  5. Chinese Open-Source Models (The Price-Performance Champions)
&lt;/h2&gt;

&lt;p&gt;This is where the paid AI market got disrupted. Frontier-quality, almost nothing in cost.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;Input Price&lt;/th&gt;
&lt;th&gt;Output Price&lt;/th&gt;
&lt;th&gt;Best For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;GLM-4.7&lt;/td&gt;
&lt;td&gt;128K&lt;/td&gt;
&lt;td&gt;$0.60/M&lt;/td&gt;
&lt;td&gt;$2.20/M&lt;/td&gt;
&lt;td&gt;Long context coding&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MiniMax M2.1&lt;/td&gt;
&lt;td&gt;4M&lt;/td&gt;
&lt;td&gt;$0.30/M&lt;/td&gt;
&lt;td&gt;$1.20/M&lt;/td&gt;
&lt;td&gt;Agent workflows&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek R1&lt;/td&gt;
&lt;td&gt;64K&lt;/td&gt;
&lt;td&gt;$0.14/M&lt;/td&gt;
&lt;td&gt;$0.56/M&lt;/td&gt;
&lt;td&gt;All-around best value&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen VL&lt;/td&gt;
&lt;td&gt;32K&lt;/td&gt;
&lt;td&gt;$0.09/M&lt;/td&gt;
&lt;td&gt;$0.30/M&lt;/td&gt;
&lt;td&gt;Vision tasks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FLUX.2 Klein 8B&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Free (local)&lt;/td&gt;
&lt;td&gt;Free (local)&lt;/td&gt;
&lt;td&gt;Image gen in &amp;lt;1 second&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Why so cheap? Mixture of Experts architecture, cheaper Chinese GPUs, market share &amp;gt; profit.&lt;/p&gt;

&lt;p&gt;Performance? I've run the same tasks on Claude Sonnet and DeepSeek. Can't tell the difference.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. Obsidian + Agent Skills (Second Brain, Supercharged)
&lt;/h2&gt;

&lt;p&gt;My second brain lives in Obsidian. Articles, research notes, ideas.&lt;/p&gt;

&lt;p&gt;I created Agent Skills that connect to my vault. Now when researching, the AI has context on everything I've saved. Surfaces related notes I forgot about, suggests connections between ideas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agent Skills aren't just for coding:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learning workflows (study plans, resource tracking)&lt;/li&gt;
&lt;li&gt;Research (summarizes papers, finds gaps)&lt;/li&gt;
&lt;li&gt;Career development (tracks skills, suggests paths)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your Obsidian vault becomes the knowledge base. Agent Skills become the interface. You're not starting from zero every time.&lt;/p&gt;




&lt;h2&gt;
  
  
  7. Claude Code Extension + Excalidraw (Visual Thinking, Fast)
&lt;/h2&gt;

&lt;p&gt;The Claude Code Chrome extension lets me create visuals in Excalidraw without leaving my browser.&lt;/p&gt;

&lt;p&gt;Need a system architecture diagram? Describe it → Claude generates Excalidraw code → paste → clean diagram.&lt;/p&gt;

&lt;p&gt;Faster than Miro, cheaper than Lucidchart.&lt;/p&gt;




&lt;h2&gt;
  
  
  8. Bonus: Almost-Free Tools
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Free LLMs&lt;/strong&gt;: Xiaomi's MiMo-V2-Flash, BigPickle, Grok-code-1, Devstral Small 2, GLM-4.7-flash&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kilo Code&lt;/strong&gt;: Free $20 credits on signup&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;n8n&lt;/strong&gt;: Open-source workflow automation. Self-host for free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google AI Studio&lt;/strong&gt;: 1,000-1,500 requests/day free, 500K+ TPM&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistral AI&lt;/strong&gt;: Several models completely free via API&lt;/p&gt;

&lt;p&gt;The pattern? Every paid tool has a free or dirt-cheap alternative.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who This Actually Helps
&lt;/h2&gt;

&lt;p&gt;Developers where $100-200/month for AI tools is real money.&lt;/p&gt;

&lt;p&gt;Indie hackers juggling side projects.&lt;/p&gt;

&lt;p&gt;Students who can't expense subscriptions.&lt;/p&gt;

&lt;p&gt;Anyone stacking Cursor + Claude + Midjourney + ChatGPT watching bills pile up.&lt;/p&gt;

&lt;p&gt;I'm not rationing AI anymore. I built that Rust learning app because I wanted to—not because it was "important enough" to justify credits.&lt;/p&gt;

&lt;p&gt;The psychological shift from &lt;em&gt;"is this worth spending tokens on?"&lt;/em&gt; to &lt;em&gt;"let me just build it"&lt;/em&gt; is massive.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;The free alternatives are good enough now. The only thing stopping you is not knowing they exist.&lt;/p&gt;

&lt;p&gt;Now you know.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What's in your AI stack?&lt;/strong&gt; Drop your favorite free tools in the comments—I'm always looking for new discoveries.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
