<?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>Forem: Harshal Rudra</title>
    <description>The latest articles on Forem by Harshal Rudra (@harshalrudra).</description>
    <link>https://forem.com/harshalrudra</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%2F3874558%2Fd124283d-c0db-4fc9-9a64-bc6aae7d29fd.jpg</url>
      <title>Forem: Harshal Rudra</title>
      <link>https://forem.com/harshalrudra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/harshalrudra"/>
    <language>en</language>
    <item>
      <title>Building the Full Website Around the Product</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Sat, 18 Apr 2026 05:58:09 +0000</pubDate>
      <link>https://forem.com/harshalrudra/building-the-full-website-around-the-product-9cc</link>
      <guid>https://forem.com/harshalrudra/building-the-full-website-around-the-product-9cc</guid>
      <description>&lt;h2&gt;
  
  
  Building the Full Website Around the Product
&lt;/h2&gt;

&lt;p&gt;A web app is one thing.&lt;br&gt;
A full website is another.&lt;/p&gt;

&lt;p&gt;Once the core product worked, I needed the rest of the experience to feel like a real product, not a prototype that escaped the lab.&lt;/p&gt;

&lt;p&gt;That meant building the site around the app itself:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a clearer landing page&lt;/li&gt;
&lt;li&gt;a more structured product narrative&lt;/li&gt;
&lt;li&gt;a checkout / launch-access flow&lt;/li&gt;
&lt;li&gt;explanatory docs&lt;/li&gt;
&lt;li&gt;better routing and navigation&lt;/li&gt;
&lt;li&gt;a layout that looks like something people can trust&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is where product thinking starts sneaking into engineering.&lt;/p&gt;

&lt;p&gt;You are no longer only asking, &lt;em&gt;“Does it work?”&lt;/em&gt;&lt;br&gt;
You are asking, &lt;em&gt;“Does it feel understandable?”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I wanted the site to explain the value of &lt;strong&gt;Archimedes&lt;/strong&gt; without making people decode the interface. The message is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Archimedes helps you search academic papers, analyze them with an LLM, synthesize evidence, and export the result as a PDF.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Everything else exists to support that.&lt;/p&gt;

&lt;p&gt;The site also helped me add the rough edges that early users expect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a demo path&lt;/li&gt;
&lt;li&gt;launch-interest capture&lt;/li&gt;
&lt;li&gt;BYOK verification&lt;/li&gt;
&lt;li&gt;a subscription-shaped access flow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is not about pretending the product is finished.&lt;br&gt;
It is about making the current version feel coherent.&lt;/p&gt;

&lt;p&gt;That coherence matters a lot when a project moves from a personal tool to a public product.&lt;/p&gt;

&lt;p&gt;If the website feels chaotic, the product feels chaotic.&lt;br&gt;
If the website feels focused, the product feels more real.&lt;/p&gt;

&lt;p&gt;This was the stage where Archimedes started looking like something I could actually launch, instead of something I hacked together for my own use.&lt;/p&gt;




&lt;h2&gt;
  
  
  When Design Thinking Crashes Into Engineering
&lt;/h2&gt;

&lt;p&gt;Lately, I started taking a design thinking course at my university, and it completely shifted how I approach Archimedes.&lt;/p&gt;

&lt;p&gt;Before that, I was focused on building features that felt cool as a developer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fancier LLM prompts&lt;/li&gt;
&lt;li&gt;faster search pipelines&lt;/li&gt;
&lt;li&gt;shinier CLI flags&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The course forced me to step back and ask a much more uncomfortable question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What problem am I actually solving?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Through empathy mapping and problem-statement workshops, I realized the real pain point isn’t just that &lt;em&gt;research is tedious&lt;/em&gt;. It’s that researchers lose the thread between scattered papers and their own hypotheses.&lt;/p&gt;

&lt;p&gt;That’s the gap.&lt;/p&gt;

&lt;p&gt;Design thinking gave me a structured way to define the problem from the user’s perspective first, and only then figure out the technology that fits.&lt;/p&gt;

&lt;p&gt;The question became:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How might we help a researcher go from a vague idea to a concrete, evidence-based answer without leaving their workflow?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That shift changed what I prioritized.&lt;/p&gt;

&lt;p&gt;Instead of developer-centric tweaks, I started focusing on user-centric flows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a guided question builder&lt;/li&gt;
&lt;li&gt;one-click evidence export&lt;/li&gt;
&lt;li&gt;a plain-language report&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The pipeline still does the same heavy lifting.&lt;/p&gt;

