<?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: Parth Bisht</title>
    <description>The latest articles on DEV Community by Parth Bisht (@parth_bisht227).</description>
    <link>https://dev.to/parth_bisht227</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%2F3317372%2F9335df87-dd9e-4022-a45c-1e877cc44e0e.jpg</url>
      <title>DEV Community: Parth Bisht</title>
      <link>https://dev.to/parth_bisht227</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/parth_bisht227"/>
    <language>en</language>
    <item>
      <title>Finally Built My Portfolio Website(Terminal Version)! 👨🏻‍💻🥳🙌🏻</title>
      <dc:creator>Parth Bisht</dc:creator>
      <pubDate>Mon, 02 Feb 2026 07:52:17 +0000</pubDate>
      <link>https://dev.to/parth_bisht227/finally-built-my-portfolio-websiteterminal-version-6ci</link>
      <guid>https://dev.to/parth_bisht227/finally-built-my-portfolio-websiteterminal-version-6ci</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Hey everyone! Thanks for stopping by to read my post! 🙌  &lt;/p&gt;

&lt;p&gt;I'm &lt;strong&gt;Parth Bisht&lt;/strong&gt;, a pre-final year B.Tech IT undergraduate from &lt;strong&gt;DTU (India)&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
My core interests lie in &lt;strong&gt;Generative AI, Deep Learning, and AI Systems&lt;/strong&gt;, and I love participating in hackathons and challenges to experiment with emerging tools and ideas.&lt;/p&gt;

&lt;p&gt;I’m still early in my journey but I learn fast, build often, and love turning ambitious ideas into working prototypes.&lt;/p&gt;
&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;Here's my portfolio, explore as much as you like! 😊&lt;/p&gt;
&lt;h2&gt;
  
  
  ☁️ Deployment
&lt;/h2&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://the-neural-command-center-portfolio-755198281263.us-west1.run.app/"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  ☁️ Deployment
&lt;/h2&gt;

&lt;p&gt;The portfolio is deployed on &lt;strong&gt;Google Cloud Run&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I also included the DEV community label as recommended:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash
gcloud run deploy neural-command-center \
  --source . \
  --region us-central1 \
  --no-allow-unauthenticated \
  --labels dev-tutorial=blog-devcommunity2026
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The motivation
&lt;/h2&gt;

&lt;p&gt;I had wanted to build a portfolio website for &lt;em&gt;a very long time&lt;/em&gt;&lt;br&gt;
but i kept postponing it.&lt;/p&gt;

&lt;p&gt;The main reason being that I'm more AI-focused than web-dev focused ,so building something interactive from scratch felt overwhelming.😅&lt;/p&gt;

&lt;p&gt;Then this challenge appeared at the perfect time.&lt;/p&gt;

&lt;p&gt;Instead of waiting until I felt “ready,” I decided to build &lt;strong&gt;with AI as a collaborator&lt;/strong&gt; &amp;amp; not just as a tool.&lt;/p&gt;

&lt;p&gt;This project is the result of that mindset shift!&lt;/p&gt;

&lt;h3&gt;
  
  
  🎯 The Vision
&lt;/h3&gt;

&lt;p&gt;I didn’t want a generic portfolio.&lt;br&gt;&lt;br&gt;
I wanted something that &lt;strong&gt;felt like a developer’s natural habitat&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;So I went with an &lt;strong&gt;IDE-style portfolio experience!&lt;/strong&gt;&lt;br&gt;
Something that looks like a code editor + terminal, where visitors &lt;em&gt;interact&lt;/em&gt; instead of just scrolling.&lt;/p&gt;




&lt;h3&gt;
  
  
  🤖 AI-Assisted Development Journey
&lt;/h3&gt;

&lt;p&gt;This project was built through iterative experimentation with AI tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I first explored the idea using &lt;strong&gt;LLMs like Gemini, Claude, and ChatGPT&lt;/strong&gt; to brainstorm features, layout ideas, and UX concepts.&lt;/li&gt;
&lt;li&gt;I initially tried building it using &lt;strong&gt;Antigravity&lt;/strong&gt;, which gave a solid starting structure.&lt;/li&gt;
&lt;li&gt;However, due to my limited experience with advanced frontend tooling, I struggled to fully shape the app the way I imagined.&lt;/li&gt;
&lt;li&gt;Just when I was about to give up and start over manually, I discovered that another participant had used &lt;strong&gt;Google AI Studio&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That changed everything.&lt;/p&gt;

&lt;p&gt;Using &lt;strong&gt;AI Studio&lt;/strong&gt;, I iterated on prompts, refined UI behavior, and gradually shaped the IDE-like experience I had originally envisioned. My prior experimentation helped me write better prompts, and the outputs improved drastically.&lt;/p&gt;

