400 Hours With Claude Code — An Honest Review

Paulo Rodrigues8 min read

400 Hours With Claude Code — An Honest Review

Over the past two months, I used Claude Code as my development partner for practically everything at ImparLabs. Not in the "I tried it for an afternoon" mode — in the "I built the entire company infrastructure with this" mode.

The cost: €107 per month. €100 for the Claude Pro subscription, €7 for the VPS that runs all infrastructure.

The time: approximately 400 hours. Two months of real work, every day.

Here's what actually happened.

What Is Claude Code (in 30 Seconds)

It's not ChatGPT with a different face. It's a CLI that runs directly in the terminal. It reads the entire project — files, dependencies, logs. It executes commands, creates and edits files, makes commits and opens pull requests.

In practice, it works like a junior developer working alongside you. You set the direction. It implements. You review and correct.

It's not magic. It's a tool. And like any tool, the result depends on who uses it.

3 "This Is Incredible" Moments

1. An analytics system built in one night.

I had data scattered everywhere — newsletter, LinkedIn, websites, automations. Each platform with its own API, each with its own format.

In one session, Claude Code designed the database schema (5 tables + 2 views), built 3 automation workflows to collect data from 5 sources, created a query API, and integrated everything into my morning standup.

2. From scattered planning to a Content Hub.

I was planning content in 5 different files. Newsletter in one place, LinkedIn in another, Reddit in another. None connected.

With Claude Code, I designed a system where each theme adapts across all channels. One file, one table — theme × channel × status. Five weeks of content planned at once.

3. 4,824 lines of code restructured in one session.

I had a monolith — a single Python file with 4,824 lines and 40 API routes. Impossible to maintain.

In one session, Claude Code decomposed everything into 24 files: 11 functional modules, 10 shared components, a clean structure. All 40 routes preserved. Code review found 3 issues — fixed in the same session.

3 "I Just Broke Everything" Moments

1. The newsletter that sent twice.

Two automation workflows with the same trigger — 10:00 AM, weekdays. An old one and a new one. I forgot to deactivate the old one.

Result: Day 1 and Day 3 of the newsletter fired simultaneously. 93 emails sent when it should have been 59.

Nobody warned me. No alerts. The fault wasn't the AI's — it was mine.

2. Tracking that didn't exist for a month.

I changed a privacy setting in the newsletter platform database. Didn't restart the container.

For an entire month, every newsletter open was recorded without subscriber identification. Invisible. No error. No warning.

When I went to create the monthly subscriber rotation — the process that moves inactive subscribers to a separate list — I realised it would have deleted all 500 active subscribers. Because according to the system, none of them had opened anything.

Who found the problem? Claude Code. In the server logs. It connected the dots between the configuration, the memory cache, and the missing data.

3. 14 workflows offline for 12 hours.

I rotated a security API key. Good practice, right?

What I didn't check: 14 automation workflows had that key hardcoded in their headers. They weren't using the credential system — they had the value directly in the authentication field.

Result: the lead discovery pipeline went silent. 12 hours without working. Zero errors reported — it simply stopped.

The Pattern

Look at the three failures again.

In none of them did the AI fail. I failed. But — and this is the point — without the AI, I wouldn't have built any of this to break in the first place.

The AI multiplied my capacity. Including the capacity to break things at scale.

What Actually Changed

I stopped writing code from scratch. I describe what I want. Review what's generated. Correct. Move forward. "Blank page" time practically disappeared.

I stopped keeping context in my head. The AI reads the entire project. If the information is in a file, it finds it. If it's in my head, it doesn't exist. This forced me to document everything.

I stopped deciding by instinct. I have a dashboard that collects data from 5 sources automatically, every day. Newsletter, LinkedIn, outreach, websites, automations.

I learned when NOT to trust. This is the real skill. It's not knowing how to use AI — it's knowing when to verify manually.

Is It Worth It?

€214 over two months. 400 hours. 19 documented incidents.

For technical founders: yes. As long as you treat Claude Code as a junior developer — not a magic solution.

For non-technical founders: also yes — but you need someone to review the code. AI generates things that look correct but have subtle bugs. Without review, those bugs go to production.

The real cost isn't the €107/month. It's the first two weeks of frustration while you learn to communicate with the tool.

The return: what would have taken me 2-3 months alone, took 1 month with Claude Code alongside.


All numbers in this post are from documented ImparLabs sessions and verified data sources. 19 incidents logged in our lessons-learned system.

Frequently Asked Questions

How much does Claude Code cost per month?

€100/month for the Claude Pro subscription. Combined with a €7/month VPS for infrastructure, the total is €107/month — approximately €0.54 per hour over 400 hours of use.

Is Claude Code worth it for solo developers?

For technical founders, yes — if you treat it as a junior developer, not a magic solution. You decide the architecture, it implements, you review. The real cost is the first two weeks of frustration learning to communicate with the tool.

Ready to automate your business?

We build AI tools and automation systems for European SMEs — from rapid MVPs to production systems, always GDPR-compliant.

it's human stuff

Weekly AI insights for European SMEs. No hype, just what works.

Keep Reading