&lt;p&gt;But now it’s wrapped in an experience that actually listens to the person using it.&lt;/p&gt;

</description>
      <category>product</category>
      <category>saas</category>
      <category>ux</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Building the Full Website Around the Product</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Sat, 18 Apr 2026 05:52:56 +0000</pubDate>
      <link>https://forem.com/harshalrudra/building-the-full-website-around-the-product-308d</link>
      <guid>https://forem.com/harshalrudra/building-the-full-website-around-the-product-308d</guid>
      <description>&lt;h1&gt;
  
  
  Building the Full Website Around the Product
&lt;/h1&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    A web app is one thing.
    A full website is another.

    Once the core product worked, I needed the rest of the experience to feel like a real product,
    not a prototype that escaped the lab.

    That meant building the site around the app itself:

    - a clearer landing page
    - a more structured product narrative
    - a checkout / launch-access flow
    - explanatory docs
    - better routing and navigation
    - a layout that looks like something people can trust

    This is where product thinking starts sneaking into engineering.
    You are no longer only asking "does it work?"
    You are asking "does it feel understandable?"

    I wanted the site to explain the value of Archimedes without making people decode the interface.
    The message is simple:

    Archimedes helps you search academic papers, analyze them with an LLM,
    synthesize evidence, and export the result as a PDF.

    Everything else exists to support that.

    The site also helped me add the rough edges that early users expect:

    - a demo path
    - launch-interest capture
    - BYOK verification
    - a subscription-shaped access flow

    It is not about pretending the product is finished.
    It is about making the current version feel coherent.

    That coherence matters a lot when a project moves from personal tool to public product.
    The site becomes part of the trust layer.
    If the website feels chaotic, the product feels chaotic.
    If the website feels focused, the product feels more real.

    This was the stage where Archimedes started looking like something I could actually launch,
    instead of just something I hacked together for my own use.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Lately I started taking a design thinking course at my university, and it completely shifted how I approach Archimedes. Before, I was focused on building features that felt cool as a developer—fancier LLM prompts, faster search pipelines, shinier CLI flags. The course forced me to step back and ask: &lt;em&gt;What problem am I actually solving?&lt;/em&gt; Through empathy mapping and problem‑statement workshops, I realized the real pain point isn’t just "research is tedious"; it’s that researchers lose the thread between scattered papers and their own hypotheses. Design thinking gave me a structured way to define the problem and solution from the user’s perspective first, then figure out the technology that fits. Suddenly the question became: &lt;em&gt;How might we help a researcher go from a vague idea to a concrete, evidence‑based answer without leaving their workflow?&lt;/em&gt; That mindset made me prioritize user‑centric flows—like a guided question‑builder, one‑click evidence export, and a plain‑language report—over developer‑centric tweaks. The pipeline still does the same heavy lifting, but now it’s wrapped in a experience that actually listens to the person using it.&lt;/p&gt;

&lt;p&gt;Lately I started taking a design thinking course at my university, and it completely shifted how I approach Archimedes. Before, I was focused on building features that felt cool as a developer—fancier LLM prompts, faster search pipelines, shinier CLI flags. The course forced me to step back and ask: &lt;em&gt;What problem am I actually solving?&lt;/em&gt; Through empathy mapping and problem‑statement workshops, I realized the real pain point isn’t just "research is tedious"; it’s that researchers lose the thread between scattered papers and their own hypotheses. Design thinking gave me a structured way to define the problem and solution from the user’s perspective first, then figure out the technology that fits. Suddenly the question became: &lt;em&gt;How might we help a researcher go from a vague idea to a concrete, evidence‑based answer without leaving their workflow?&lt;/em&gt; That mindset made me prioritize user‑centric flows—like a guided question‑builder, one‑click evidence export, and a plain‑language report—over developer‑centric tweaks. The pipeline still does the same heavy lifting, but now it’s wrapped in a experience that actually listens to the person using it.&lt;/p&gt;

</description>
      <category>product</category>
      <category>ux</category>
      <category>webdev</category>
      <category>website</category>
    </item>
    <item>
      <title>From CLI to Web App: Making Archimedes Usable</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Fri, 17 Apr 2026 12:59:25 +0000</pubDate>
      <link>https://forem.com/harshalrudra/from-cli-to-web-app-making-archimedes-usable-cfa</link>
      <guid>https://forem.com/harshalrudra/from-cli-to-web-app-making-archimedes-usable-cfa</guid>
      <description>&lt;h1&gt;
  
  
  From CLI to Web App: Making Archimedes Usable
