# References

This design package is informed by the following primary or authoritative sources.

The current research/planning loop bibliography is maintained in `docs/current-research-bibliography.md`.

## Game Theory and Mechanism Design

1. John F. Nash. “Equilibrium Points in N-Person Games.” *Proceedings of the National Academy of Sciences*, 36(1):48-49, 1950.
   Link: https://pubmed.ncbi.nlm.nih.gov/16588946/

2. Eric S. Maskin. “Mechanism Design: How to Implement Social Goals.” Nobel Prize Lecture, 2007.
   Link: https://www.nobelprize.org/prizes/economic-sciences/2007/maskin/lecture/

3. Roger B. Myerson. “Perspectives on Mechanism Design in Economic Theory.” Nobel Prize Lecture, 2007.
   Link: https://www.nobelprize.org/prizes/economic-sciences/2007/myerson/lecture/

4. Nobel Prize Outreach. “The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel 2007.”
   Link: https://www.nobelprize.org/prizes/economic-sciences/2007/summary/

## Bounded Rationality

5. Herbert A. Simon. “A Behavioral Model of Rational Choice.” *The Quarterly Journal of Economics*, 69(1):99-118, 1955.
   Link: https://academic.oup.com/qje/article/69/1/99/1919737

## Provenance and Traceability

6. Paul Groth and Luc Moreau, eds. “PROV-Overview.” W3C Working Group Note, 2013.
   Link: https://www.w3.org/TR/2013/NOTE-prov-overview-20130430/

7. “PROV-DM: The PROV Data Model.” W3C.
   Link: https://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html

8. Git project. “git-interpret-trailers Documentation.”
   Link: https://git-scm.com/docs/git-interpret-trailers.html

## Formal State and Transition Modeling

9. David Harel. “Statecharts: a visual formalism for complex systems.” *Science of Computer Programming*, 8(3):231-274, 1987.
   Link: https://www.sciencedirect.com/science/article/pii/0167642387900359

## Inspection and Verification

10. Michael E. Fagan. “Advances in Software Inspections.” *IEEE Transactions on Software Engineering*, 1986.
    Link: https://research.ibm.com/publications/advances-in-software-inspections

11. Glenford J. Myers. “A Controlled Experiment in Program Testing and Code Walkthroughs/Inspections.” *Communications of the ACM*, 1978.
    Link: https://research.ibm.com/publications/a-controlled-experiment-in-program-testing-and-code-walkthroughsinspections

## Notes

- The platform’s exact scoring weights are design choices informed by these sources, not values copied from them.
- Where the framework extends beyond the cited sources, that extension should be marked as a design inference rather than presented as if it were directly established by the literature.

## Comparative Runtime Research

12. bytedance. “DeerFlow” GitHub repository and README, reviewed 2026-03-23.
    Link: https://github.com/bytedance/deer-flow

## Agent Feedback, Critique, And Software Evaluation

13. Madaan et al. “Self-Refine: Iterative Refinement with Self-Feedback.”
    Link: https://arxiv.org/abs/2303.17651

14. Shinn et al. “Reflexion: Language Agents with Verbal Reinforcement Learning.”
    Link: https://arxiv.org/abs/2303.11366

15. Gou et al. “CRITIC: Large Language Models Can Self-Correct with Tool-Interactive Critiquing.”
    Link: https://arxiv.org/abs/2305.11738

16. Jimenez et al. “SWE-bench: Can Language Models Resolve Real-World GitHub Issues?”
    Link: https://arxiv.org/abs/2310.06770

## Standards Bibliography Pack

17. Local standards bibliography directory for execution, observability, and error-contract references.
    Link: resources/biblio/

18. "Execution And Observability Standards."
    Link: resources/biblio/execution-and-observability-standards.md

19. "Agent Error Contract Standards."
    Link: resources/biblio/agent-error-contract-standards.md

20. "Token Economy And API-First Execution."
    Link: resources/biblio/token-economy-and-api-first-execution.md
