Browsing Programs¶
The Program Hub at programasweights.com/hub lists all public programs. Use it to discover programs you can load by name in the SDK or try in the browser.
Sorting¶
Programs can be sorted by:
- Popular — ranked by upvotes
- Recent — newest first
- Downloads — most downloaded
Filtering and search¶
- Tags — narrow the list to programs that share a tag.
- Search — find programs by spec text or by name.
Program cards¶
Each listing shows:
| Field | Description |
|---|---|
| Name / alias | Human-readable identifier you can use where supported |
| Spec | The natural-language specification the program implements |
| Author | Who published or named the program |
| Upvotes | Community score |
| Downloads | How often the program has been fetched |
| Creation date | When the listing was created |
Program detail¶
Open a program to see its full details. From there you can:
- Try it live — run inference against sample or custom inputs in the browser.
- View the pseudo-program — inspect the intermediate representation produced during compile.
- Copy usage code — paste-ready examples for loading and calling the program from your project.