&lt;/h1&gt;

&lt;p&gt;Once the CLI proved the workflow, the next question was obvious:&lt;br&gt;
how do I make this usable for people who are not me?&lt;/p&gt;

&lt;p&gt;The answer was a web app.&lt;/p&gt;

&lt;p&gt;A CLI is great for power users.&lt;br&gt;
A web app is better when the goal is to reduce friction.&lt;br&gt;
If someone wants to type a research question, watch progress, and get a result without learning commands,&lt;br&gt;
the browser wins.&lt;/p&gt;

&lt;p&gt;So Archimedes moved into a web-based experience.&lt;/p&gt;

&lt;p&gt;The web version gave me a better way to handle the full user flow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;enter keywords and a question&lt;/li&gt;
&lt;li&gt;optionally upload a file&lt;/li&gt;
&lt;li&gt;choose paper sources&lt;/li&gt;
&lt;li&gt;set the paper count&lt;/li&gt;
&lt;li&gt;start the analysis&lt;/li&gt;
&lt;li&gt;stream progress back to the UI&lt;/li&gt;
&lt;li&gt;review the final report&lt;/li&gt;
&lt;li&gt;download a PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That transition changed the feel of the project.&lt;br&gt;
It was no longer just a tool I used.&lt;br&gt;
It was something other people could understand at a glance.&lt;/p&gt;

&lt;p&gt;I built the app with a modern stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;an LLM API for analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important part was not the stack, though.&lt;br&gt;
The important part was that the interface finally matched the workflow.&lt;/p&gt;

&lt;p&gt;I also added a few product-ish pieces that made the app feel real:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a launch-access flow&lt;/li&gt;
&lt;li&gt;a BYOK unlock path for users who want to bring their own model key&lt;/li&gt;
&lt;li&gt;lead capture for people who are interested but not ready to pay&lt;/li&gt;
&lt;li&gt;PDF export so the output is something you can actually keep&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The web app was the point where Archimedes stopped being a personal experiment&lt;br&gt;
and started looking like a thing someone could actually use.&lt;/p&gt;

</description>
      <category>cli</category>
      <category>frontend</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>When Friends Started Asking for It, I Knew It Wasn't Just for Me</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Wed, 15 Apr 2026 09:51:34 +0000</pubDate>
      <link>https://forem.com/harshalrudra/when-friends-started-asking-for-it-i-knew-it-wasnt-just-for-me-2dd4</link>
      <guid>https://forem.com/harshalrudra/when-friends-started-asking-for-it-i-knew-it-wasnt-just-for-me-2dd4</guid>
      <description>&lt;h1&gt;
  
  
  When Friends Started Asking for It, I Knew It Wasn't Just for Me
&lt;/h1&gt;

&lt;p&gt;The weirdest part of building something personal is when other people want it.&lt;/p&gt;

&lt;p&gt;I originally built Archimedes for myself.&lt;br&gt;
It was my fix for a research workflow that felt too fragmented.&lt;br&gt;
But once I showed it to friends, the reaction changed the entire vibe.&lt;/p&gt;

&lt;p&gt;They did not just say "cool demo."&lt;br&gt;
They started asking for it.&lt;/p&gt;

&lt;p&gt;That matters more than it sounds like it should.&lt;br&gt;
Friends are often the first real signal that you have built something with actual utility.&lt;br&gt;
They are not your target market in a rigorous statistical sense,&lt;br&gt;
but they are usually honest about whether something feels useful.&lt;/p&gt;

&lt;p&gt;The requests started small:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;can I try it?&lt;/li&gt;
&lt;li&gt;can you send me the link?&lt;/li&gt;
&lt;li&gt;can it handle this kind of paper?&lt;/li&gt;
&lt;li&gt;can it give me a cleaner output?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then the requests got more specific.&lt;br&gt;
They wanted a simpler way to use it.&lt;br&gt;
They wanted a nicer interface.&lt;br&gt;
They wanted the thing I had been using for myself to work for them too.&lt;/p&gt;

&lt;p&gt;That is a powerful moment for any builder.&lt;br&gt;
It means the project has escaped the original use case.&lt;br&gt;
It is no longer just a private utility.&lt;br&gt;
It has crossed into "other people can imagine themselves using this."&lt;/p&gt;

