Aminoacid documentation

A technical reference for the agent and the molecules it composes cycles for. No marketing copy. Sources are cited where dose ranges or kinetics aren't ambiguous.

What this is

Aminoacid is a constrained LLM that takes a peptide stack, goal, experience tier, and optional bloodwork notes, and returns a sequenced 4–12 week cycle: per-compound dose, injection cadence, washout windows, bloodwork checkpoints, and red-flag thresholds.

The agent does not prescribe. It composes a literature-aware draft from published kinetic data and protocol-community consensus. Every output ends with a clinician-review disclaimer because that is what every output requires.

important Educational simulation. Not medical advice. Research peptides only. 18+. Verify everything against your own bloodwork and a licensed clinician before any compound use.

Peptide classes the agent recognises

Each peptide is classified by its primary receptor target. The agent uses class membership to detect synergy, receptor competition, and cross-class redundancy.

Growth-hormone axis

compoundclasstargetnotes
cjc-1295 (no DAC)GHRH analogGHRH-Rshort-acting; pulsatile pairing with GHS
cjc-1295 + DACGHRH analogGHRH-Ralbumin-bound; tonic elevation
tesamorelinGHRH analogGHRH-RFDA-approved (HIV-lipodystrophy); avoid stacking with cjc-1295
sermorelinGHRH analogGHRH-R29-AA fragment; very short t½
ipamorelinGHSGHS-R1aselective; minimal prolactin/cortisol bump
ghrp-2 / ghrp-6GHSGHS-R1astronger pulse; ghrp-6 raises ghrelin/appetite
hexarelinGHSGHS-R1adesensitises receptor with chronic use
mk-677 (ibutamoren)GHS, oralGHS-R1aoral; long t½; raises fasting glucose

Regenerative / repair

compoundclasstarget / mechanismnotes
bpc-157cytoprotectiveVEGF/eNOS, growth-factor pathwayspentadecapeptide; angiogenic
tb-500 (TB4 frag.)actin-bindingthymosin-β4 fragmentcell migration; long t½
kpvanti-inflammatoryα-MSH C-terminal tripeptidetopical / oral; gut-focused

Melanocortin system

compoundclasstargetnotes
melanotan-IIMC agonistMC1R, MC4Rtanning + appetite suppression; nausea common
pt-141 (bremelanotide)MC agonistMC4R (selective)FDA-approved; raises BP transiently

Other

  • Selank, Semax — nootropic / anxiolytic; nasal route; no chronic safety data > 12 weeks
  • Epitalon (epithalon) — putative pineal/telomere effects; evidence sparse
  • DSIP — sleep-related peptide; mostly anecdotal data

Pharmacokinetics

Plasma half-life drives injection cadence. The agent never picks "twice a week" because someone said so — it's derived from each compound's measured t½.

compoundplasma t½typical cadenceroute
cjc-1295 + DAC~6–8 days1×/weeksubq
cjc-1295 (no DAC)~30 min2–3×/daysubq
tesamorelin~26 min1×/day pre-bedsubq
sermorelin~10–20 min1×/day pre-bedsubq
ipamorelin~2 hours1–3×/daysubq
ghrp-2 / ghrp-6~15–60 min2–3×/daysubq
mk-677~24 hours1×/dayoral
bpc-157~4–6 hours1–2×/daysubq, local IM
tb-500~2–3 days2×/week loading; 1×/week maint.subq, IM
melanotan-II~1 hour1×/day, titratedsubq
pt-141~2 hoursas-neededsubq, intranasal
caveat t½ values are batch- and route-dependent. Subcutaneous depot effects can extend apparent duration. The agent uses median published values, not best-case.

Stack interactions

Pairwise rules the agent applies before composing a cycle:

  • GHRH + GHS = synergy. Pulsatile GHRH analog (cjc-1295 no DAC) plus a GHS (ipamorelin) produces supra-additive GH amplitude. This is the standard "fragment-pair" stack.
  • Two GHRH analogs = competition. cjc-1295 + tesamorelin (or + sermorelin) both bind GHRH-R. Stacking yields no extra benefit and wastes compound. Flagged as avoid.
  • Chronic GHS = receptor desensitisation. Hexarelin in particular; ipamorelin tolerates longer use. Cycles cap GHS exposure to 8–12 weeks with washout.
  • BPC-157 + TB-500 = parallel pathways. Cytoprotective + actin-binding don't compete. Often co-cycled for injury recovery.
  • MT-II + PT-141 = MC-receptor overlap. Both hit MC4R. Combined dosing risks cardiovascular stacking; flagged as caution.
  • MK-677 + GH peptides = redundant signal. Both elevate GH/IGF-1; combined raises fasting-glucose risk. Flagged for bloodwork follow-up.

