---
title: "apps vs stanford_alpaca"
type: "comparison"
canonical_url: "https://www.graphcanon.com/compare/hendrycks-apps-vs-tatsu-lab-stanford-alpaca"
tools: ["hendrycks-apps", "tatsu-lab-stanford-alpaca"]
---

# apps vs stanford_alpaca

*GraphCanon updated Jul 11, 2026*

## Verdict

Pick apps when license: apps is MIT, stanford_alpaca is Apache-2.0; pick stanford_alpaca when license: stanford_alpaca is Apache-2.0, apps is MIT.

[apps](https://github.com/hendrycks/apps) reports 536 GitHub stars, 70 forks, and 4 open issues, last pushed Jun 19, 2024. [stanford_alpaca](https://crfm.stanford.edu/2023/03/13/alpaca.html) has 30k stars, 4.0k forks, and 188 open issues, last pushed Jul 17, 2024. Figures are from public GitHub metadata via [apps's repository](https://github.com/hendrycks/apps) and [stanford_alpaca's repository](https://github.com/tatsu-lab/stanford_alpaca).

| | [apps](/tools/hendrycks-apps.md) | [stanford_alpaca](/tools/tatsu-lab-stanford-alpaca.md) |
| --- | --- | --- |
| Tagline | APPS: Automated Programming Progress Standard (NeurIPS 2021) | Code and documentation to train Stanford's Alpaca models, and generate the data. |
| Stars | 536 | 30,250 |
| Forks | 70 | 3,985 |
| Open issues | 4 | 188 |
| Language | Python | Python |
| Adopt for | - | - |
| Persona | - | - |
| Runtime | - | - |
| License | MIT | Apache-2.0 |
| Categories | Evaluation & Observability, Model Training, Vector Databases | LLM Frameworks, Model Training, Vector Databases |

## Trust and health

_Sourced signals - not a safety guarantee. No winner column._

| | [apps](/tools/hendrycks-apps.md) | [stanford_alpaca](/tools/tatsu-lab-stanford-alpaca.md) |
| --- | --- | --- |
| Days since push | 752d | 724d |
| Open issues (now) | 4 | 188 |
| Owner type | User | Organization |
| Security scan | 77 low (77 low) | 46 low (46 low) |
| Full report | [trust report](/tools/hendrycks-apps/trust.md) | [trust report](/tools/tatsu-lab-stanford-alpaca/trust.md) |

## Choose when

### Choose apps if…

- License: apps is MIT, stanford_alpaca is Apache-2.0.
- Tags unique to apps: code-generation, program-synthesis.
- Also covers Evaluation & Observability.

### Choose stanford_alpaca if…

- License: stanford_alpaca is Apache-2.0, apps is MIT.
- Tags unique to stanford_alpaca: deep-learning, instruction-following, language-model.
- Also covers LLM Frameworks.

## When NOT to use apps

- Last GitHub push was 753 days ago (dormant maintenance, Jun 19, 2024). Validate activity before betting a new project on apps.
- Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers.
- Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

## When NOT to use stanford_alpaca

- Last GitHub push was 725 days ago (dormant maintenance, Jul 17, 2024). Validate activity before betting a new project on stanford_alpaca.
- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
- Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

## Common questions

### What is the difference between apps and stanford_alpaca?

apps: APPS: Automated Programming Progress Standard (NeurIPS 2021). stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data.. See the comparison table for live GitHub stats and shared categories.

### When should I choose apps over stanford_alpaca?

Choose apps over stanford_alpaca when License: apps is MIT, stanford_alpaca is Apache-2.0; Tags unique to apps: code-generation, program-synthesis; Also covers Evaluation & Observability.

### When should I choose stanford_alpaca over apps?

Choose stanford_alpaca over apps when License: stanford_alpaca is Apache-2.0, apps is MIT; Tags unique to stanford_alpaca: deep-learning, instruction-following, language-model; Also covers LLM Frameworks.

### When should I avoid apps?

Last GitHub push was 753 days ago (dormant maintenance, Jun 19, 2024). Validate activity before betting a new project on apps. Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers. Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

### When should I avoid stanford_alpaca?

Last GitHub push was 725 days ago (dormant maintenance, Jul 17, 2024). Validate activity before betting a new project on stanford_alpaca. LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

### Is apps or stanford_alpaca more popular on GitHub?

stanford_alpaca has more GitHub stars (30,250 vs 536). Stars measure visibility, not whether either tool fits your constraints.

### Are apps and stanford_alpaca open source?

Yes - both are open-source projects on GitHub (apps: MIT, stanford_alpaca: Apache-2.0).

### Where can I find alternatives to apps or stanford_alpaca?

GraphCanon lists graph-backed alternatives at [apps alternatives](/tools/hendrycks-apps/alternatives) and [stanford_alpaca alternatives](/tools/tatsu-lab-stanford-alpaca/alternatives) ([apps markdown twin](/tools/hendrycks-apps/alternatives.md), [stanford_alpaca markdown twin](/tools/tatsu-lab-stanford-alpaca/alternatives.md)), ranked by typed relationship edges rather than popularity votes.

### Is there a machine-readable version of this comparison?

Yes. The markdown twin at [this comparison](/compare/hendrycks-apps-vs-tatsu-lab-stanford-alpaca.md) mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.

### Which is better maintained, apps or stanford_alpaca?

apps: Dormant. stanford_alpaca: Dormant. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.

### Where are the full trust reports for apps and stanford_alpaca?

GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: [apps trust report](/tools/hendrycks-apps/trust); [stanford_alpaca trust report](/tools/tatsu-lab-stanford-alpaca/trust).

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/graph?tool=hendrycks-apps`](/api/graphcanon/graph?tool=hendrycks-apps)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
