https://github.com/lpalbou/medium
Contains code used for supporting evidences of medium articles
https://github.com/lpalbou/medium
ai artificial cognition cognitive-architecture cognitive-science evidence genai intelligence learning machine
Last synced: about 1 month ago
JSON representation
Contains code used for supporting evidences of medium articles
- Host: GitHub
- URL: https://github.com/lpalbou/medium
- Owner: lpalbou
- Created: 2026-02-27T07:34:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T16:25:19.000Z (3 months ago)
- Last Synced: 2026-04-04T19:21:57.733Z (3 months ago)
- Topics: ai, artificial, cognition, cognitive-architecture, cognitive-science, evidence, genai, intelligence, learning, machine
- Language: Python
- Homepage: https://medium.com/@lpalbou
- Size: 2.08 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Experiments for Medium Articles
This repository hosts experiment code and supporting data for multiple Medium articles. Each article lives in its own folder with its own config, runner, and README.
## Articles
- `supervisor/`: Unit Prompt Experiment v7 for **"Are You a Good Supervisor?"**
## Quick start (example)
```bash
cd supervisor
pip install -e .
python run_experiment.py --config config-small.yaml --dry-run
```
## Repository layout
```
repo_root/
README.md
supervisor/
README.md
run_experiment.py
config.yaml
config-small.yaml
pyproject.toml
results_v7_small/
partial/
```
## Notes
- Output directories are relative to each article folder.
- See each article folder's `README.md` for details and interpretation guidance.