<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>DIY | Awesome Agents</title><link>https://awesomeagents.ai/tags/diy/</link><description>Your guide to AI models, agents, and the future of intelligence. Reviews, leaderboards, news, and tools - all in one place.</description><language>en-us</language><managingEditor>contact@awesomeagents.ai (Awesome Agents)</managingEditor><lastBuildDate>Wed, 22 Apr 2026 23:44:27 +0200</lastBuildDate><atom:link href="https://awesomeagents.ai/tags/diy/index.xml" rel="self" type="application/rss+xml"/><image><url>https://awesomeagents.ai/images/logo.png</url><title>Awesome Agents</title><link>https://awesomeagents.ai/</link></image><item><title>Biohacker Sequences Own Genome With Claude-Written Panel</title><link>https://awesomeagents.ai/news/claude-home-genome-sequencing-diy-biotech/</link><pubDate>Wed, 22 Apr 2026 23:44:27 +0200</pubDate><guid>https://awesomeagents.ai/news/claude-home-genome-sequencing-diy-biotech/</guid><description><![CDATA[<div class="podcast-embed">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/2KOnAeRKna5rhyR6OOfRzi?utm_source=generator&theme=0" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
<p>A blog post titled <a href="https://iwantosequencemygenomeathome.com/">&quot;How I sequenced my genome at home&quot;</a> by Seth Showes spent most of this week on the Hacker News front page. The claim, delivered with receipts, is that he ran his own whole-genome sequencing in roughly 72 hours on a $3,200 Oxford Nanopore MinION at his kitchen table, and that Claude wrote the gene-targeting panel he used to get clinically-relevant depth on the regions that mattered to him. The part of the story worth slowing down on is the third sentence, because the AI's role is narrow, specific, and correct in a way that generalises.</p>]]></description><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class="podcast-embed">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/2KOnAeRKna5rhyR6OOfRzi?utm_source=generator&theme=0" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
<p>A blog post titled <a href="https://iwantosequencemygenomeathome.com/">&quot;How I sequenced my genome at home&quot;</a> by Seth Showes spent most of this week on the Hacker News front page. The claim, delivered with receipts, is that he ran his own whole-genome sequencing in roughly 72 hours on a $3,200 Oxford Nanopore MinION at his kitchen table, and that Claude wrote the gene-targeting panel he used to get clinically-relevant depth on the regions that mattered to him. The part of the story worth slowing down on is the third sentence, because the AI's role is narrow, specific, and correct in a way that generalises.</p>
<div class="news-tldr">
<p><strong>Home genome sequencing at a glance</strong></p>
<ul>
<li>Sequencer: Oxford Nanopore MinION Mk1D, $3,200 hardware plus ~$1,100 per run in consumables</li>
<li>Claude's role: creating a BED file (chromosome coordinate ranges) targeting autoimmune-risk genes for adaptive sampling</li>
<li>Wet-lab time: ~4 hours; full pipeline including basecalling: ~72 hours</li>
<li>Coverage: 10x whole-genome, 30-50x on the targeted panel</li>
<li>Output: ~49GB of raw pod5 signal, ~6GB basecalled BAM per run</li>
<li>Not a clinical test - explicitly disclaimed by the author as curiosity-only, not diagnostic</li>
</ul>
</div>
<h2 id="how-it-actually-works">How It Actually Works</h2>
<p>Four steps stack into a home genome run, and each has a piece that has only become tractable for an amateur in the last two years.</p>
<h3 id="the-sequencer">The Sequencer</h3>
<p>The Oxford Nanopore MinION is a pocket-sized device - about the size of a large USB stick - that reads DNA by threading single strands through protein pores embedded in a flow cell and measuring the tiny electrical disruptions as each nucleotide passes. Those disruptions are converted to A/C/G/T calls by a separate piece of software. The device retails for $3,200. A single-use flow cell is another $900 on top, the library-prep reagents (chemistry that attaches adapters to your DNA so it can thread through the pores) are $610 for six reactions, and incidentals - pipette tips, wash buffers, ethanol - add roughly $50 per run. Showes itemises $1,100 all-in per run. The first run costs $4,300 because the hardware and bulk reagents are paid upfront.</p>
<p><img src="/images/news/claude-home-genome-sequencing-diy-biotech-pipette.jpg" alt="Pipette dispensing liquid into test tubes">
<em>The wet-lab portion - extracting DNA, preparing a library, loading the flow cell - takes Showes around four hours. The software portion runs overnight. The single most common failure mode, he writes, is &quot;air in the flow cell.&quot;</em>
<small>Source: unsplash.com</small></p>
<h3 id="adaptive-sampling">Adaptive Sampling</h3>
<p>Nanopore's distinguishing trick is that the device can decide which reads to keep and which to reject in real time. As a DNA strand starts to thread through a pore, the basecaller checks the first few hundred bases against a reference panel. If those bases map to a region you care about, sequencing continues. If they don't, the pore voltage reverses, the fragment is ejected, and the pore is freed for the next molecule. This is called adaptive sampling, and it is the feature that makes targeted home sequencing practical - instead of reading every fragment in the sample and getting shallow coverage everywhere, you concentrate the device's capacity on the genes that matter.</p>
<p>What adaptive sampling requires is a BED file - a plain-text list of chromosome, start-position, end-position tuples defining the regions of interest. This is where Claude comes in.</p>
<h3 id="claude-writes-the-panel">Claude Writes the Panel</h3>
<p>Showes describes using Claude to identify which genes are relevant to a given clinical question, then to generate the BED file with GRCh38 coordinates (GRCh38 is the current human reference genome assembly) with a 100kb padding in each direction to capture regulatory regions, with overlapping ranges merged, and with a validation check to keep the total target size under 5% of the genome (the cap needed for enough coverage on a single flow cell). He calls this &quot;one of the best uses of an LLM in a project like this,&quot; noting that the knowledge required is spread across four separate databases (UCSC Genome Browser, Ensembl, OMIM, CPIC) and is tedious rather than difficult.</p>
<blockquote>
<p>&quot;If you care about a specific set of genes - say, pharmacogenes or the genes behind a family autoimmune condition - this is the path.&quot;</p></blockquote>
<p>The output is a file of 50 to 200 lines, each line a chromosome and two numbers. Claude doesn't do the sequencing, doesn't interpret the results, and doesn't replace a geneticist. It does the one part of the pipeline that's a pure knowledge-aggregation task, and does it in minutes rather than the hours an unfamiliar user would spend navigating four databases.</p>
<h3 id="basecalling-and-alignment">Basecalling and Alignment</h3>
<p>The MinION produces ~49GB of raw electrical-signal data per run in a format called pod5. Oxford Nanopore's basecaller, Dorado, converts that signal into sequence reads and writes a BAM file (a compressed, indexed format for aligned reads) of around 6GB. The reads are aligned to GRCh38 with minimap2, a widely-used open-source aligner. At this point the user has a whole-genome BAM with 10x average coverage - one-third of what a clinical lab would call adequate - plus a targeted-panel BAM with 30-50x coverage on the genes of interest, which is clinical-grade for most variant-calling work.</p>
<h2 id="the-concrete-example">The Concrete Example</h2>
<p>Showes' motivation isn't abstract. His sister received a liver transplant due to complications of an autoimmune condition that runs in the family. He wanted to know which of the relevant susceptibility loci he carries. The panel he built with Claude covered the HLA region (the main immune-signaling gene cluster, densely implicated in autoimmune disease), the pharmacogenes that affect how immunosuppressants are metabolised, and the specific loci associated with his sister's diagnosis.</p>
<p><img src="/images/news/claude-home-genome-sequencing-diy-biotech-tubes.jpg" alt="Technician holding test tubes in a sequencing lab">
<em>The Claude-generated BED file in Showes' pipeline covered the HLA region and pharmacogenes relevant to his family's autoimmune history. The photo is from the Cancer Genomics Research Laboratory, not Showes' kitchen - but the workflow is the same at both scales, which is the story.</em>
<small>Source: unsplash.com</small></p>
<p>The output of his run is an aligned BAM file, not a diagnosis. To go from aligned reads to clinically-meaningful variants requires a separate pass through variant-calling software and - critically - interpretation by someone who can contextualise the variants against current medical literature. Showes explicitly flags this:</p>
<blockquote>
<p>&quot;Sequencing your own genome on your kitchen table does not constitute a clinical diagnostic test. You absolutely should not make health decisions based on what comes out.&quot;</p></blockquote>
<h2 id="home-sequencing-vs-clinical-sequencing">Home Sequencing vs Clinical Sequencing</h2>
<table>
  <thead>
      <tr>
          <th></th>
          <th>Home (Seth's pipeline)</th>
          <th>Clinical-grade WGS</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Cost per run</td>
          <td>~$1,100</td>
          <td>$800 to $2,500</td>
      </tr>
      <tr>
          <td>Sequencer</td>
          <td>MinION Mk1D ($3,200)</td>
          <td>Illumina NovaSeq or similar ($1M+)</td>
      </tr>
      <tr>
          <td>Throughput</td>
          <td>20-40 Gb / 48h</td>
          <td>6 Tb / 48h per run, 48 samples</td>
      </tr>
      <tr>
          <td>Whole-genome coverage</td>
          <td>~10x</td>
          <td>30x minimum, typically 40-60x</td>
      </tr>
      <tr>
          <td>Targeted panel coverage</td>
          <td>30-50x via adaptive sampling</td>
          <td>100-500x</td>
      </tr>
      <tr>
          <td>Read length</td>
          <td>~4kb average (nanopore)</td>
          <td>~150bp (Illumina short-read)</td>
      </tr>
      <tr>
          <td>Validation</td>
          <td>None</td>
          <td>CLIA-certified pipeline, clinical review</td>
      </tr>
      <tr>
          <td>Time to results</td>
          <td>~72 hours</td>
          <td>2 to 8 weeks end-to-end</td>
      </tr>
      <tr>
          <td>Medical use</td>
          <td>None. Curiosity only</td>
          <td>Diagnostic, treatment-guiding</td>
      </tr>
  </tbody>
</table>
<p>The two columns aren't substitutable. Clinical labs do a slower, more expensive, more-validated version of the same fundamental measurement, with accreditation chains that exist specifically because the error rate matters when the output drives medical decisions. The home version is cheaper, faster, and good enough to satisfy scientific curiosity. The distinction is not a technical one. It's a credentialing one.</p>
<h2 id="why-it-matters-now">Why It Matters Now</h2>
<p>Three reasons this shows up in April 2026 and not April 2022.</p>
<p><strong>The MinION Mk1D and R10.4.1 flow cells landed in 2024 and dropped the raw-accuracy error rate to under 1%.</strong> Before that point, the nanopore error rate was high enough that a home pipeline produced data too noisy to be worth interpreting. The hardware generation now in Showes' kitchen is the first one where the answer to &quot;is this data any good&quot; is yes for a hobbyist.</p>
<p><strong>Apple's M3 Ultra Mac Studio and the rise of local-inference AI tooling brought the compute requirement down to consumer gear.</strong> The 100GB storage and roughly 128GB of RAM required to basecall a single run is expensive by laptop standards, but it's one machine in the corner of a bedroom, not a rack in a datacentre. <a href="https://nanoporetech.com/blog/news-blog-oxford-nanopore-meets-apples-m3-silicon-chip-hailing-new-era-distributed-genome">Oxford Nanopore published a reference configuration</a> for running the full pipeline on a single Mac in early 2026, and Showes' work is the first widely-circulated demonstration of it running.</p>
<p><strong>Claude is now good enough at narrow bioinformatics tasks that the knowledge-aggregation step is no longer a bottleneck.</strong> This is the quiet part. Five years ago, &quot;generate a BED file covering the HLA region plus known pharmacogenes with 100kb padding&quot; required a graduate-level literature search and maybe a day of work cross-referencing databases. Today it's a single prompt to an LLM that has read those databases during training. Anthropic's <a href="https://www.anthropic.com/news/claude-for-life-sciences">Claude for Life Sciences</a> positioning is the commercial framing of the same capability.</p>
<p>The combined effect is that the limiting resource for home sequencing is no longer equipment cost or expert knowledge. It is regulatory posture. A kitchen genome isn't a clinical diagnosis, and the person who confuses the two has a small but non-zero chance of making a consequential medical decision on data that hasn't been validated for that purpose. The <a href="https://forum.effectivealtruism.org/posts/WEq5oBMJc9uGnyNuR/diy-biology-a-risk-in-the-making">EA Forum has been cataloguing</a> the same question in more cautious language for most of 2025, and Showes' post is the trigger that'll force the question back into mainstream circulation.</p>
<h2 id="what-to-read-next">What To Read Next</h2>
<ul>
<li><a href="https://www.anthropic.com/news/claude-for-life-sciences">Claude for Life Sciences: Anthropic's commercial positioning</a></li>
<li><a href="https://nanoporetech.com/blog/news-blog-oxford-nanopore-meets-apples-m3-silicon-chip-hailing-new-era-distributed-genome">Oxford Nanopore's distributed sequencing thesis</a></li>
<li><a href="/news/claude-code-ultrareview-cloud-bug-hunting/">Our /ultrareview coverage</a> for another example of an AI workflow that's narrow, correct, and priced as a premium feature</li>
</ul>
<hr>
<p>The story is about one person who knew what he was doing, used a tool appropriately, and wrote it up carefully. The worry sitting underneath is that the narrow-and-correct use case Showes shows is indistinguishable, at the blog-post level, from the broad-and-wrong use case someone will try next.</p>
<p><strong>Sources:</strong></p>
<ul>
<li><a href="https://iwantosequencemygenomeathome.com/">How I sequenced my genome at home</a> - Seth Showes, iwantosequencemygenomeathome.com</li>
<li><a href="https://news.ycombinator.com/item?id=47825381">Hacker News discussion</a> - front page, 21 April 2026</li>
<li><a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/biohacker-claims-to-have-sequenced-their-own-genome-at-the-kitchen-table-with-m3-ultra-mac-studio-claude-and-a-usd3-200-sequencer-diy-project-requires-100gb-of-data-storage-per-run-oodles-of-ram">Biohacker claims to have sequenced their own genome at the kitchen table</a> - Tom's Hardware, 21 April 2026</li>
<li><a href="https://nanoporetech.com/products/minion">Oxford Nanopore MinION product page</a> - Oxford Nanopore Technologies</li>
<li><a href="https://nanoporetech.com/blog/news-blog-oxford-nanopore-meets-apples-m3-silicon-chip-hailing-new-era-distributed-genome">Oxford Nanopore meets Apple's M3 silicon</a> - Oxford Nanopore blog</li>
<li><a href="https://www.anthropic.com/news/claude-for-life-sciences">Claude for Life Sciences</a> - Anthropic</li>
<li><a href="https://forum.effectivealtruism.org/posts/WEq5oBMJc9uGnyNuR/diy-biology-a-risk-in-the-making">DIY Biology: A risk in the making?</a> - EA Forum</li>
</ul>
]]></content:encoded><dc:creator>Elena Marchetti</dc:creator><category>News</category><media:content url="https://awesomeagents.ai/images/news/claude-home-genome-sequencing-diy-biotech_hu_30b85b273f3871eb.jpg" medium="image" width="1200" height="675"/><media:thumbnail url="https://awesomeagents.ai/images/news/claude-home-genome-sequencing-diy-biotech_hu_30b85b273f3871eb.jpg" width="1200" height="675"/></item></channel></rss>