&lt;p&gt;This was the first time I truly experienced AI as a &lt;strong&gt;creative development partner&lt;/strong&gt;, not just an assistant!!&lt;/p&gt;




&lt;h2&gt;
  
  
  🌟 What I’m Most Proud Of
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🧠 Turning an idea that felt “too complex for me” into a working product
&lt;/li&gt;
&lt;li&gt;🖥️ The &lt;strong&gt;terminal-style interaction experience&lt;/strong&gt; because it feels fun, immersive, and different from traditional portfolios
&lt;/li&gt;
&lt;li&gt;🔄 Learning how to iterate with AI tools instead of giving up when things break
&lt;/li&gt;
&lt;li&gt;🚀 Shipping something &lt;em&gt;real&lt;/em&gt; instead of waiting to “become better first”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project wasn’t just about the website, it was about upgrading my builder mindset.😇&lt;/p&gt;




&lt;h2&gt;
  
  
  🙏 Gratitude
&lt;/h2&gt;

&lt;p&gt;Huge thanks to the &lt;strong&gt;DEV Community&lt;/strong&gt; and &lt;strong&gt;Google AI&lt;/strong&gt; team for creating challenges that push learners like me to actually build instead of just plan.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Keep learning. Keep building. Become the best version of yourself.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Love &amp;amp; peace ✌🏻&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Deep Learning Mastery(ft PyTorch) -Pt1 ⚡</title>
      <dc:creator>Parth Bisht</dc:creator>
      <pubDate>Mon, 26 Jan 2026 18:54:08 +0000</pubDate>
      <link>https://dev.to/parth_bisht227/deep-learning-masteryft-pytorch-pt1-396c</link>
      <guid>https://dev.to/parth_bisht227/deep-learning-masteryft-pytorch-pt1-396c</guid>
      <description>&lt;p&gt;I've been dabbling with deep learning for quite some time by doing coursework, revising fundamentals, and building projects whenever possible.&lt;/p&gt;

&lt;p&gt;But there was always this feeling of &lt;strong&gt;not being confident enough&lt;/strong&gt; to say that I actually &lt;em&gt;knew&lt;/em&gt; deep learning.&lt;/p&gt;

&lt;p&gt;After struggling with consistency and a bunch of other issues, I finally decided to properly follow a course from start to finish.&lt;/p&gt;

&lt;p&gt;The course is on YouTube. &lt;br&gt;
I am following the &lt;strong&gt;Deep Learning with PyTorch&lt;/strong&gt; course by &lt;strong&gt;CampusX&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It has been a great learning experience because I am finally understanding many technical nuances and gaining real experience by building models from scratch and improving them step by step.&lt;/p&gt;

&lt;p&gt;I kept thinking of writing a blog someday or sharing updates on X, but I kept procrastinating. I used to feel that if I spent time writing or posting, I would not be able to manage my learning goals.&lt;/p&gt;

&lt;p&gt;Nevertheless, I finally broke that procrastination loop today and decided to share my learnings with you all.&lt;/p&gt;

&lt;p&gt;This post is just a brief overview of what I have covered so far. More technical and detailed blogs will follow soon.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Have Learned So Far
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. PyTorch Basics
&lt;/h3&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%2F2take3k5axev74r1jie2.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%2F2take3k5axev74r1jie2.png" alt="ILogos of Pytorch &amp;amp; TensorFlow" width="396" height="127"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We started with the fundamentals of PyTorch, its comparison with TensorFlow, and the key features that make it so widely used in modern systems. One major highlight was the &lt;strong&gt;dynamic computation graph&lt;/strong&gt;, which makes experimentation and debugging much easier.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Tensors in PyTorch
&lt;/h3&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%2Fr7ttsig8ozfgvy44539o.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%2Fr7ttsig8ozfgvy44539o.png" alt="Sample example of Tensors in PyTorch" width="800" height="666"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next, we went deep into &lt;strong&gt;tensors&lt;/strong&gt;. We practiced various tensor operations and understood how tensors, which are multi dimensional arrays, are used to represent real world data and perform efficient computations.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Autograd
&lt;/h3&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%2Fgqq7pmm9ruwrydmm8j9n.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%2Fgqq7pmm9ruwrydmm8j9n.png" alt="Autograd's computation graph in PyTorch" width="800" height="275"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then came one of the most powerful tools in PyTorch: &lt;strong&gt;Autograd&lt;/strong&gt;.&lt;br&gt;
It is the automatic differentiation engine that lets us compute gradients without manually writing long mathematical derivatives for every function. This was a big conceptual win.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Building a Training Pipeline from Scratch
&lt;/h3&gt;

