Skip to main content

Posts

Showing posts from October, 2024

Is canvas + ChatGPT a problem or an opportunity: Coding part 1

OpenAI has just announced canvas ( https://openai.com/index/introducing-canvas/  ) with ChatGPT as a beta in  ChatGPT Plus . Canvas is an extra interface along with the standard prompt interface which we have got used to.  In an earlier post, I started discussing using Canvas for  reports,  but what about coding? People have been using generative AIs for coding, including code generation from prompts, but what does it do when we use canvas. So let's play. The new interface for canvas does support coding (as does ChatGPT) - could it be a programmer's friend/assistant?  In the example below ChatGPT was asked via an initial prompt to produce a pseudo-code for the start of a murder-mystery style game, but to also use canvas.  What it produces is a form pseudo-code in the style of Python; not a great surprise there, as ChatGPT is not bad at generating Python code. So, can it convert the pseudo-code to something other than Python? The two examples below sho...

Is canvas + ChatGPT a problem or an opportunity: Reports

OpenAI has just announced canvas ( https://openai.com/index/introducing-canvas/  ) with ChatGPT as a beta in  ChatGPT Plus . Canvas is an extra interface along with the standard text interface for ChatGPT prompts and responses. It feels more like using a featured text editor.  At the moment OpenAI are rolling out canvas to ChatGPT Plus and Team users, then   Enterprise and Edu users will get access next week; with the plan to  make canvas available to all ChatGPT Free users after the beta stage. So to have a bit of a play I put an old document through it (selected the ChatGPT 4o with canvas option from the  ChatGPT Plus drop-down menu), a skeing it to use that document as a starting point for a report. One of the difference is both windows are editable for prompts. So using the lefthand side you can put in a prompt as normal  in ChatGPT but in the right-hand wind you highlight the text and ask  ChatGPT  do action that bit .  You can...