Wife here. Pre-agentic coding I had automated a bunch of low-hanging fruit via low code tools (mainly Pipedream and Airtable) but I never had enough time to do everything that I wanted to.
Lately I've really been getting into agentic coding (first with Antigravity and now with Claude Code) and I'm really excited about what I'm now able to accomplish on a very small budget of both money and time! It's been a big boon to my ability to automate things that really ought to be the computer's job.
Plus with LLMs, the scope of what is properly the computer's job has increased by a lot! I've created a couple of Pipedream workflows that send freight bills and customer POs to an LLM to extract data. Now I just have to review and occasionally make a few tweaks vs. having to enter everything by hand.
Since building those, my main focus has been on building better tools for myself and the team, such as a little web-app for sales reps to create and send their own purchase orders vs. having to go through accounting (aka me). The nice thing about vibe coding vs. hooking together a bunch of low-code tools is that I can customize the UI to make it exactly what we need.
My current project is building a back-office app to help streamline the process of managing incoming shipping paperwork. This is a much fuzzier problem than regular invoice processing because it's a bunch of different types of documents (BOLs, packing lists, scale tickets) and a lot of judgment calls to make. I don't expect to hand it all off to the LLM but I plan to have the LLM do the first pass of transcribing the data. Then I'll make the human-review portion as ergonomic as possible for myself.
I have a first draft up-and-running but the default interface that Claude Code came up with is not very good. I'm currently discussing the UI design with Claude in chat mode, narrating my manual process as I do it to help flesh out all the details of all the different sources of info and what decisions need to be made.[0] Once we're done I'll ask for a spec that I can take back to Claude Code for implementation.