20n was a computational synthetic biology company founded in 2014 by computer scientist Saurabh Srivastava and UC Berkeley professor J. Christopher Anderson. The company built software that predicted DNA insertions into microbes—primarily E. coli and S. cerevisiae—to engineer organisms capable of producing target chemicals through fermentation. Its flagship achievement was predicting and engineering the first known biosynthetic route to acetaminophen (Tylenol), producing it from sugar in a yeast organism. 20n entered YC's Winter 2015 batch, won $1.7M in early contracts from DARPA and a Fortune 500 cosmetics company, and attracted backing from Khosla Ventures. Despite genuine technical breakthroughs and credible early commercial traction, the company quietly wound down sometime between 2017 and 2018—a victim not of scientific failure, but of a structural mismatch between a software-speed business model and the multi-year validation cycles that define industrial biotech procurement.
20n emerged from a four-year research collaboration at UC Berkeley, not from a garage or a weekend hackathon. Saurabh Srivastava completed his PhD in computer science at the University of Maryland, College Park between 2006 and 2010, specializing in program synthesis—the branch of computer science concerned with automatically generating programs that satisfy a given specification.[1] He then joined UC Berkeley as a postdoctoral researcher, where he spent four years working at the intersection of program synthesis and synthetic biology alongside J. Christopher Anderson, a tenured professor who had spent 17 years in the field.[2]
The pairing was unusual. Anderson brought deep biological domain expertise and academic credibility—the kind that opens doors with DARPA program managers and Fortune 500 R&D teams. Srivastava brought a computer scientist's instinct to treat biology as a search problem: given a target molecule, what sequence of enzymatic reactions, encoded in DNA, would allow a microbe to produce it? The postdoc years appear to have been the period when the core technical thesis was developed and tested, making 20n less a startup built on a hypothesis and more one built on years of pre-commercial research.
The company name encodes the founders' worldview directly. "20n" refers to the 20 standard amino acids specified by the universal genetic code—20^n represents the combinatorial explosion of possible protein sequences, a design space so vast it cannot be manually explored.[3] The name is a mission statement: the only way to navigate this space is computationally.
Srivastava's framing of the market opportunity was deliberately grounded. "Even the most boring chemicals still tend to be billion dollar markets," he told TechCrunch at launch.[4] This was not a pitch about disrupting pharmaceuticals or curing disease—it was a pitch about replacing petrochemical manufacturing with biological fermentation, one molecule at a time, starting with the most commercially obvious targets.
The company entered Y Combinator's Winter 2015 batch as a two-person team based in San Francisco.[5] The precise moment Srivastava and Anderson decided to commercialize their research is not documented publicly, but the timing—immediately following the completion of Srivastava's postdoc in 2014—suggests the decision was made as the research reached a point of commercial readiness, not as a response to external market pressure.
Whether Anderson remained actively involved in day-to-day operations after the YC batch or returned primarily to his UC Berkeley professorship is not confirmed in any public record. His role as CSO suggests a technical advisory function rather than full-time operational leadership—a common structure when an academic co-founds a startup without leaving their institution.
2006 — Saurabh Srivastava begins PhD in computer science at University of Maryland, College Park, focusing on program synthesis.[1]
2010 — Srivastava completes PhD and begins postdoc at UC Berkeley, working with J. Christopher Anderson on program synthesis applied to synthetic biology.[1]
2014 — Srivastava completes postdoc; 20n is founded by Srivastava and Anderson based on their collaborative research.[1]
January 2015 — 20n enters Y Combinator Winter 2015 batch as a 2-person team in San Francisco.[5]
February 26, 2015 — TechCrunch publishes launch article on 20n, detailing the acetaminophen breakthrough, the 20n/act platform, and the $980B specialty chemical market opportunity.[4]
March 25, 2015 — 20n presents at YC W15 Demo Day 2, reporting $1.7M in contracts from DARPA and a large cosmetics company; named one of TechCrunch's Top 10 YC W15 startups.[6]
March 26, 2015 — Vice/Motherboard publishes detailed profile of 20n, including founder quotes on the CRO-outsourced model and the acetaminophen organism.[7]
September 2015 — Srivastava posts on Hacker News confirming 20n is backed by YC, DARPA, and Khosla Ventures, with existing Fortune 500 customers and incoming revenue; company is hiring.[8]
February 2016 — 20n posts hiring notice on Hacker News listing full technical stack (ML, data mining, NLP, distributed systems, synthetic biology), indicating active development.[5]
July 27, 2017 — 20n files multiple patent applications covering biosynthetic production of acetaminophen, carnosine, beta-alanine, choline, ethanolamine, and related compounds—the latest confirmed date of active company operation.[9]
2018 — Srivastava founds Synthetic Minds (YC S'18), a smart contract security startup, signaling 20n has wound down.[10]
2023 — Srivastava moves to Consequent AI, then to Essential AI, working in general AI—permanently departing synthetic biology.[11]
2024 — 20n listed as "Inactive" on YC company directory; 20n/act platform available on GitHub under GNU GPL.[12]
20n's core product was a software platform called 20n/act that predicted which DNA sequences, when inserted into a microorganism, would cause that organism to produce a specific target chemical through fermentation.[13] The platform treated biology as a computational search problem: given a desired output molecule, find the shortest and most reliable enzymatic pathway from a starting substrate (typically sugar) to that molecule, then identify the genes encoding those enzymes and design the DNA insertions needed to express them in a host organism.
The technical stack was unusually broad for a two-person team. 20n combined machine learning, distributed systems, AI planning, program synthesis, data mining, and natural language processing—all applied to a dataset of over 10,000 molecules and their predicted enzymatic pathways.[14] The NLP component was used to mine scientific literature for documented enzymatic reactions, building a knowledge graph of known biochemical transformations that the AI planning layer could then traverse to find novel routes to target molecules.

The user-facing workflow was designed to be entirely software-driven. A customer would specify a target molecule. 20n's platform would return a ranked list of predicted biosynthetic pathways, along with the specific DNA insertions required to implement each pathway in a host organism such as E. coli or S. cerevisiae (baker's yeast). The customer—or a contract research organization (CRO) acting on their behalf—would then synthesize that DNA, insert it into the organism, grow it up, and measure whether the target chemical was produced.
Critically, 20n did not operate a wet lab. Srivastava was explicit about this architectural choice: "Our core expertise is on the design of the DNA that goes into the microbes, and other organizations build that DNA, get it into the cells, grow them up, and see what chemicals get produced."[15] This kept the team lean and capital-efficient but created a dependency on external partners for validation.
The platform's flagship technical achievement was predicting and engineering the first known biosynthetic route to acetaminophen—the active ingredient in Tylenol. 20n's software predicted that inserting a single gene from a common grocery store mushroom into E. coli would enable the bacterium to produce acetaminophen from sugar. The prediction was validated experimentally, producing what Srivastava described as "the first organism on the planet to make it sustainably."[16] This was not a marginal improvement on existing methods—no biological route to acetaminophen had previously been known.
20n claimed its data-mining approach expanded the addressable chemical space by 100x over what was previously considered biologically producible, and projected 10,000–20,000 viable products from millions of total DNA designs.[17][18]
The platform was eventually open-sourced under the GNU General Public License.[13] The exact date of this decision is not confirmed, but the repository exists on GitHub with 71 stars and 24 forks as of 2024—a modest but real signal that the work had value to the broader synthetic biology research community even after commercial operations ceased.
What distinguished 20n from alternatives was the combination of breadth and automation. Traditional synthetic biology required human experts to manually hypothesize biosynthetic routes—a slow, expensive process limited by what researchers had read. 20n's NLP-driven literature mining and AI planning layer could traverse the entire documented space of enzymatic reactions systematically, finding routes that no human expert would have thought to look for.
20n's primary customers were industrial biotech firms in the process of transitioning from petrochemical manufacturing to biological fermentation.[19] These companies—specialty chemical producers, cosmetics manufacturers, pharmaceutical ingredient suppliers—faced rising pressure to replace fossil-fuel-derived inputs with bio-based alternatives, driven by sustainability mandates, regulatory trends, and cost volatility in petrochemical feedstocks.
The customer profile was not a startup or a research institution. It was a procurement team at a Fortune 500 company evaluating whether to retool a manufacturing process around a novel biological organism designed by a two-person software startup. This is a meaningful distinction. The buying process in this segment involves regulatory review, internal R&D validation, pilot-scale fermentation trials, and multi-year qualification periods before any organism reaches production. The decision-maker is not a product manager running A/B tests—it is a VP of Manufacturing weighing capital expenditure risk.
DARPA represented a second customer archetype: a government agency with a specific interest in novel biosynthetic capabilities for defense applications, willing to fund early-stage technical work on a milestone basis. DARPA contracts validated the technology but did not create a repeatable commercial sales motion.
The specialty chemical industry was cited at $980 billion at the time of 20n's launch.[20] Srivastava's framing—"even the most boring chemicals still tend to be billion dollar markets"—was accurate as a statement of market size but incomplete as a commercial thesis. A large total addressable market does not address the pace at which that market adopts novel production methods.
The more relevant market metric is the addressable opportunity within the subset of chemical companies actively evaluating bio-based manufacturing alternatives in 2015–2017. That segment was real and growing, but it was also served by well-capitalized competitors with wet lab capabilities, established customer relationships, and longer runways.
20n operated in a space that was simultaneously undercrowded (few pure-software computational biology platforms existed in 2015) and structurally difficult (the companies with the most resources were not pure-software players).
The most relevant competitors were vertically integrated synthetic biology platforms. Ginkgo Bioworks, founded in 2009, combined computational design with a large-scale automated wet lab ("Foundry") that could iterate on organism designs rapidly in-house. By 2015, Ginkgo had raised significantly more capital and was building toward the manufacturing scale that industrial customers required. Zymergen, founded in 2013, similarly combined software with in-house automation. Both companies made a deliberate choice that 20n rejected: owning the execution layer, not just the design layer.
The competitive disadvantage of 20n's CRO-outsourced model became apparent in this context. Ginkgo and Zymergen could offer customers a full-service solution—design, build, test, and iterate—within a single vendor relationship. 20n offered the design layer only, requiring customers to manage the CRO relationship separately and accept longer validation timelines. For a Fortune 500 procurement team, the full-service option reduces coordination costs and risk, even if the underlying design software is technically superior.
20n's revenue model was licensing-based. The company designed engineered microbe DNA sequences and licensed those designs to industrial customers, with licenses starting in the hundreds of thousands of dollars per molecule.[20] The target market—specialty chemicals—was chosen partly because individual chemical markets are large enough to justify high per-license fees even at low volume.
DARPA contracts provided a parallel revenue stream: milestone-based government funding for specific technical deliverables, non-dilutive but also non-recurring. These contracts validated the technology and provided early cash flow but did not constitute a scalable commercial model.
The licensing model required customers to trust a small software startup's DNA designs enough to invest in CRO validation and, eventually, manufacturing retooling. Each sale required a long qualification process. There is no evidence that 20n pursued a subscription or platform-access model that would have generated recurring revenue independent of per-molecule licensing deals. The absence of a Series A suggests the licensing model did not produce the revenue trajectory needed to attract growth-stage capital.
20n's early traction was exceptional for a two-person team. At YC W15 Demo Day in March 2015, the company reported over $1.7 million in contracts from DARPA and a large cosmetics company—making it one of the few YC companies at that stage with meaningful pre-Demo Day revenue.[6] TechCrunch named 20n one of the Top 10 startups of the W15 batch, citing it as evidence of "YC's evolution from niche consumer products to huge hard science ideas."[6]
By September 2015, the company had secured backing from Khosla Ventures in addition to YC and DARPA, and Srivastava confirmed on Hacker News that 20n had "existing Fortune 500 customers and incoming revenue."[8] The company was actively hiring across its full technical stack as late as March 2016, suggesting it had sufficient runway to continue building.
Over its operational lifetime, 20n built 40+ next-generation organisms for DARPA and two Fortune 500 companies.[16] Patent filings in July 2017 covering acetaminophen, carnosine, beta-alanine, choline, and ethanolamine biosynthesis confirm the company was still generating IP at least two years after Demo Day.[9]
The pattern that emerges is strong initial contract wins that did not compound into a self-sustaining revenue trajectory. The $1.7M in early contracts was real, the Fortune 500 relationships were real, and the technical deliverables were real—but no Series A was announced, no revenue growth figures were disclosed, and the company wound down quietly rather than raising additional capital.
20n did not fail in a single dramatic event. There was no product recall, no public controversy, no founder dispute, and no announced shutdown. The company simply stopped—its website went dark, its platform was open-sourced, and its founder moved on to a completely different domain. This quiet wind-down is itself diagnostic: 20n ran out of commercial momentum, not credibility.
The most important failure driver was structural, not operational. 20n designed a software-style business—small team, high margins, fast iteration, licensing revenue—and applied it to a market where the sales cycle is measured in years, not months.
Industrial chemical companies do not buy novel biosynthetic designs the way software companies buy SaaS tools. A Fortune 500 specialty chemical producer evaluating a 20n-designed organism must first validate the design at CRO scale, then run pilot fermentation trials, then conduct regulatory and safety review, then qualify the organism for manufacturing use. This process routinely takes two to four years and costs millions of dollars on the customer's side—before any production revenue is generated. The customer's risk tolerance is calibrated accordingly: they move slowly because the cost of a failed organism at manufacturing scale is catastrophic.
20n's licensing model required closing deals that would take years to validate and generate follow-on revenue. A two-person team with seed-stage funding cannot sustain itself through multiple multi-year sales cycles simultaneously. The $1.7M in early contracts from DARPA and the cosmetics company provided initial runway, but DARPA contracts are milestone-based and non-recurring, and there is no evidence the cosmetics company relationship expanded into a multi-year licensing program.
By the time 20n was hiring in early 2016, the company had been operating for roughly two years. If the initial contracts were signed in late 2014 or early 2015, their validation cycles would have been ongoing through 2016–2017—precisely the period when the company would have needed to close new contracts to sustain operations. No new funding rounds were announced during this period, suggesting the commercial pipeline was not converting fast enough to support a Series A narrative.
20n's deliberate choice to own the design layer and outsource execution to CROs kept the team lean but introduced a bottleneck that was outside the company's control. When a predicted DNA design failed to produce the target molecule at the expected yield, 20n could not iterate rapidly—it had to wait for CRO turnaround times, which are measured in weeks to months, not days.
This mattered competitively. Ginkgo Bioworks and Zymergen, the best-capitalized competitors in the space, built in-house automated wet labs precisely to compress this iteration cycle. Their "Foundry" model allowed them to test hundreds of organism variants per week, generating the empirical data needed to improve their computational models and deliver validated organisms to customers faster. 20n's software may have been technically superior at the design stage, but a customer evaluating two vendors—one that delivers a design and hands off to a CRO, and one that delivers a validated organism—will typically choose the latter, especially for a first engagement.
The CRO dependency also meant that 20n's prediction accuracy was difficult to measure and improve in real time. The accuracy rate of the platform's predictions in real-world CRO validation is not documented in any public source, making it impossible to assess whether technical limitations contributed to customer attrition. If a meaningful fraction of predicted designs failed validation, the customer's cost of working with 20n—paying CRO fees for failed experiments—would have eroded the value proposition of the licensing model.
20n's confirmed funding included YC's standard seed investment, DARPA contracts totaling at least $1.7M, a Khosla Ventures investment, and a seed round from Great Oaks Venture Capital.[8][21] The total equity raised is not confirmed, but the absence of any announced Series A is the most important data point. Deep tech companies operating in industrial biotech typically require $10–30M in Series A capital to sustain a multi-year commercial development cycle. 20n does not appear to have reached that milestone.
DARPA funding, while validating, is not a substitute for equity capital. DARPA contracts fund specific technical deliverables and expire when those deliverables are complete. They do not provide the open-ended runway needed to build a sales team, extend customer relationships, and iterate on the commercial model. A company that is primarily DARPA-funded is, in effect, a government contractor with a licensing business attached—a structure that is difficult to convert into a venture-scale growth trajectory.
The most telling post-mortem signal is not what 20n did, but what Srivastava did next. In 2018, he founded Synthetic Minds (YC S'18)—a smart contract security startup with no connection to synthetic biology.[10] This was not a pivot within the domain (e.g., moving from industrial chemicals to pharmaceuticals) or a pivot within the model (e.g., moving from licensing to full-service). It was a complete departure from the field.
Founders who believe a market is fixable with a different product or a different go-to-market approach typically stay in the domain. Founders who leave entirely have usually concluded that the structural constraints of the market—not their specific execution—are the binding constraint. Srivastava's move to smart contract security, and then to general AI at Essential AI, is consistent with a conclusion that the industrial biotech market's procurement dynamics were not compatible with the startup model he wanted to build.[11]
Synthetic Minds itself was also listed as Inactive after pivoting to desktop automation under the name Warpdrive—suggesting Srivastava's post-20n trajectory involved continued experimentation across domains rather than a single clear successor.[10]
The decision to open-source 20n/act under the GNU GPL is the clearest artifact of commercial wind-down.[13] GPL licensing is specifically designed to prevent proprietary commercial use—any company that builds on GPL-licensed code must also open-source their derivative work. This is not a licensing choice a company makes when it intends to continue monetizing the software. It is a choice that maximizes the platform's scientific impact while explicitly foreclosing future commercial exploitation. The open-sourcing of 20n/act was, in effect, a public acknowledgment that the commercial model had ended.
Large TAM does not compensate for slow procurement cycles. 20n correctly identified that specialty chemicals is a $980B market and that individual chemical markets are worth billions.[20] But market size is irrelevant if the time from first customer contact to recurring revenue is measured in years. Startups targeting industrial buyers need either enough capital to survive multiple multi-year sales cycles simultaneously, or a product that can generate revenue during the validation period—not after it.
Owning only the design layer in a full-stack market is a structural disadvantage. 20n's CRO-outsourced model was capital-efficient but left the company dependent on external partners for validation speed and quality. Competitors like Ginkgo Bioworks that owned the full stack—design, build, test—could iterate faster, deliver more complete solutions, and build deeper customer relationships. In markets where the customer's primary concern is risk reduction, a full-service vendor will typically win over a best-in-class point solution.
DARPA contracts validate technology but do not validate a commercial model. Early DARPA funding gave 20n credibility and cash flow, but DARPA's milestone-based, non-recurring structure is fundamentally different from commercial revenue. A company that counts DARPA contracts as its primary traction signal may be optimizing for the wrong metric when pitching Series A investors, who need to see evidence of a repeatable commercial sales motion.
The open-source decision is a meaningful signal of commercial intent. When a startup open-sources its core platform under a copyleft license like GPL, it is effectively closing the door on future commercialization of that software. Tracking when this decision was made—relative to the last funding round and the founder's departure—can help investors and analysts identify the moment a company transitioned from active commercial pursuit to managed wind-down.
A founder's post-failure domain choice reveals their diagnosis. Srivastava's pivot to smart contract security, rather than a different synthetic biology application, suggests he concluded the problem was the market structure, not the product.[10] When evaluating deep tech startups, the founder's willingness to stay in the domain after a failure is a useful signal of whether they believe the market is fixable.