Earlier quoted context omitted.
I'm not saying you're wrong at all or in disbelief -- but I've spent lots of time with Claude 3.5 trying to prototype React apps and not even full fledged prototypes -- and I can't get it to make anything bug free somehow. Maybe I'm "holding it wrong" -- I mean using it incorrectly. True it renders quite interesting mockups and has React code behind it -- but then try and get this into even a demoable state for your…
would you be willing to share any of your chats? Like say the docker one?
Claude AI built me a React app to compare maps side by side
101–110 of 207 posts
Re: Claude AI built me a React app to compare maps side by side
#102Earlier quoted context omitted.
Not as much as I would have if I was writing everything from scratch. But then again, my goal isn’t to be a coder or get a job as a coder - I’m primarily a marketer and got into coding simply because I had a stack of ideas I wanted to experiment with Most of the things I’ve built are fun things See: GoUnfaked.com and PlaybookFM.com as examples PlaybookFM.com is interesting because everything from the code to the podc…
How much time did you spend on getting it working especially for playbookfm?
Re: Claude AI built me a React app to compare maps side by side
#103I have about 6 months of coding experience. All I really knew was how to build a basic MERN app I’ve been using Sonnet 3.5 to code and I’ve managed to build multiple full fledged apps, including paid ones Maybe they’re not perfect, but they work and I’ve had no complaints yet. They might not scale to become the next Facebook, but not everything has to scale
Every time I see claims like this, I instinctively click on the user's profile and try to verify if their story checks out. >I played around a lot with code when I was younger. I built my first site when I was 13 and had a good handle on Javascript back when jQuery was still a pipe dream. >Started with the Codecademy Ruby track which was pretty easy. Working through RailsTutorial right now. posted on April 15, 2015,…
Re: Claude AI built me a React app to compare maps side by side
#104Earlier quoted context omitted.
ThumbnailGenius.com (has a ton of new features I haven’t pushed yet as I wait for approval from a payment processor) MetHacker.io (has a lot of features I had to remove because of X API’s new pricing - see /projects on it) GoUnfaked.com PlaybookFM.com TokenAI.dev (working with blowfish to remove the warning flag)
Good job, I suppose, but the existence of all of these, and the fact you're able to pump them out so quickly, is genuinely depressing.
I’m able to bring ideas to life that I could only think about before
Re: Claude AI built me a React app to compare maps side by side
#105Earlier quoted context omitted.
Good job, I suppose, but the existence of all of these, and the fact you're able to pump them out so quickly, is genuinely depressing.
There was a time when mathematicians wrote LISP programs and other humans translated them into machine instructions. Then one day someone wrote a LISP program to do this, and had one of the translators translate it. A compiler was born. Think of Claude as a compiler which compiles NLP text instructions into functional code.
What I find depressing is how quickly someone with minimal experience can flood the web with low quality services, in search for a quick buck. It's like all the SEO spam we've been seeing for decades, but exponentially worse. The web will become even more of a nightmare to navigate than it already is.
Re: Claude AI built me a React app to compare maps side by side
#106Earlier quoted context omitted.
When I was in college (10+ years ago) there was a system that allowed you to select your classes. During the selection period, certain people had priority (people a year above you got to select first). Once a class was full, you could still get in if someone who was selected for the classes changed their mind, which (at an unpredictable time) would result in a seat becoming available in that class until another stude…
This sort of thing needs to be built to be in-OS or in-device or whatever term we want to use to signify that the agent has to be me to do it. Scripting a browser that already has my saved credentials to do something for me, running in device, is where more things have to go, vs external third party services where we need to continually handle external auth protocols.
Re: Claude AI built me a React app to compare maps side by side
#107I have about 6 months of coding experience. All I really knew was how to build a basic MERN app I’ve been using Sonnet 3.5 to code and I’ve managed to build multiple full fledged apps, including paid ones Maybe they’re not perfect, but they work and I’ve had no complaints yet. They might not scale to become the next Facebook, but not everything has to scale
Genuine question: Do you feel like you're learning the language/frameworks/techniques well? Or do you feel like you're just getting more adept at leveraging the LLM? Do you think you could you maintain and/or debug someone else's application?
In fact, my main reason for not doing any web development is that I find the amount of layers of abstraction and needless complexity for something that should really be simple quite deterring.
I'm sure e.g. React and GraphQL allow people to think about web apps in really elegant and scalable ways, but the learning curve is just way more than I can justify for a side project or a one-off thing at work that will never have more than two or three users opening it once every few months.
Re: Claude AI built me a React app to compare maps side by side
#108Earlier quoted context omitted.
ThumbnailGenius.com (has a ton of new features I haven’t pushed yet as I wait for approval from a payment processor) MetHacker.io (has a lot of features I had to remove because of X API’s new pricing - see /projects on it) GoUnfaked.com PlaybookFM.com TokenAI.dev (working with blowfish to remove the warning flag)
Are you sharing your process anywhere (like on YouTube)? I’d be really curious to see behind the scenes of how you’re building these types of products. For example, are you just using Claude or Claude with Cursor (or something else)?
Usually its v0.dev for the basic UI and then just prompting cursor
Re: Claude AI built me a React app to compare maps side by side
#109Earlier quoted context omitted.
We’ll see what the future holds but as an old timer, using LLMs to creat applications seems exactly the same as: Python/JS and their ecosystem replacing OS hosted C/C++ which replaced bare metal Assembly which replaced digital logic which replaced analog circuits which replaced mechanical design as the “standard goto tool” for how to create programs. Starting with punchcard looms and Ada Lovelace maybe. In every case…
Well said .. Hope the pile of complexity accumulated would not be a time bomb ...
Re: Claude AI built me a React app to compare maps side by side
#110For years I've kept a list of apps / ideas / products I may do someday. I never made the time, with Cursor AI I have already built one, and am working on another. It's enabling me to use frameworks I barely know, like React Native, Swift, etc.. The first prompt (with o1) will get you 60% there, but then you have a different workflow. The prompts can get to a local minimum, where claude/gpt4/etc.. just can't do any be…
> For years I've kept a list of apps / ideas / products I may do someday. I never made the time, with Cursor AI I have already built one, and am working on another. This is one fact that people seem to severely under-appreciate about LLMs. They're significantly worse at coding in many aspects than even a moderately skilled and motivated intern, but for my hobby projects, until now I haven't had any intern that would…