- 👋 Hi, I’m @nullsocket
- 👀 I’m interested in servers, clients of many types
- 🌱 I’m constantly learning
- 💞️ I’m looking to collaborate on whatever
- 🛠🤖 I am currently working on building out some agentic ai services and tooling
- 📫 reach me on github
- I enjoy thinking in systems
graph TD
subgraph "Decision System"
A[Mental Models & Assumptions] --> B{Frame the Problem};
B --> C[Gather Data];
C --> D(Make Decision);
D --> E[Implement Action];
E -->|...time delay...| F(Observed Outcomes);
F --> G{Reflection & Learning};
G -- "Updates" --> A;
end
subgraph "Operating Environment"
H[External Realities] -- "Provides Context" --> B;
E -- "Impacts" --> H;
F -- "Reveals" --> I((Unintended Consequences));
I -- "Feedback" --> G;
end
style I fill:#ffcccc,stroke:#c00,stroke-width:2px