&lt;p&gt;We worked on the &lt;strong&gt;Breast Cancer Detection dataset&lt;/strong&gt; and built a basic neural network with a few layers. For learning purposes, we did not use PyTorch’s built in loss functions or optimizers at first. We implemented them manually to understand what really happens under the hood.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Using the &lt;code&gt;nn&lt;/code&gt; Module
&lt;/h3&gt;

&lt;p&gt;After that, we shifted to PyTorch’s &lt;strong&gt;&lt;code&gt;nn&lt;/code&gt; module&lt;/strong&gt;, used built in loss functions and optimizers, and improved the model performance. This showed how PyTorch simplifies real world model development.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Dataset and DataLoader
&lt;/h3&gt;

&lt;p&gt;I learned about the &lt;strong&gt;Dataset&lt;/strong&gt; and &lt;strong&gt;DataLoader&lt;/strong&gt; classes, which are extremely important in the training pipeline. They help manage data loading, batching, and shuffling efficiently.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Fashion MNIST Project
&lt;/h3&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%2Fwfjyd8wpqp4vqu4kdbgv.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%2Fwfjyd8wpqp4vqu4kdbgv.png" alt="Aesthetic image depicting the NN architecture" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then we worked on the &lt;strong&gt;Fashion MNIST dataset&lt;/strong&gt;. I built an ANN and improved it step by step using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GPU acceleration&lt;/li&gt;
&lt;li&gt;Hyperparameter tuning with &lt;strong&gt;Optuna&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Better training practices&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This part felt very practical and close to real world experimentation.&lt;/p&gt;




&lt;p&gt;I still have a few lectures left to cover in the playlist, so I'll take some time to share the completed blog!&lt;/p&gt;

&lt;p&gt;It has been a really solid learning and building experience. &lt;br&gt;
Huge thanks to &lt;strong&gt;Nitish Sir&lt;/strong&gt; for such an amazing course.&lt;/p&gt;

&lt;p&gt;If you want a deep, conceptual, and hands on experience with deep learning using PyTorch, you should definitely check out this playlist.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/playlist?list=PLKnIA16_Rmvboy8bmDCjwNHgTaYH2puK7" rel="noopener noreferrer"&gt;DL with PyTorch Playlist&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will be back soon with more detailed blogs for individual lessons.&lt;/p&gt;

&lt;p&gt;Till then, keep learning, keep building, and keep becoming the best version of yourself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Peace out 💖✌🏻🧘🏻‍♂️&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>deeplearning</category>
      <category>pytorch</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>Reposto 🤖: Your Personal AI for Repurposing Content! ✨🔥🐦‍🔥</title>
      <dc:creator>Parth Bisht</dc:creator>
      <pubDate>Sun, 06 Jul 2025 19:24:56 +0000</pubDate>
      <link>https://dev.to/parth_bisht227/reposto-your-personal-ai-for-repurposing-content-21e7</link>
      <guid>https://dev.to/parth_bisht227/reposto-your-personal-ai-for-repurposing-content-21e7</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/runnerh"&gt;Runner H "AI Agent Prompting" Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What I Built: Reposto 🤖 – Effortless Content Repurposing for Every Creator&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Reposto 🤖&lt;/strong&gt; is your personal AI agent for automating content repurposing across multiple social media platforms—X, Instagram, LinkedIn, and more. Designed for creators, brands, and agencies, Reposto ensures your unique voice shines through on every channel, while saving you hours of manual work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Reposto? The Problem It Solves
&lt;/h2&gt;

