Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 22/05/2025, 02:49:12 UTC
I tried DeepSeek to design a simple video conversion program in C#. I gave it some instructions and it generated code in less than a minute. Unfortunately, it was full of errors. For example, it generated code in Visual Studio 2019, even though the latest version is Visual Studio 2019. The code was based on .NET Framework 4.7.2, even though the latest version is .NET Framework 9.

Is that an error, or are you able to fix it by specifying the versions you want it to use?    Since you use VS 2019 instead of 2022, maybe it assumed the older framework was appropriate?

I switched over to chatgpt last night, and I have hope it can repair the damage DS caused.    If not, I'll restart it with chatgpt, and have high hopes (again) I can finish it quickly.

Let me go ahead and save you some money then  Cheesy

Have you tried https://chat.chatbotapp.ai/?  It gives you access to a lot of different AI, but they prob cut costs by using lower level engines when available or when you go over a quota.
Original archived Re: Developing projects with AI
Scraped on 22/05/2025, 02:44:12 UTC
I tried DeepSeek to design a simple video conversion program in C#. I gave it some instructions and it generated code in less than a minute. Unfortunately, it was full of errors. For example, it generated code in Visual Studio 2019, even though the latest version is Visual Studio 2019. The code was based on .NET Framework 4.7.2, even though the latest version is .NET Framework 9.

Is that an error, or are you able to fix it by specifying the versions you want it to use?   Since you use VS 2019 instead of 2022, maybe it assumed the older framework was appropriate?

I switched over to chatgpt last night, and I have hope it can repair the damage DS caused.   If not, I'll restart it with chatgpt, and have high hopes (again) I can finish it quickly.