7etsuo - Overview
typedef struct { const char *name; const char *role; const char *org; const char *focus[5]; } developer_t; static const developer_t tetsuo = { .name = "7etsuo", .role = "systems programmer & security researcher", .org = "tetsuo.ai", .focus = { "networking stacks from scratch in C", "exploit development & ROP chains", "x86 and Solana BPF assembly", "decentralized AI infrastructure", } };
Decentralized AI agent infrastructure on Solana.