&lt;p&gt;That feedback also exposed the real product shape.&lt;br&gt;
The CLI was enough for me, but not enough for everybody.&lt;br&gt;
If I wanted other people to use Archimedes without a tutorial and a prayer,&lt;br&gt;
I needed to build a more approachable interface.&lt;/p&gt;

&lt;p&gt;That is the exact moment the project started becoming a product.&lt;br&gt;
Not because I declared it so.&lt;br&gt;
Because other people started demanding it.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The First Version Was Just a CLI - and That Was the Point</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Tue, 14 Apr 2026 14:38:20 +0000</pubDate>
      <link>https://forem.com/harshalrudra/the-first-version-was-just-a-cli-and-that-was-the-point-2aoa</link>
      <guid>https://forem.com/harshalrudra/the-first-version-was-just-a-cli-and-that-was-the-point-2aoa</guid>
      <description>&lt;h1&gt;
  
  
  The First Version Was Just a CLI - and That Was the Point
&lt;/h1&gt;

&lt;p&gt;The first working version of Archimedes was not a polished web app.&lt;br&gt;
It was a CLI tool.&lt;/p&gt;

&lt;p&gt;And honestly, that was the correct move.&lt;/p&gt;

&lt;p&gt;When you are trying to prove a workflow, the CLI is brutally useful.&lt;br&gt;
It strips away all the distractions.&lt;br&gt;
There is no fancy UI pretending to solve the problem for you.&lt;br&gt;
There is just input, output, and the question:&lt;br&gt;
does this actually help?&lt;/p&gt;

&lt;p&gt;My early CLI version focused on the core loop:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;enter research keywords&lt;/li&gt;
&lt;li&gt;ask a research question&lt;/li&gt;
&lt;li&gt;fetch papers&lt;/li&gt;
&lt;li&gt;run analysis&lt;/li&gt;
&lt;li&gt;print a structured answer&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That was enough to learn a lot.&lt;/p&gt;

&lt;p&gt;I found out quickly that the magic was not in making the tool look impressive.&lt;br&gt;
The magic was in whether the pipeline felt useful.&lt;br&gt;
If the CLI could turn a messy research prompt into something structured and evidence-based,&lt;br&gt;
then I had something worth keeping.&lt;/p&gt;

&lt;p&gt;The CLI also forced discipline.&lt;br&gt;
It made me think about the minimum useful workflow.&lt;br&gt;
What is the smallest version of this idea that still feels like a real product?&lt;/p&gt;

&lt;p&gt;That led to the current shape of Archimedes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;search arXiv and OpenAlex&lt;/li&gt;
&lt;li&gt;deduplicate and normalize papers&lt;/li&gt;
&lt;li&gt;analyze each paper with an LLM&lt;/li&gt;
&lt;li&gt;aggregate findings&lt;/li&gt;
&lt;li&gt;synthesize a direct answer&lt;/li&gt;
&lt;li&gt;export the result as a PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A CLI is not sexy.&lt;br&gt;
It is not marketable in the same way a shiny website is.&lt;br&gt;
But it is perfect for proving that the thing actually works.&lt;/p&gt;

&lt;p&gt;Once the CLI felt useful for me, I knew the next step was not "make it prettier".&lt;br&gt;
The next step was "make it accessible." &lt;/p&gt;

&lt;p&gt;That is where the web version came from.&lt;/p&gt;

</description>
      <category>cli</category>
      <category>sideprojects</category>
      <category>softwaredevelopment</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Why Existing Research Tools Weren't Enough</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Mon, 13 Apr 2026 09:47:32 +0000</pubDate>
      <link>https://forem.com/harshalrudra/why-existing-research-tools-werent-enough-d3d</link>
      <guid>https://forem.com/harshalrudra/why-existing-research-tools-werent-enough-d3d</guid>
      <description>&lt;h1&gt;
  
  
  Why Existing Research Tools Weren't Enough
&lt;/h1&gt;

&lt;p&gt;Before building Archimedes, I did the obvious thing: I looked around for tools that already solved the problem.&lt;br&gt;
And to be fair, there are a lot of good ones out there.&lt;/p&gt;

&lt;p&gt;I tried the usual suspects and explored tools that were good at pieces of the workflow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;paper search&lt;/li&gt;
&lt;li&gt;literature discovery&lt;/li&gt;
&lt;li&gt;summarization&lt;/li&gt;
&lt;li&gt;note organization&lt;/li&gt;
&lt;li&gt;citation management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The problem was not that these tools were bad.&lt;br&gt;
The problem was that none of them matched the exact shape of the workflow I wanted.&lt;/p&gt;

