Earlier quoted context omitted.
The main value prop of Second is that it can generate large volumes of code for common web app features, and integrate it into your codebase via GitHub
So to confirm it won't generate new features from prompts, but only templated scenarios? Is there a list of templated scenarios that you currently support?
Launch HN: Second (YC W23) – AI bots that add features to web apps
151–160 of 205 posts
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#152Are you using this to build the product itself? Seems like a prime candidate for dogfood. If yes, where has it been useful, and if not, what does it not handle well?
At some point I want to do a full rebuild of Second using Second to test out all of the modules together. But I'm not quite there yet!
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#153Wish I could have actually tried this out.
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#154I had a similarish vision/idea about 7ish years ago https://github.com/Hactar-js/hactar I was way too early though and it didn't work well. I have recoded it probably half a dozen times since then and the latest prototype attempt used GPT as the core tech. The biggest hurdle I found was that it just wasn't deterministic enough. You can work around this with mixing and matching custom compilers into the workflow but t…
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#155Maybe you could walk through setting up an actual project with Second that solves an issue much better than without?
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#156From the video, Second looks more like a UI wrapped over a boilerplate generators that have existed for quite a while. It's a pretty powerful one, and that can be very useful in itself but how is AI involved here? If it is, was it needed in the first place? I was expecting the inputs to be more along, "give me an app to manage a restaurant", but the inputs are modules (Forgot password, billing), which are generic pie…
This comment gave me the Dropbox vibes of 2007: https://news.ycombinator.com/item?id=8863 :)
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#157Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#158Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#159also regarding the customers you've already onboarded, possibly worth it to make case study blogs?
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#160Man, what will be left for devs.
Even though CMSs have been around for decades, there are MANY, and many new ones created all the time. Companies and people have reasons for reinventing the wheel with a proprietary solution (sometimes control, sometimes legal, etc.).
So, you'll still have a job.
If the code hasn't been written before, gen-AI will be able to help flesh out a structure from requirements, but you'll still need a dev to make sure the all of the requirements are present (based on what humans know about humans within the context of the problem being solved) and that logic is solid (AI can supplement here). Especially when you start creating or modifying 1M+ line codebases.
And humans will always trust humans (or humans + machines) more than machines acting alone. Maybe I'm just starting to sound old, but "AI + Da Vinci" is NEVER performing an operation on my body. I'm choosing "an experienced human surgeon + Da Vinci" 100% of the time.