Earlier quoted context omitted.
Technology also moves into dead ends. Not every change is progress. You can only tell a posteriori which paths were fruitful and which were not.
Everything ends. Even things you used for a long time.
Canvas is a new way to write and code with ChatGPT
591–600 of 701 posts
Re: Canvas is a new way to write and code with ChatGPT
#592Small ot, but it's quite interesting that the highest decisive impact generative AI is having right now is on tech workers and software developers in particular. I'm more and more convinced that we're on the edge of a major shake up in the industry with all these tools. Not getting replaced, but at this rate of improvements I can't unsee major changes. A recent junior I have in my team built his first app entirely wi…
I know a similar non-coding founder who was using LLMs to create a full fledged TypeScript based SaaS product and regularly comes to me with high level architecture questions, but also doesn't know or care to figure out what HTTP methods are, variable names are a mishmash of whatever case the LLM decided to generate that day, and there are no tests whatsoever. It's held together by sheer force of manual QA. ...but. I…
IF you don't have a central security team like in big companies or the need for an audit, what you don't know is what you don't care for.
Obviously until its too late but holy shit i have seen too much garbage just working for waaaay to long.
Re: Canvas is a new way to write and code with ChatGPT
#593A pretty good UX improvement for ChatGPT. I think they will fork VScode and make an AI editor later. Although It's confusing for me the OAI seems spend more time on end user product instead of working on AGI.
Great end user experience is a huge differentiator in my opinion… it’s why I use OpenAI over other products in the market. It’s actually a joy to use. (The responses are generally far better than other products.)
Re: Canvas is a new way to write and code with ChatGPT
#594The issue I continue to have with many AI coding tools is they want me to use their own editor ("native", aka VSCode fork, or in the browser like this). I have zero intention of moving away from IDEA and nothing I've seen so far is good enough to make me want to switch. I really with there was more of "bringing AI into your existing tools/workflows" instead of "here is a new tool with AI baked in".
Just use aider - it’s CLI and open source. You can open terminal in IDE and you just use /add file for context then /drop to clean context. Better than Copilot and just less worse UX than Cursor (which has benefit of knowing which page you have open). There’s also Claude engineer but not tested it yet. Forgot to mention killer feature - droping links to docs automatically fetches them in aider which helps with ground…
My project has well over half a million lines of code. I'm using an IDE (in my case Qt Creator) for a reason. I'd love to get help from an LLM but CLI or external browser windows just aren't the way. The overhead of copy/paste and lack of context is a deal breaker unfortunately.
In case I'm missing something, please let me know. I'm always happy to learn.
Re: Canvas is a new way to write and code with ChatGPT
#595Earlier quoted context omitted.
LLM as a service is much easier to replicate than physical data centers and there's a much lower potential user base than consumers, so I'd imagine they're swimming upstream into B2C land in order to justify the valuation
You mean downstream, not upstream. Upstream is closer to the raw materials.
Re: Canvas is a new way to write and code with ChatGPT
#596Earlier 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?
> potentially every upstream AI company out of YC You mean downstream.
Re: Canvas is a new way to write and code with ChatGPT
#597Earlier quoted context omitted.
Am I the only one not seeing it? AI is very useful assistant, boosts productivity, and makes coding easier, but ultimately in real life scenarios beside POCs, it cannot replace a human. You quickly reach a threshold where explaining and getting the AI to do what you want is actually harder than doing it. What happens if your LLM built app has a bug and the AI does not "get" it?
You need to ask 'when'. ChatGPT shows a clear path forward. Feedback loop (consistent improvement), tooling which leverages all of llms powers, writing unit tests automatically and running code (chatgpt can run python already, when will it able to run java and other langauges?) And its arleady useful today for small things. Copilot is easier and more integrated than googling parameters or looking up documentation. UI…
Re: Canvas is a new way to write and code with ChatGPT
#598Earlier quoted context omitted.
The problem is that tacking on to an existing product, while the ideal approach, limits just how creative you can get. I believe this is one of the reasons Cursor had to fork VSCode. Simply being an extension limited the features they could build.
Emacs has none of these problems :p
Re: Canvas is a new way to write and code with ChatGPT
#599The issue I continue to have with many AI coding tools is they want me to use their own editor ("native", aka VSCode fork, or in the browser like this). I have zero intention of moving away from IDEA and nothing I've seen so far is good enough to make me want to switch. I really with there was more of "bringing AI into your existing tools/workflows" instead of "here is a new tool with AI baked in".
Only if you could commit the changes in the browser and pull locally?
Re: Canvas is a new way to write and code with ChatGPT
#600Earlier quoted context omitted.
There's more to writing than clarity, though. Not all written communication needs to abide of the efficient/clear writing style of technical documentation FFS
Sure, if you're writing a novel, maybe. But there's not much more important, stylistically, to writing an business email or document than clarity. It's absolutely the most important thing. Especially in customer communications. In the UK there is/used to be a yearly awards scheme for businesses that reject complexity in communucations for clarity: https://www.plainenglish.co.uk/services/crystal-mark.html But anyway,…