&lt;p&gt;Content creators and businesses need to share updates quickly and consistently across platforms. But every platform has its own quirks—tone, length, hashtags, visuals, and more. Adapting content for each, while keeping your brand voice, is time-consuming and error-prone. Most LLMs (like ChatGPT or Perplexity) can help, but their results depend heavily on your prompting skills, making quality unpredictable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reposto&lt;/strong&gt; changes the game: it’s your AI-powered, always-on content strategist that automates, personalizes, and perfects your posts for every platform—no prompting wizardry required.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 How Reposto🐦‍🔥 Works
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Simple, Guided Onboarding
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;User-Friendly Start:&lt;/strong&gt; Reposto asks for your name, the email address for delivery, and the platforms you want to target.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content Collection:&lt;/strong&gt; You provide the story or text you want to repurpose.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Personal Brand Voice Integration
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Style Mimicry:&lt;/strong&gt; Upload your own writing samples or reference docs at the start. Reposto analyzes your style and infuses it into every repurposed post.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. The Magic: Iterative Refinement
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Feedback Loop:&lt;/strong&gt; After the first draft, Reposto enters an iterative loop—taking your feedback and making section-specific improvements until you’re fully satisfied.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unlimited Edits:&lt;/strong&gt; You control the process. Request as many tweaks as you want, to any section, until you type “Task Finished.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Seamless Delivery
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Final Output:&lt;/strong&gt; Once you’re happy, prompt Reposto to send the final document. You’ll receive a polished Google Doc link in your inbox, ready for manual posting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Save Time, Boost Productivity
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Efficiency Unlocked:&lt;/strong&gt; Repurpose content for multiple platforms in minutes, freeing up your time for what truly matters—creating value and engaging your audience.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;strong&gt;Try it yourself:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://runner.hcompany.ai/chat/10323c91-8645-4b91-9d28-6b460bbfdd20/share" rel="noopener noreferrer"&gt;Try Now!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feel free to checkout my YouTube Demo as well!&lt;/strong&gt;: &lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/1PpQozNn7Wg"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Used Runner H
&lt;/h2&gt;

&lt;p&gt;To build Reposto, I explored Runner H’s documentation, watched tutorials, and studied top community prompts. I experimented with prompt engineering, iterating through several versions to ensure a robust, modular, and truly iterative workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key learnings:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Specificity is power:&lt;/strong&gt; The more modular and explicit your system prompt, the more reliably the agent performs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Runner H’s architecture&lt;/strong&gt; made it possible to maintain state, support unlimited feedback cycles, and deliver a user-driven experience.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📝 How You Can Use Reposto
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Copy &amp;amp; Paste the System Prompt:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Start by copying the system prompt (below) into Runner H to launch the Reposto agent.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Upload Your Brand Voice (Optional):&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If you have a file with your previous posts or writing style, upload it before running the prompt. This helps Reposto match your unique tone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Integrate Google Docs &amp;amp; Gmail:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Check the integrations tab on the left of the chat interface and toggle on Google Docs and Gmail. Runner H will guide you if you haven’t done this before.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Provide Your Details:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Enter your name, the email address for delivery, and the platforms you want to repurpose content for (e.g., X, Instagram, LinkedIn).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Share Your Content:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
When prompted, paste the story or content you want to repurpose. For best results, condense your content into a few clear paragraphs, or share your original draft.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Let Reposto Work Its Magic:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Reposto will analyze your content and (if provided) your writing sample, research the latest platform guidelines, generate tailored drafts, and share a Google Docs link for you to review.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Refine with Specific Feedback:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Review the document and provide clear, section-specific feedback (e.g., “Make the Instagram section more playful and add more emojis”). Specific requests lead to higher-quality, better-formatted content.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Iterate Until Satisfied:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Reposto will update the document based on your feedback and summarize the changes. Continue refining as many times as you like.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Finalize and Receive Your Document:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
When you’re satisfied, type &lt;strong&gt;Task Finished&lt;/strong&gt;. Reposto will send the final Google Doc link to your email. If you don’t receive it promptly, just ask Reposto to resend.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;System Prompt to Enter into Runner H&lt;/strong&gt;
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;You are **Reposto 🤖**, an expert content repurposing agent built on Runner H’s modular, stateful architecture. Your mission: transform user content into platform-optimized posts for any social media platforms the user selects—delivering visually engaging Google Docs, and supporting unlimited, section-specific iterative refinement. Your workflow is modular, with each stage maintaining state and allowing for user-driven feedback before advancing.

### **Critical Workflow Rule: Persistent Iterative Review Loop**

**After sharing the initial Google Doc, you must never finalize or exit the workflow until the user explicitly types “Task Finished” (case-insensitive). After every update, always prompt for more feedback or “Task Finished.” Maintain all session state (user feedback, updated sections, etc.) throughout the process.**

### Modular Workflow

#### 1. Platform &amp;amp; Contact Selection (Module 1)
- Greet the user and explain your role.
- Prompt:
  &amp;gt; “Which social platforms would you like to repurpose your content for? (e.g., X, Instagram, LinkedIn, Facebook, TikTok, etc.)”
- Collect the user’s **name** and **email address** for document delivery.
- **Store:** Selected platforms, user info.

#### 2. Content &amp;amp; Brand Voice Collection (Module 2)
- Prompt:
  &amp;gt; “Please share your main content (story, post, article, video, etc.), including any relevant details or media references.”
- Offer:
  &amp;gt; “Would you like to upload a file with writing samples or previous posts to help match your brand voice?”
- **Store:** Main content, optional voice sample.

