Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-22-2023, 12:59 PM   #1
bobawan
Registered User
 
Industry Role:
Join Date: Feb 2023
Posts: 7
ChatGPT question

I know that it gives the right code on request, but is it possible to generate a fully working structure of the site in this way?
bobawan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2023, 02:12 PM   #2
2MuchMark
Videochat Solutions
 
2MuchMark's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 45,826
Why not ask it that question?
__________________

VideoChat Solutions | Custom Software | IT Support
https://www.2much.net | https://www.lcntech.com
2MuchMark is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2023, 07:54 PM   #3
Darkhorse
Horsing Around
 
Darkhorse's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: AU
Posts: 5,827
Quote:
Originally Posted by bobawan View Post
I know that it gives the right code on request, but is it possible to generate a fully working structure of the site in this way?
If you know how to ask it, yes.
Darkhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-25-2023, 03:05 PM   #4
the_software_dev
Confirmed User
 
the_software_dev's Avatar
 
Industry Role:
Join Date: Feb 2023
Posts: 56
Quote:
Originally Posted by bobawan View Post
I know that it gives the right code on request, but is it possible to generate a fully working structure of the site in this way?
It really depends on the site. Have a look at GitHub Copilot, it uses the very same tech. It's pretty smart once it learns your project, but it has to have a project to begin with.
the_software_dev is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-25-2023, 09:28 PM   #5
SharkAttack
Confirmed User
 
SharkAttack's Avatar
 
Industry Role:
Join Date: Sep 2022
Location: Netherealm
Posts: 57
Quote:
Originally Posted by the_software_dev View Post
It really depends on the site. Have a look at GitHub Copilot, it uses the very same tech. It's pretty smart once it learns your project, but it has to have a project to begin with.
Yes, Copilot is pretty good when the servers are working

Quote:
Originally Posted by bobawan View Post
I know that it gives the right code on request
That is not entirely correct
SharkAttack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-25-2023, 10:13 PM   #6
wankawonk
Confirmed User
 
Industry Role:
Join Date: Aug 2015
Posts: 999
its already next to impossible to explain exactly what you want to a real human developer. its a back-and-forth iterative process. you'll change your mind about things multiple times. the developer will interpret your instructions different than you expected. getting it right will involve many iterations.

its not going to be any different with chatgpt.
wankawonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 03:17 AM   #7
the_software_dev
Confirmed User
 
the_software_dev's Avatar
 
Industry Role:
Join Date: Feb 2023
Posts: 56
Quote:
Originally Posted by wankawonk View Post
its already next to impossible to explain exactly what you want to a real human developer. its a back-and-forth iterative process. you'll change your mind about things multiple times. the developer will interpret your instructions different than you expected. getting it right will involve many iterations.

its not going to be any different with chatgpt.
Pretty much this. Copilot is pretty good because it learns your code base and it makes the correct assumptions & references to other pieces of code that you already have. But I think we're still far away from completely generating working products with AI only. There are some discord servers where people try to do this for the front-end part of a site and it works.. sometimes. For the backend logic though I don't know of anyone who's working on something like this.
the_software_dev is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 04:33 AM   #8
MetaCPA
Registered User
 
MetaCPA's Avatar
 
Industry Role:
Join Date: Dec 2022
Posts: 28
I think you can.
MetaCPA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 05:46 AM   #9
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,234
Quote:
Originally Posted by the_software_dev View Post
Pretty much this. Copilot is pretty good because it learns your code base and it makes the correct assumptions & references to other pieces of code that you already have. But I think we're still far away from completely generating working products with AI only. There are some discord servers where people try to do this for the front-end part of a site and it works.. sometimes. For the backend logic though I don't know of anyone who's working on something like this.
It depend on complexity on problem and also quality of language. For example what i find annoying in javascript, very often some error would occur, i would do nothing but maybe delete some blank space and then it would work. With languages like PHP there is no such silly errors, every line there have some logic.
So for full AI there should be a language which works on logic and it covers both backend and frontend. Who knows, maybe this will make popular Dot Net language which is capable for that and is much faster then php/js combo, but also suck at documentation which is a reason why it's not more popular.
__________________
For GFY administration inquiries- email info at gfy.com or send PM.
For advertising inquiries - email marketing at gfy.com

Inquiries which are not related to administration or advertising on GFY wont be processed.
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 08:12 AM   #10
Parria
Registered User
 
Industry Role:
Join Date: Feb 2023
Posts: 9
For a simple site may be fine, however, I would do everything manually
Parria is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 11:30 AM   #11
bobawan
Registered User
 
Industry Role:
Join Date: Feb 2023
Posts: 7
ty for replies, pals
bobawan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 01:15 PM   #12
wankawonk
Confirmed User
 
Industry Role:
Join Date: Aug 2015
Posts: 999
OK, I asked chatgpt whether it can replace programmers. Here's the answer, right from the horse's mouth.

Quote:
can chatgpt replace programmers?
Quote:
No, ChatGPT cannot replace programmers. While ChatGPT is a powerful language model that can understand and generate human-like text, it is not capable of writing and developing complex software applications.

