Zewp.com
Zewp.com

> I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Previous | First | 1 | Last | Next

........................................................................

Spanky
#1 2025-08-29 06:53:25

I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

It's effectively a home automation proxy that surfaces complex backend processes through simple URIs.

I'll share more details once I release it.

ChatGPT 5 is definitely better at coding than the previous thinking models.

........................................................................

#2 2025-08-29 07:54:06

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

GPT> Consume Feces
\
cylon

........................................................................

Sockpuppet
#3 2025-08-29 17:07:13

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

My project is getting more impressive.

I need a good name. I think I will brainstorm this with ChatGPT on names.

........................................................................

#4 2025-08-29 17:15:15

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Generally speaking, what would you say GPT5 could improve your productivity?  A little bit, somewhat, considerably?

........................................................................

Sockpuppet
#5 2025-08-29 17:37:31

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

Generally speaking, what would you say GPT5 could improve your productivity?  A little bit, somewhat, considerably?

I estimate my $20 subscription provides $1,000 a month in value. Maybe more in some months.  I am tempted to pay for the $200 a month plan. I just wish they had a plan between $20 and $200. If they had a $100 plan I’d sign up immediately.

........................................................................

SamplesBoi
#6 2025-08-29 21:57:26

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Sockpuppet wrote:

I estimate my $20 subscription provides $1,000 a month in value. Maybe more in some months.  I am tempted to pay for the $200 a month plan. I just wish they had a plan between $20 and $200. If they had a $100 plan I’d sign up immediately.

What do you expect the $200 plan would give you that the $20 plan does not?

........................................................................

Samples_Boi
#7 2025-08-29 22:11:14

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Sockpuppet wrote:

I estimate my $20 subscription provides $1,000 a month in value. Maybe more in some months.  I am tempted to pay for the $200 a month plan. I just wish they had a plan between $20 and $200. If they had a $100 plan I’d sign up immediately.

I tried using GPT but found it unreliable. You always have to ask it for references when it suggests something and then check those references. It makes shyt up, A LOT.

........................................................................

#8 2025-08-30 00:00:09

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Welcome to 2 years ago

If you haven't been using AI to do all your coding, you are way, way, way behind the times.

I can write any application I want, in any language, in a matter of days at this point . All documented, etc.

........................................................................

#9 2025-08-30 00:01:56

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Samples_Boi wrote:

I tried using GPT but found it unreliable. You always have to ask it for references when it suggests something and then check those references. It makes shyt up, A LOT.

False.

That was like 2 years ago. You obviously haven't used shyt lately.

I have it do my EE work as well. You can give it a picture of a circuit and it will help you figure out what it is doing. It can't draw a circuit worth a shyt, though.

But it will look up all the chip specs, tell you where to put zener diodes and why, etc. It has made mistakes so you need to double check it but not if you give it the spec sheets to work with. If is going off-the-cuff without the actual documents, it can get things wrong.

You are probably using it wrong.

........................................................................

#10 2025-08-30 00:50:33

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Spanky wrote:

It's effectively a home automation proxy that surfaces complex backend processes through simple URIs.

I'll share more details once I release it.

ChatGPT 5 is definitely better at coding than the previous thinking models.

Who owns the IP for that code?
\
bean

........................................................................

Sockpuppet
#11 2025-08-30 03:16:38

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

SamplesBoi wrote:

What do you expect the $200 plan would give you that the $20 plan does not?

You are paying for more compute so you will get better, faster answers.

........................................................................

Sockpuppet
#12 2025-08-30 03:18:00

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

Welcome to 2 years ago

If you haven't been using AI to do all your coding, you are way, way, way behind the times.

I can write any application I want, in any language, in a matter of days at this point . All documented, etc.

I’ve been doing it since early 2024. But never a full application from scratch. It just wasn’t good enough before.

........................................................................

Sockpuppet
#13 2025-08-30 03:23:15

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Made more progress today.

The proxy now has a UI for configuration.

Security layer is now in place.

About 98% of the code has come from ChatGPT with me tweaking a few things here and there. One big problem I had today was I couldn’t get it to produce a readme.md file. It would generate about half of it in markdown and the rest in normal text like all of its other responses. I eventually told it to produce the file for download instead of directly in the UI. This worked.

I also gave it my .editorconfig and it mostly follows it. I also told it to stop putting in inline comments. I really fuqing hate code comments.

........................................................................

#14 2025-08-30 03:34:51

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Sockpuppet wrote:

I also gave it my .editorconfig and it mostly follows it. I also told it to stop putting in inline comments. I really fuqing hate code comments.

Skill issue.  Lack of comments is the sign of a low performer.

........................................................................

#15 2025-08-30 04:05:23

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Sockpuppet wrote:

I’ve been doing it since early 2024. But never a full application from scratch. It just wasn’t good enough before.

It's been way, way more than good enough since just 4o (and lots of people were using a Claude model but I hate it). 4o is still my favorite model even though 5 is technically better and I use 5 daily.

5 is better at math, specifically.

You sound way, way behind.

