A household workspace an AI assistant can use
A household bill-tracking workspace we handed a real, audited 19-tool interface to an AI assistant, login for people and a scoped token for the assistant, proven on ourselves first.
Era 6, the AI-agent-native practice · Live
The situation
Household bill and payment tracking is normally a spreadsheet, a set of reminders, and a person holding all of it in their head. We wanted to see whether an everyday household workspace like that could be handed real, safe, tool-level access to an AI assistant, the same kind of access we design for client businesses, and prove it out on ourselves first. If it held up on our own household records, with a real audit trail behind every action, we would trust the same boundary for a client’s back office.
What we built
A bill-tracking and payments workspace with its own web interface, plus a 19-tool interface (a defined set of actions an AI assistant is allowed to take, nothing more) that lets an AI assistant such as ChatGPT check status, look up a given week or day, add or confirm a bill or payment, and reconcile records, all through the same server. The workspace runs on our own hosted infrastructure behind login and per-assistant access tokens (a credential scoped to one identity, so every action is traceable to who or what performed it).
Named approval gates
Access is gated at two levels: a login for people, and a separate bearer token (a credential the assistant presents with every request) for the AI assistant itself, with every action recorded in an audit log. The assistant can only call the 19 defined tools; it cannot reach anything else on the server. A planned backlog of further automation, such as reminders and recurring-transaction rules, is held for a deliberate human go-ahead rather than shipped by default.
Verified results
- 19AI assistant tools exposedkarina-payments workspace
- 35/35automated tests passing on Mac and Raspberry Pikarina-payments workspace
The AI assistant interface exposes 19 distinct tools, each independently addressable and logged. The automated test suite passes 35 of 35 on both the development machine and the production host. The workspace has been running in daily use.
What this means for your business
If an AI assistant can be trusted with real household bill-tracking, wired through a defined, audited tool interface rather than open-ended access, the same pattern scales to a business back office: bookkeeping, scheduling, or client records, with the same login-plus-token boundary and the same audit trail. We build it this way for ourselves first so we know exactly what we are asking a client’s team to trust.