#### 3. Style &amp;amp; Platform Research (Module 3)
- If a writing sample is provided, analyze for tone and style; otherwise, infer from main content.
- For each selected platform, use Runner H’s web browsing to research and synthesize:
  - Platform-specific tone, length, and format
  - Engagement best practices (hashtags, CTAs, visuals)
  - Unique requirements (character limits, trends, etc.)
- **Store:** Platform-specific guidelines.

#### 4. Content Repurposing &amp;amp; Formatting (Module 4)
- For each platform, transform the content according to researched guidelines.
- Format output per platform as shown below.
- **Store:** Drafts for each platform.

| Platform   | Formatting Guidelines                                                                                   |
|------------|--------------------------------------------------------------------------------------------------------|
| **X**      | Concise, engaging thread or post (≤280 characters per post), strong hook, hashtags, mentions, emojis.  |
| **Instagram** | Visual, story-driven caption (≤2200 characters, hook in first 125), emojis, CTA, up to 5 hashtags, carousel/story ideas, visual suggestions. |
| **LinkedIn**  | Professional, insight-driven post, compelling intro, structured body (short paragraphs/bullets), hashtags, CTA, bullet points, shaded callouts. |

*Adapt for additional platforms as needed.*

#### 5. Google Doc Creation (Module 5)
- After all drafts are ready, generate a Google Doc with:
  - About section (title, user name, date, description)
  - Table of contents (clickable links)
  - Distinct, visually branded sections for each platform

#### 6. Persistent, Explicit Iterative Review Loop (Module 6 – Stateful)
- **After sharing the doc, do NOT finalize or exit.**
- Always prompt:
  &amp;gt; “Please review each section. Specify which section(s) you’d like updated and describe the changes you want. For example: ‘Update only the Instagram section: make it more playful and add more emojis.’ If you are satisfied with all sections, type *Task Finished* to finalize.”
- **If the user requests changes:**
  - Update only the specified sections.
  - Summarize the changes made.
  - Share the updated doc.
  - **Return to this prompt.**
- **If the user types “Task Finished” (any case):**
  - Proceed to Module 7 (Finalization &amp;amp; Delivery).
- **Never exit this loop unless “Task Finished” is received.**

#### 7. Finalization &amp;amp; Delivery (Module 7)
- On receiving *Task Finished*, finalize and email the Google Doc to the user.
- Display a visual preview of the final document.

#### 8. Completion Message (Module 8)
- Inform the user:
  &amp;gt; “You can manually copy and post the final content to your chosen platforms.”
- Thank the user:
  &amp;gt; “Thanks for using Reposto 🤖, {user_name}! 😊”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🌟 Use Case &amp;amp; Impact
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Reposto&lt;/strong&gt; is a game-changer for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Content Creators:&lt;/strong&gt; Instantly adapt your message for every platform, without losing your unique voice.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Businesses &amp;amp; Brands:&lt;/strong&gt; Maintain a consistent, professional presence across channels.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agencies &amp;amp; Social Media Managers:&lt;/strong&gt; Deliver polished, review-ready content packages to clients, faster than ever.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In today’s fast-paced content world, Reposto helps you stay ahead—turning content repurposing from a chore into a competitive advantage.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ Honest Notes &amp;amp; Tips
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Occasional Glitches:&lt;/strong&gt; Sometimes, editing the document after the first iteration may not work as expected. If you hit a snag, try again later without uploading a reference document. 
I’ve worked hard to minimize these issues, but a little patience goes a long way! 🙌🏻&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Be Specific:&lt;/strong&gt; The more detailed your feedback, the better the results. Vague requests can lead to generic or poorly formatted content.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  💬 Social Love
&lt;/h2&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1941944037155434737-571" src="https://platform.twitter.com/embed/Tweet.html?id=1941944037155434737"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1941944037155434737-571');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1941944037155434737&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Thank you for making it to the end of my post!&lt;br&gt;&lt;br&gt;
This is my first submission on DEV and my first time entering a competition here—so I truly appreciate your support and feedback.&lt;/p&gt;

&lt;p&gt;A huge thanks to &lt;a href="https://dev.to/"&gt;DEV&lt;/a&gt; and &lt;a href="https://runner.hcompany.ai/" rel="noopener noreferrer"&gt;Runner H&lt;/a&gt; for this opportunity.&lt;/p&gt;

&lt;p&gt;If you found this idea insightful or helpful, please react, comment, and share your thoughts below. Your encouragement means the world to me as an early builder! ✨&lt;/p&gt;

&lt;p&gt;Thank you! 💖&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>runnerhchallenge</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
