Page three
Here's how I'd spend the first thirty days, what the standing work looks like after that, and how I use AI, since your stack names three providers and I build tooling in that space.
First thirty days
No roadmap proposals in month one. I'd rather arrive with questions and leave with three merged changes.
After that
Your posting lists five responsibilities. This is how I'd hold each one.
How I work
Your stack lists Anthropic, OpenAI and Google, and your product is a promise that published numbers are correct. I build tools in that gap, which is why I don't leave a model unsupervised.
Two of my own products, pluk and Oga, both aimed at the same problem: give a model enough access to be useful and not one inch more.
pluk · pluk.desgn.space
A menu bar app that turns the services you already run (Postgres, MySQL, SQLite, Linear, Sentry, SSH hosts) into local endpoints an AI client can use. It runs entirely on the machine, there's no cloud relay and no account, credentials never leave, and writes are blocked by default before they ever go out.
The part that matters here: every request is logged. When a model touches live data there's a line saying which service, which statement, and whether it succeeded.
Oga · oga.desgn.space
Oga hands a bounded piece of work to a background agent in its own branch, with an explicit brief and explicit file access, and gives it back as a diff and a cost. Nothing is merged by the tool. Every task ends with me reading the changed files.
I built it because I wanted more work in flight than one account's limits allow, spread across whichever tools had capacity, at a price I control. Same thinking applies here: if a model drafts content across three sites and five markets, cost per thousand pages is a product decision, not a surprise on an invoice.
A model writes the draft; a person owns what ships. Nothing reaches review that I can't explain line by line, nothing reaches production unread, and no generated sentence about a fee or a rate gets published without an editor approving it.