OpenLens style/OPSD research lab: datasets, evals, reports, and BRE-412 parser handoff.
- HTML 52.3%
- Python 47.5%
- Shell 0.2%
| artifacts/videos | ||
| coordination | ||
| data | ||
| docs | ||
| experiments | ||
| references/papers | ||
| scripts | ||
| tests/fixtures | ||
| .gitattributes | ||
| .gitignore | ||
| program.md | ||
| README.md | ||
openlens-style-lab
Experiment workspace for Bread Technologies / OpenLens writing-style self-distillation on Tinker.
The target is not a generic Brixton identity model. The target is an AI that can draft extremely high-quality externally-facing content for Bread Technologies, Inc., now rebranding / DBA as OpenLens.
Objective
Train and evaluate models that can write in the OpenLens/Bread editorial style:
- rigorous, evidence-aware AI visibility analysis
- agency-native positioning
- precise distinction between public evidence, internal measurement, and opinion
- strong externally-facing prose suitable for blog posts, landing pages, reports, launch copy, and customer-facing explainers
Inputs
Seed source manifest:
data/source_manifest.jsonl
Reference repos:
/Users/brixton/repos/bread-pg
/Users/brixton/repos/autoresearch
/Users/brixton/repos/tinker-lab
/Users/brixton/repos/tinker-cookbook
Constraints
- Total user-approved spend cap: USD 1000 across Tinker and OpenRouter for this project.
- Do not commit API keys, raw browser cookies, account tokens, or logs that may contain secrets.
- Do not rely on a single generated training run without a held-out eval set.
- Do not train a model to fabricate market statistics. Preserve the OpenLens habit of dating claims and distinguishing measured results from public-record synthesis.
Initial Model Ladder
- Smoke:
meta-llama/Llama-3.2-1B,meta-llama/Llama-3.2-3B, orQwen/Qwen3-4B-Instruct-2507 - Sweet spot:
Qwen/Qwen3-30B-A3B,Qwen/Qwen3.5-27B,Qwen/Qwen3.5-35B-A3B,Qwen/Qwen3.6-35B-A3B, ornvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 - Expensive/final: best available Kimi teacher/student path, currently candidates include
moonshotai/Kimi-K2.6,moonshotai/Kimi-K2.6:peft:131072,moonshotai/Kimi-K2.5, andmoonshotai/Kimi-K2-Thinking
Check live capabilities first:
cd /Users/brixton/repos/tinker-lab
uv run python scripts/list_capabilities.py
Recommended Next Command
Read the project brief, coordinator prompt, and paper synthesis:
sed -n '1,260p' docs/project_brief.md
sed -n '1,260p' docs/coordinator_prompt.md
sed -n '1,260p' references/papers/notes/synthesis.md
Then run the zero-spend data/eval scaffold before spending Tinker or OpenRouter budget:
python3 scripts/collect_sources.py --force
python3 scripts/validate_eval_set.py --evals data/evals/openlens_style_holdout_v1.jsonl