AI generally wants to use a standard architecture which is too complex so it is best to come up with an overall architecture yourself. It is basically a team of really excellent programmers. You still need to manage them. You also need to understand how to feed it data and prompts. If you know how to do it, it won't make mistakes. If you are clueless like SampleBoi and ask a model that doesn't know shyt about some technical component without giving it the reference to the component you want to use, its like asking someone to figure something out where they can't look at the specs. You either let it look at the specs/libraries/etc. or you give it the specific ones and references it you want it to deal with. Then it is golden.

And the internet has bad info on it. Yesterday, I would have fried a board I had if I listened to GPT5 since it thought something was 3.3V when it was 5V and 5V would have fried the pin. Someone was feeding the component 3.3V specifically to get the output down to 3.3V but you run it at 5V for it to be efficient.

It is all about feeding it the right tokens. That takes a while to figure out perfect, just like using a new CAD program.

I can literally make anything I want to do in a short period of time and it does literally everything for me 1000X better than any programmer can do coding on their own.

It's like when Magnus plays chess against a computer. He says it makes him feel stupid.

All programmers are stupid now compared to synthetic AI programmers. And every day the gap widens. I don't need a team of programmers to do something any more. One person can do the work 10 or more and can do it 10X better and faster.

........................................................................

Randi
#16 2025-08-30 04:20:16

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

OMG! Does this mean you are programming vibrators?

........................................................................

Sockpuppet
#17 2025-08-30 07:32:34

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

Skill issue.  Lack of comments is the sign of a low performer.

I’ve seen no correlation between developer skill and comment volume.

In fact I am reminded of a low performer I interacted with recently. He wrote some shytty code but some great comments.

........................................................................

Sockpuppet
#18 2025-08-30 07:38:17

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

All those words and you told me literally nothing that I didn’t already know.

4o was the first decent model for doing I agree.  That only came out 15 months ago and I have been using it since day one.

Usually I am not writhes systems. Usually I am modifying existing ones. The latter is more complex and the models aren’t as good at that since you can’t really easily and safely give them all your code. Nor would it understand how 200,000 lines of code fit together across 1,000 files.

wrote:

It's been way, way more than good enough since just 4o (and lots of people were using a Claude model but I hate it). 4o is still my favorite model even though 5 is technically better and I use 5 daily.

5 is better at math, specifically.

You sound way, way behind.

AI generally wants to use a standard architecture which is too complex so it is best to come up with an overall architecture yourself. It is basically a team of really excellent programmers. You still need to manage them. You also need to understand how to feed it data and prompts. If you know how to do it, it won't make mistakes. If you are clueless like SampleBoi and ask a model that doesn't know shyt about some technical component without giving it the reference to the component you want to use, its like asking someone to figure something out where they can't look at the specs. You either let it look at the specs/libraries/etc. or you give it the specific ones and references it you want it to deal with. Then it is golden.

And the internet has bad info on it. Yesterday, I would have fried a board I had if I listened to GPT5 since it thought something was 3.3V when it was 5V and 5V would have fried the pin. Someone was feeding the component 3.3V specifically to get the output down to 3.3V but you run it at 5V for it to be efficient.

It is all about feeding it the right tokens. That takes a while to figure out perfect, just like using a new CAD program.

I can literally make anything I want to do in a short period of time and it does literally everything for me 1000X better than any programmer can do coding on their own.

It's like when Magnus plays chess against a computer. He says it makes him feel stupid.

All programmers are stupid now compared to synthetic AI programmers. And every day the gap widens. I don't need a team of programmers to do something any more. One person can do the work 10 or more and can do it 10X better and faster.

........................................................................

#19 2025-08-30 15:07:22

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Sockpuppet wrote:

I’ve seen no correlation between developer skill and comment volume.

In fact I am reminded of a low performer I interacted with recently. He wrote some shytty code but some great comments.

Trusted advisors should understand that documented code, via comments, is important.

........................................................................

Samples_Boi
#20 2025-08-30 16:36:38

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

I used ChatGPT to identify a spider last night and it did very good.

However it warned me that if I upload personal information it will be used to train future LLMs until the end of time.
I'm pretty sure Spanky's bank accounts and health problems will be part of sample code data sets when kids get homework in college.

........................................................................

#21 2025-08-30 16:39:09

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

Samples_Boi wrote:

I used ChatGPT to identify a spider last night and it did very good.

However it warned me that if I upload personal information it will be used to train future LLMs until the end of time.
I'm pretty sure Spanky's bank accounts and health problems will be part of sample code data sets when kids get homework in college.

But his numbers are better than anyone here confused

........................................................................

Sockpuppet
#22 2025-08-30 19:11:05

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

Trusted advisors should understand that documented code, via comments, is important.

No. Trusted advisors are the ones who give you advice that goes against the grain when appropriate.

........................................................................

#23 2025-08-30 19:12:48

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

Who owns the IP for that code?
\
bean

* crickets *

........................................................................

#24 Today 01:26:55

Re: I've Been Vibe Coding For The Last Few Days, Maybe A Total Of Eight Hours, And I Got ChatGPT To Build Something Fairly Useful

wrote:

GPT> Consume Feces
\
cylon

........................................................................

Previous | First | 1 | Last | Next
Share on Facebook . Share on Twitter  . UP . MUP .