Brain as an API
Query my thinking.
Leadership philosophy, architecture patterns, and decision frameworks — structured as queryable endpoints.
engineering-decision-lab / brain-api
Endpoints
GET/leadership/philosophy
Core leadership principles and operating style
Response
{
"principle": "Clarity under pressure",
"belief": "A leader should reduce ambiguity, expose tradeoffs, and move teams from reactive to intentional.",
"style": [
"direct",
"structured",
"accountable"
],
"heuristic": "If the team doesn't know why we're doing this, we're not ready to do it."
}