Earlier quoted context omitted.
It depends on who the moat is supposed to keep out. A reasonable case from an antitrust regulator would be that if a provider of models/apis gleans the prompts from the users of the apis to build competing products... they are in trouble. Good prompts may actually have a moat - a complex agent system is basically just a lot of prompts and infra to co-ordinate the outputs/inputs.
Amazon Basics is kind of the same thing, they haven't been sued. Yet.
Canvas is a new way to write and code with ChatGPT
241–250 of 701 posts
Re: Canvas is a new way to write and code with ChatGPT
#242Funny timing. StackBlitz announced Bolt.new ( https://bolt.new/ ) today with multi-file edit, emulated filesystem, arbitrary npm installs, and is open source. I feel ChatGPT is still chasing after Claude 3.5 artifact.
https://news.ycombinator.com/item?id=41733485
Has anyone had much experience with it, that can share their findings? I'm happy with Claude Sonnet and can't try every new AI code tool at the rate they are coming out. I'd love to hear informed opinions.
Re: Canvas is a new way to write and code with ChatGPT
#243Earlier quoted context omitted.
Canvas is closer to Cursor ( https://www.cursor.com ) than Claude. I wonder how Paul Graham thinks of Sam Altman basically copying Cursor and potentially every upstream AI company out of YC, maybe as soon as they launch on demo day. Is it a retribution arc?
> wonder how Paul Graham thinks of Sam Altman basically copying Cursor If OpenAI can copy Cursor, so can everyone else.
Re: Canvas is a new way to write and code with ChatGPT
#244Mixed feelings about this: clearly this is meant to match one of the killer features of Claude. I like using Claude, and I'm also a big supporter of Anthropic - not just because it's an underdog, but due to its responsible and ethical corporate governance model[1], which stands in stark contrast to OpenAI. It's worrying to see ChatGPT close one of the gaps between it and Claude. [1] https://www.anthropic.com/news/the…
If you prefer to support Claude, check out Parrot [1]. I'll be adding a feature similar to this backed by Claude 3.5 Sonnet over the next few weeks. [1] https://codewithparrot.com
> They're not wasting hours trying to "figure out" a solution
I am pretty sure that we don't have AGI that would figure our solutions to our problems (coding or not) on its own yet. And from experience, you would need to solve the problems at least conceptually before using LLM and try to get something useful out of that.
Re: Canvas is a new way to write and code with ChatGPT
#245OpenAI doesn't train on business data on their enterprise plans but the problem is if a company doesn't have such a plan, maybe going for a competitor, or simply not having anything. And users then go here for OpenAI to help out with their Plus subscription or whatever to become more efficient. That's the problem.
Asking an AI for help is one thing. Then you can rewrite it to a "homework question" style while at it, abstracting away corporate details or data. But code reviews? Damn. Hell, I'm certain they're siphoning closed source as I'm writing this. That's just how humans work.
Re: Canvas is a new way to write and code with ChatGPT
#246Funny timing. StackBlitz announced Bolt.new ( https://bolt.new/ ) today with multi-file edit, emulated filesystem, arbitrary npm installs, and is open source. I feel ChatGPT is still chasing after Claude 3.5 artifact.
Another comment rather disparages Bolt: https://news.ycombinator.com/item?id=41733485 Has anyone had much experience with it, that can share their findings? I'm happy with Claude Sonnet and can't try every new AI code tool at the rate they are coming out. I'd love to hear informed opinions.
EDIT: Only seems to work in Chrome?
Re: Canvas is a new way to write and code with ChatGPT
#247This is cool, but I wish it were integrated into tools already used for coding and writing rather than having it be a separate app. This also demonstrates the type of things Google could do with Gemini integrated into Google Docs if they step up their game a bit. Honestly I’m scratching my head on OpenAI’s desire to double down on building out their consumer B2C use cases rather than truly focussing on being the infr…
Re: Canvas is a new way to write and code with ChatGPT
#248Earlier quoted context omitted.
75% of OpenAI's revenue is coming from their consumer business - the better question is the long term viability of their public API. But if they believe they're going to reach AGI, it makes no sense to pigeonhole themselves to the interface of ChatGPT. Seems like a pretty sensible decision to maintain both.
75%? Thats astonishing to me. Where are you able to see those details? It wouldn't surprise me if not a lot of enterprises are going through OpenAI's enterprise agreements - most already have a relationship with Microsoft in one capacity or another so going through Azure just seems like the lowest friction way to get access. If how many millions we spend on tokens through Azure to OpenAI is any indication of what oth…
Maybe the consumer side will slide as businesses pick up the tab?
Re: Canvas is a new way to write and code with ChatGPT
#249Earlier quoted context omitted.
Agreed on the principle (using the better product) but interestingly I've had the opposite experience when comparing Claude 3.5 Sonnet vs GPT 4o. Claude's been far and away superior on coding tasks. What have you been testing for?
I have a friend who has ZERO background in coding and he's basically built a SaaS app from the ground up using Replit and it's integration with Claude. Backend is Supabase, auth done with Firebase, and includes Stripe integration and he's live with actual paying customers in maybe 2 weeks time. He showed me his workflow and the prompts he uses and it's pretty amazing how much he's been able to do with very little tec…
Re: Canvas is a new way to write and code with ChatGPT
#250Ugh. Code reviews and helping out with tedious code comments. That's great stuff for software developers. And will be a headache to control for our company. This is taking increasingly more restraint from developers to not send code as-is straight to OpenAI, especially when the features are fundamentally built on that you do so. OpenAI doesn't train on business data on their enterprise plans but the problem is if a c…