RepoPilot

sjmoran/yc-ai-cohort-analysis

Reproducible analysis of 1,014 YC companies across 6 cohorts (Winter 2024 → Winter 2026). Deterministic multi-axis classifier, cohort trend analysis, 16 charts, companion Medium article.

Mixed

Slowing — last commit 5mo ago

MixedDependency

single-maintainer (no co-maintainers visible); no tests detected in the complete Git tree…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Slowing — last commit 5mo ago
  • Solo or near-solo (1 contributor active in recent commits)
  • No CI workflows detected
  • No tests detected in the complete Git tree
  • Last commit 5mo ago
  • MIT licensed

What would improve this?

  • Use as dependency Mixed to Healthy if: onboard a second core maintainer; add a test suite

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: sjmoran/yc-ai-cohort-analysis

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T02:00:25.584Z · commit af0d471c228a

Verdict

Mixed — Slowing — last commit 5mo ago

  • Last commit 5mo ago
  • MIT licensed

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

A deterministic, reproducible multi-axis classifier and trend analyzer for 1,014 Y Combinator companies across 6 cohorts (Winter 2024–Winter 2026). It ingests company descriptions via scraping, applies keyword-based classification rules against YAML taxonomies, produces 16 visualization charts, and exports detailed CSVs and markdown reports tracking shifts in AI adoption (86%→93%), verticalization (59%→71%), and emerging patterns (agents, robotics, compliance tools). Single-package monolith: src/ contains modular scripts (classify_ai.py handles multi-axis taxonomy matching, scrape_yc.py fetches data, trend_analysis.py computes deltas/patterns, visualize.py produces matplotlib charts).…

Start here

Open these first:

  • main.py — Entry point orchestrating the full pipeline from scraping, classification, trend analysis, to visualization and reporting.
  • src/classify_ai.py — Core deterministic multi-axis classifier that tags 1,014 companies across AI pattern, product layer, buyer, end market, and…
  • src/scrape_yc.py — Data acquisition module fetching YC company metadata and descriptions that feed the classification pipeline.
  • config/keywords.yaml — Taxonomy of keyword patterns used by the deterministic classifier to assign companies to category axes.
  • config/cohorts.yaml — Cohort definitions and date ranges (Winter 2024 → Winter 2026) that segment the 1,014-company dataset.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/sjmoran/yc-ai-cohort-analysis.git
cd yc-ai-cohort-analysis
pip install -r requirements.txt  # (or pip install httpx pandas pyyaml matplotlib tabulate)
python main.py

Note: No requirements.txt visible in the file list; dependencies are documented in README; verify manifest before running installation.

Daily commands:

Evidence indicates no Makefile or setup.py. Inferred command from structure and main.py entry point: python main.py (assumes dependencies installed and config/ + data/processed/ are present). Exact runtime behavior un…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 5mo ago
  • Solo or near-solo (1 contributor active in recent commits)
  • No CI workflows detected
  • No test infrastructure: Classification logic in src/classify_ai.py has no unit tests; keyword regex or taxonomy changes can silently break historical comparisons. Scraping fragility: src/scrape_yc.py is likely…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/sjmoran/yc-ai-cohort-analysis?axis=fork)](https://repopilot.app/r/sjmoran/yc-ai-cohort-analysis)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/sjmoran/yc-ai-cohort-analysis on X, Slack, or LinkedIn.

Ask AI about sjmoran/yc-ai-cohort-analysis

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/sjmoran/yc-ai-cohort-analysis"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>