←back to thread

548 points kmelve | 2 comments | | HN request time: 0.017s | source
Show context
meerab ◴[] No.45110094[source]
I have barely written any code since my switch to Claude Code! It's the best thing since sliced bread!

Here's what works for me:

- Detailed claude.md containing overall information about the project.

- Anytime Claude chooses a different route that's not my preferred route - ask my preference to be saved in global memory.

- Detailed planning documentation for each feature - Describe high-level functionality.

- As I develop the feature, add documentation with database schema, sample records, sample JSON responses, API endpoints used, test scripts.

- MCP, MCP, MCP! Playwright is a game changer

The more context you give upfront, the less back-and-forth you need. It's been absolutely transformative for my productivity.

Thank you Claude Code team!

replies(5): >>45110283 #>>45110315 #>>45110425 #>>45113973 #>>45117201 #
f311a ◴[] No.45110315[source]
What you’re working on? In my industry it fails half of the time and comes up with absolute nonsense. The data just don’t exist for our problems, it can only work when you guide it and ask for a few functions at max.
replies(2): >>45110585 #>>45114251 #
1. meerab ◴[] No.45110585[source]
I am working on VideoToBe.com - and my stack is NextJS, Postgresql and FastAPI.

Claude code is amazing at producing code for this stack. It does excellent job at outputting ffmpeg, curl commands, linux shell script etc.

I have written detailed project plan and feature plan in MarkDown - and Claude has no trouble understanding the instructions.

I am curious - what is your usecase?

replies(1): >>45114508 #
2. mattmanser ◴[] No.45114508[source]
That seems to be a great example of precisely the sort of program an AI would be good at. A small focused product that only does one thing. Mainly gluing together other people's code. It's a polished greenfield project that does one tiny bit of focused functionality.

Interestingly, this guy has been making pretty much the same app as you, and live-streamed making it on youtube:

https://www.youtube.com/@RayFernando1337

Looks like he's now pivoted to selling access to his discord server for vibe coding tips as I can't find a link to his product.

But if we're honest here, it's not going to take a ton of code to make that. All the functionality to do it is well documented.

Many people here could make a competitor in a week, without agentic AI, just using AI as a super-charged SO. The limiter pre-AI (aside from AI transcribing it) would have been reading and implementing/debugging all the documentation of the libraries you're using, which AI is great at circumventing.

Your product looks really good, and is an excellent example of what vibe coded AI is great at. I hope you're getting good traction.