The beauty of having access to coding agents is that you get to create a tool shaped exactly to the problem you’re trying to solve. I’m working with some data in a PostgreSQL DB that has a JSONB column. This introduces problems in a typical client: either because only the first few characters of a multi-KB JSON structure is rendered, or the full JSON structure is rendered and it blows out the size of the table.

So I asked Claude Code to make a client that would open the value of JSONB columns in a separate window, nicely formatted and syntax highlighted. I’m using it right now and it’s been a godsend. It’s hard justifying putting in the time to build this manually for a project that will probably only last a month or so. But asking the agent to do it in a day? Not a problem.

I would also say it’s easy to do this if it’s not your money you’re spending. 😜