Me, myself and AI

By anarute

I’ve always had a hybrid career: started as web development intern; opened my own startup doing it all as any founder; returned to software development; spent a little while as a product owner and currently I do a mix of product management with software development with a little plus of working at Igalia that is a coop so I also spend time on other company management work (such as helping a bit with communications or sharing the company decisions with the other co-owners).

That said, I always considered myself a generalist professional, not an expert and sometimes I felt this was a weakness (will I ever be really good at something?). With the rise of LLM tools, I noticed that being a generalist is actually very handy and I can use the tools as my own personal experts to complement my skills. I want to share a bit how I’m changing my workflow and adapting to this new way of working to make the most of the AI tools.


There were a few ah-ha moments that I can think of since I started using the tools that really felt like magic and made me certain that things were changing for good and it’s not just a fad, I cannot see myself manually typing every line of code anymore like I used until not so far in the past.

The first times I tried autocompletion a few years ago it was not very useful. The experience was a bit frustrating and the IDE felt more like an annoying colleague trying to guess what I was doing and suggesting non-sense code all the time. I was skeptical at the beginning but I decided to give another chance with Cursor, that was the first “wow”, I finally saw the potential of having the IDE autocompleting my thoughts and speeding up my work.

I used it for about a year, until Claude Code happened. The first times I tried Claude Code it didn’t feel so different from the agentic features built in Cursor, so I wasn’t very excited to switch directly, but it really clicked when I changed my mindset to not using it as a smart IDE but rather as a real agent to whom I can dispatch work to and supervise the results. Now I noticed I barely touch my IDE anymore, just for minor refinements or small fixes that will be faster to do myself than asking the agent to do it.

This shift puts me back into doing more and more product management work than software development and now I have this constant feeling that I could be doing much more than what I’m doing right now, but to do that I need to take a step back, rethink how I work and how I can unblock AI to do more stuff without me. It’s not about removing myself from the loop, but putting me on top of it and using the best of the tools.

What did not work

What did work

Next steps

I still oversee a lot of the agents work and more and more I feel I just became a bottleneck in the agents progress because most of their work is already pretty good, so my goal now is to sandbox the agents work as much as possible to let them run loose without risks and put myself in a leadership position, not as a pair. Currently I’m working on optimizing my own dev setup and the projects I work on to be more agent friendly.

Some ideal workflows:

Nothing is very new or different from what many people are already doing but this would automate most of my repetitive work leaving me space to work on the areas that really need humans: understanding users needs, prioritizing work and figuring out how I can help the whole company to be more productive.

I’m also planning to experiment with open weight models and move away from CC for most of my work, I might write about my ethical concerns surrouing LLMs in the future, but wanted to write about my practical experience for a long time now. Meanwhile I suggest reading this post from Charity Majors that summarizes a lot my feelings.