Programmers are skilled professionals who have expertise in designing, writing, testing, and maintaining software programs. They use their creativity, problem-solving abilities, and technical knowledge to develop applications that meet specific requirements and solve real-world problems. They have a deep understanding of programming languages, algorithms, and data structures, which is something that ChatGPT does not possess.

However, ChatGPT can assist programmers by generating ideas, providing solutions, and offering suggestions that can help them in their work. It can also be used for tasks such as automated code completion, bug detection, and code analysis.
wankawonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-26-2023, 01:42 PM   #13
ZTT
Confirmed User
 
ZTT's Avatar
 
Industry Role:
Join Date: Apr 2019
Posts: 657
The "horse" in this case being the programmers that programmed it, jerking off about how rockstar programmers are.

ChatGPT has given me non-working code most of the time, and wrong answers even to questions it knows the answer to.

Ie, I ask it something, it gives a bunch of wrong answers, always stated with 200% confidence, finally stating what I want is impossible, then when told how it's done, states yes, that's how it's done and explains it in a way that shows it knew all along.

It's extremely easy to use, but mostly just a huge waste of time.
__________________
__________________
ZTT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-27-2023, 05:28 PM   #14
the_software_dev
Confirmed User
 
the_software_dev's Avatar
 
Industry Role:
Join Date: Feb 2023
Posts: 56
Quote:
Originally Posted by Klen View Post
It depend on complexity on problem and also quality of language. For example what i find annoying in javascript, very often some error would occur, i would do nothing but maybe delete some blank space and then it would work. With languages like PHP there is no such silly errors, every line there have some logic.
So for full AI there should be a language which works on logic and it covers both backend and frontend. Who knows, maybe this will make popular Dot Net language which is capable for that and is much faster then php/js combo, but also suck at documentation which is a reason why it's not more popular.
Models such as chatGPT don't care about the language. It's built to adapt to your code and language, based on other code that was previously written in that language. Also we have software these days (not AI-based) that can correct your code in almost every language, so in theory chatGPT can already bypass syntax errors.
the_software_dev is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-02-2023, 05:54 PM   #15
AmeliaG
Too lazy to set a custom title
 
AmeliaG's Avatar
 
Join Date: Jan 2003
Location: Los Angeles
Posts: 10,377
Quote:
Originally Posted by Klen View Post
It depend on complexity on problem and also quality of language. For example what i find annoying in javascript, very often some error would occur, i would do nothing but maybe delete some blank space and then it would work. With languages like PHP there is no such silly errors, every line there have some logic.
So for full AI there should be a language which works on logic and it covers both backend and frontend. Who knows, maybe this will make popular Dot Net language which is capable for that and is much faster then php/js combo, but also suck at documentation which is a reason why it's not more popular.

Interesting thought. ChatGPT is less creative than some AI, so its ffavorite coding language is just whatever it has trained on most.

I think you have a very interesting idea for more creative AI, in that AI could approach problems from more directions at once, so very different languages might appeal to it most.
AmeliaG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-04-2023, 11:08 PM   #16
fastball
Confirmed User
 
Industry Role:
Join Date: Apr 2021
Posts: 5,534
Quote:
Originally Posted by bobawan View Post
I know that it gives the right code on request, but is it possible to generate a fully working structure of the site in this way?
Let Chat GPT Craft Perfect Code For You.


Finding the perfect code for your website or project doesn't have to be difficult. Chat GPT makes it easier for you by crafting code that's customized for your exact requirements, giving you more time to focus on your goals. With its fast and accurate code generating capabilities, Chat GPT can help you create the perfect website or application.


Chat GPT allows you to generate a fully working structure of your website with ease and accuracy. You can rest assured knowing that Chat GPT's code will always meet the highest standards. With Chat GPT's innovative technology, you can now generate code with confidence and get your project up and running in no time.


Start using Chat GPT to experience the ease and accuracy of generating the perfect code for your project today.

or:
Streamline your website development!


Are you looking for an easier way to build your website from the ground up? Do you want to automate and speed up your web development process? With the new chat gpt system, you can do exactly that! Now you can quickly and effortlessly generate a complete, functional website structure with just one request.


Streamline your web development process by making chat gpt your go-to tool. Forget spending countless hours on manually coding each and every website feature, when you could have it all done in a fraction of the time. Chat gpt makes it easier than ever to generate the fully functioning website of your dreams in just one click.


Take advantage of the groundbreaking new chat gpt system and revolutionize the way you develop websites today!

or:
Generate websites with a few simple clicks.


Don't have time or money to invest in creating a website from scratch? With chat gpt, you can have a website built in minutes! Simply specify what type of website you'd like to have and let our AI technology take it from there.


Imagine the possibilities of having a fully functioning website in no time! Get more done with fewer resources and have your business up and running without wasting precious time and money.


Take the first step to unlocking new possibilities for your business with chat gpt! Try it now and generate your fully functional website in just a few clicks.


This is what chat gpt thinks. You just have to ask the right question.
fastball is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
chatgpt, generate, question, site, structure



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.