Integration Design
Connecting separate source records into one reliable view without hiding where each answer came from.
- API integrations and fixture-backed adapters
- SQLite-backed sample data models
- Source citations and traceable records
BACKGROUND
I like software where the useful work is in the boundaries: pulling together records from different sources, validating what an agent proposes, and designing review surfaces that make decisions easier to trust.
Connecting separate source records into one reliable view without hiding where each answer came from.
Building demos with the boundaries I would want in a real service: typed contracts, tests, local fixtures, and deployment paths.
Using LLMs for retrieval, drafting, and routing while keeping source data, code validation, and human approval visible.
Designing screens that show what changed, why it matters, and what still needs a person to approve.
Start from records. Good demos still need real-shaped inputs, constraints, and failure modes.
Make outputs inspectable. Every generated answer should point back to data the user can check.
Keep approval explicit. AI can propose and summarize; code validates; people decide when the stakes call for it.