Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
A staff engineer's journey with Claude Code
231–240 of 410 posts
Re: A staff engineer's journey with Claude Code
#232Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
Re: A staff engineer's journey with Claude Code
#233Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
[flagged]
Re: A staff engineer's journey with Claude Code
#234Earlier quoted context omitted.
I feel like I do all of this stuff and still end up with unusable code in most cases, and the cases where I don't I still usually have to hand massage it into something usable. Sometimes it gets it right and it's really cool when it does, but anecdotally for me it doesn't seem to be making me any more efficient.
> it doesn't seem to be making me any more efficient That's been my experience. I've been working on a 100% vibe-coded app for a few weeks. API, React-Native frontend, marketing website, CMS, CI/CD - all of it without changing a single line of code myself. Overall, the resulting codebase has been better than I expected before I started. But I would have accomplished everything it has (except for the detailed specs, d…
Re: A staff engineer's journey with Claude Code
#235Earlier quoted context omitted.
[flagged]
People live stream their work all the time, it's really not unreasonable to ask for an example/tutorial on how to use the technology in the real world.
Re: A staff engineer's journey with Claude Code
#236Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
Re: A staff engineer's journey with Claude Code
#237Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
I think it misses a feedback loop. Something that evaluates what went wrong, what works, what wont, and remembers that and then can use that to make better plans. From making sure it runs the tests correctly (instead of trying 5 different methods each time) to how to do TDD and what comments to add.
Re: A staff engineer's journey with Claude Code
#238Does anyone have a link to a video that uses Claude Code to produce clean robust code that solves a non trivial problem (ie not tic tac toe or a landing page) more quickly than a human programmer can write? I don’t want a “demo”, I want a livestream from an independent programmer unaffiliated with any AI company and thus not incentivised to hype. I want the code to have subsequently been deployed in production and de…
I suspect videos meeting your criteria are rare because most AI coding demos either cherry-pick simple problems or skip the messy reality of maintaining real codebases.
Re: A staff engineer's journey with Claude Code
#239Earlier quoted context omitted.
[flagged]
> You want someone to spend their time to live-stream their codebase and them working on it using Claude code, which will then make it into production, going through all the processes on a non-greenfield project just so you can be convinced that it is worth it Why not? Plenty of people stream their work that later makes into production. Gaming community for example has no end of people building their games publicly.…
"Amazing one-shot capabilities" is not the same as "an extremely useful tool that saves a ton of time"
Re: A staff engineer's journey with Claude Code
#240Earlier quoted context omitted.
[flagged]
People live stream their work all the time, it's really not unreasonable to ask for an example/tutorial on how to use the technology in the real world.
- Working on hobby projects/sideprojects
- Working on open-source projects
- Selling stuff
For someone to create this example, they would either have to do it in a codebase they don't have problem open sourcing or which is open source, so they do not break NDA's and divulge company info/source code.
How many people are ready to do that?
The conditions of the OP are:
- No demo, independent programmer
- Non-greenfield project
- Non-trivial problem
- Code deployed in production and robust
- Code review, test, testing, PR creation
- Person be willing to live-stream their work and code while building
Which is a pretty unreasonable set of conditions to prove "it works", when the person could read a tutorial and try it themselves.