Brain as an API
Query my thinking.
Leadership philosophy, architecture patterns, and decision frameworks — structured as queryable endpoints.
engineering-decision-lab / brain
Endpoints
GET/leadership/philosophy
200 OK~8msHIT
Core leadership principles and operating style
Explanation
The way I lead comes down to reducing ambiguity. Teams don't fail because people are bad at their jobs — they fail because the situation isn't clear. My job is to make the situation clear, expose the real tradeoffs, and help the team move from reactive to intentional.
Response body
{
"style": [
"direct",
"structured",
"accountable"
],
"belief": "A leader should reduce ambiguity, expose tradeoffs, and move teams from reactive to intentional.",
"heuristic": "If the team doesn't know why we're doing this, we're not ready to do it.",
"principle": "Clarity under pressure"
}