Bloodwork markers by class

The agent picks marker panels from the stack composition, not from a generic checklist.

classbaseline panelcheckpoint markersred-flag thresholds
GH axisIGF-1, fasting glucose, HbA1c, prolactinIGF-1 (mid & post)IGF-1 > 320 ng/mL · fasting glucose > 115 mg/dL sustained
regenerativeCMP, CBC, hs-CRPhs-CRP, ALT/ASTALT or AST > 1.5× ULN
melanocortinBP, ECG (if priors)BP at week 2, 4resting SBP > +15 mmHg vs baseline
nootropicnone requiredsubjective onlypersistent insomnia / anhedonia

Washout windows & cycle length

  • GH axis — 8–12 weeks on, 4 weeks off. Receptor desensitisation accumulates after ~12 weeks of continuous GHS exposure.
  • Regenerative (BPC-157, TB-500) — 4–6 weeks on, 2 weeks off. Often run shorter targeted blocks for specific injuries.
  • Melanocortin tanning (MT-II) — load phase 2–3 weeks, then maintenance 2×/week. Stop if BP drift exceeds threshold.
  • MK-677 — limit to 8–12 weeks. Edema and glucose drift trend up by week 6.

The agent

Inference. The agent runs a research-tuned language model with a strict educational-simulation system prompt. Output streams in roughly ten seconds.

Determinism. Same inputs ≠ identical output by design. Minor variation in dose ranges prevents "the AI told me exactly 250mcg" copy-paste. Ranges are returned, not point values.

System prompt design

The agent's behaviour is shaped by a hard-coded system prompt that:

  • Frames the output as a research literature simulation, never as a prescription.
  • Forces dose ranges, not point doses, calibrated by user-declared experience tier.
  • Refuses to recommend vendors, sources, or compounds outside the published research-peptide canon.
  • Enforces output structure: weekly schedule, washout, bloodwork list, red-flag thresholds, clinician-review footer.
  • Adds explicit caveats when the stack contains a compound with sparse human data (epitalon, DSIP).

You can read the live prompt in the repo at api/_lib/prompt.ts.

Data flow

browser ──► /api/plan-cycle ──► AI agent
                  │                   │
                  ├── auth (Privy)    └── plan text
                  └── input ─ stack, goal, experience, optional bloodwork notes

returned plan ──► browser (rendered inline)
                  │
                  └── metadata only (date, goal, # peptides, experience tier)
                       saved to Privy custom-metadata historyJson · max 10 entries

payment    ──► /api/solana-rpc ──► Helius RPC ──► Solana mainnet
                                         │
                                         └── tx signature ──► /api/verify-payment
                                                                    │
                                                                    └── Privy custom metadata
                                                                       { plan: 'pro', paidSig, paidAt }

What we never persist: bloodwork notes, plan text, IP addresses, user-agent, page-view analytics. The only thing we store is the cycle counter and Pro-status flag in Privy custom metadata.

Anonymous tier: a HMAC-signed cookie tracks 1 free anonymous cycle per browser. Trivially cleared in incognito; intentional soft-gate.

Limits & failure modes

  • The agent does not measure your blood. If you input "IGF-1 high-normal" we trust you. Garbage in, garbage out.
  • Receptor competition rules are pairwise. Three-way interactions in exotic stacks aren't covered comprehensively.
  • Compound purity isn't checked. Reconstitution math, vendor reliability, and cold-chain handling are out of scope.
  • Long-term safety beyond ~12 weeks per cycle is not well studied for most research peptides. The agent caps cycle length to published windows; chronic use isn't endorsed.
  • The agent declines on AAS/SARM combinations, anti-aging "blueprints," and any input attempting to elicit prescription-grade dosing.

References

  • Veldhuis JD, et al. Pulsatile growth hormone secretion in humans: a brief review. Endocr Rev.
  • Sigalos JT, Pastuszak AW. The safety and efficacy of growth hormone secretagogues. Sex Med Rev. 2018.
  • Chang CH, et al. BPC 157 and gut–brain axis. Curr Pharm Des.
  • Goldstein AL, Hannappel E, Sosne G, Kleinman HK. Thymosin β4: a multi-functional regenerative peptide. Expert Opin Biol Ther.
  • Diamond LE, et al. Bremelanotide for hypoactive sexual desire disorder (RECONNECT). Obstet Gynecol. 2019.
  • Falutz J, et al. Effects of tesamorelin on visceral fat in HIV. NEJM. 2007.

Citations are illustrative — not exhaustive. Always cross-check the underlying literature before acting on any cycle.