&lt;p&gt;I wanted something more end-to-end.&lt;br&gt;
Something that could start from a research question, pull relevant papers from sources like arXiv and OpenAlex,&lt;br&gt;
analyze them with an LLM, and then produce a direct answer with paper-level evidence.&lt;/p&gt;

&lt;p&gt;A lot of tools stop at discovery.&lt;br&gt;
Some stop at summaries.&lt;br&gt;
Some stop at note-taking.&lt;br&gt;
Some are good for collecting information, but not for turning it into a structured report.&lt;/p&gt;

&lt;p&gt;That gap mattered to me.&lt;/p&gt;

&lt;p&gt;I did not just want more information.&lt;br&gt;
I wanted synthesis.&lt;br&gt;
I wanted a result I could hand to myself or someone else without manually doing all the glue work.&lt;/p&gt;

&lt;p&gt;That was the key realization:&lt;br&gt;
the value was not in any single step.&lt;br&gt;
The value was in chaining the steps together into a workflow that felt natural.&lt;/p&gt;

&lt;p&gt;So Archimedes became a research assistant instead of just a search tool.&lt;br&gt;
It searches, analyzes, aggregates evidence, and exports the final answer as a PDF.&lt;br&gt;
That is the part I kept coming back to.&lt;/p&gt;

&lt;p&gt;It was also the point where the project stopped being "maybe I should build this" and became&lt;br&gt;
"apparently I need to build this because nothing else quite fits." &lt;/p&gt;

&lt;p&gt;In the next post, I will talk about the first version that made that idea real:&lt;br&gt;
a simple CLI tool that worked for me before it worked for anyone else.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
    <item>
      <title>How Archimedes Started: A Research Tool I Built for Myself</title>
      <dc:creator>Harshal Rudra</dc:creator>
      <pubDate>Sun, 12 Apr 2026 08:05:28 +0000</pubDate>
      <link>https://forem.com/harshalrudra/how-archimedes-started-a-research-tool-i-built-for-myself-3op9</link>
      <guid>https://forem.com/harshalrudra/how-archimedes-started-a-research-tool-i-built-for-myself-3op9</guid>
      <description>&lt;h1&gt;
  
  
  How Archimedes Started: A Research Tool I Built for Myself
&lt;/h1&gt;

&lt;p&gt;I did not start Archimedes because I wanted to launch a SaaS.&lt;br&gt;
I started it because I was sick of doing the same research ritual over and over:&lt;br&gt;
search a paper, open five tabs, skim abstracts, save PDFs, forget half the useful bits,&lt;br&gt;
and then try to stitch everything together into something that actually answers the question.&lt;/p&gt;

&lt;p&gt;That sucked.&lt;/p&gt;

&lt;p&gt;Archimedes began as a very personal fix for that exact mess.&lt;br&gt;
I wanted something that could help me search academic papers, analyze them with an LLM,&lt;br&gt;
synthesize evidence, and spit out a clean answer I could actually use.&lt;/p&gt;

&lt;p&gt;The first version was not elegant.&lt;br&gt;
It was just me trying to make one painful workflow less painful.&lt;br&gt;
But that is usually where the good stuff starts: not with a business plan,&lt;br&gt;
but with a tiny recurring annoyance that refuses to shut up.&lt;/p&gt;

&lt;p&gt;The core idea was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;search academic sources&lt;/li&gt;
&lt;li&gt;identify the most relevant papers&lt;/li&gt;
&lt;li&gt;analyze them with an LLM&lt;/li&gt;
&lt;li&gt;collect evidence in a structured way&lt;/li&gt;
&lt;li&gt;export the final result as a PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is Archimedes in one sentence.&lt;/p&gt;

&lt;p&gt;I built it because I wanted to stop doing research like a caffeinated raccoon,&lt;br&gt;
opening random tabs and pretending I had a system.&lt;br&gt;
I wanted one place where a question could become a useful answer.&lt;/p&gt;

&lt;p&gt;The funny part is that the more I worked on it, the less it felt like a toy.&lt;br&gt;
The pipeline started making sense.&lt;br&gt;
The workflow became repeatable.&lt;br&gt;
And once something becomes repeatable, it starts becoming a product.&lt;/p&gt;

&lt;p&gt;This is the first post in the story of Archimedes.&lt;br&gt;
The next ones are about the ugly middle bits: looking at existing solutions,&lt;br&gt;
building a CLI, showing it to friends, and slowly realizing the thing had legs.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
