0:00
0:52
0:52

AI Scuffed Programming

Education

### Twitch Everything is built live on twitch Twitch : https://bit.ly/3xhFO3E Discord: discord.gg/ThePrimeagen Spotify DevHour: https://open.spotify.com/show/4MLaDrQcQ5mi3rsnvWkwPt ### Editor All my videos are edited by Flip. Give him a follow! https://twitter.com/flipmediaprod Join this channel to get access to perks: https://www.youtube.com/channel/UC8ENHE5xdFSwx71u3fDH5Xw/join ### Links Linode: https://linode.com/prime https://discord.gg/ThePrimeagen Twitch: https://twitch.tv/ThePrimeagen Insta: https://instagram.com/ThePrimeagen Twitter: https://twitter.com/ThePrimeagen VimRC & i3: https://github.com/ThePrimeagen/.dotfiles Keyboard 15% off https://bit.ly/Prime360 USE CODE PRIME360 #coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment

ADVERTISEMENT

Comments 100

Sign in to join the conversation

Sign in
A
allenanderson404 1 week, 3 days ago

Just recently started a program from scratch, week of letting co pilot build the prototype, two weeks of hand coding and restructuring, now it works great. If the agent has well structured code to work with and you are using one of the newer models, you can stay in the loop and suggest the correct pattern whatever, much faster than just hand coding.

M
margotgilles432 2 months ago

The propdrilling, DRY issues, doing some insane workaround that causes 9999999 re renders per second is insane for me

C
carmen.vigil 2 months ago

One year later this seems to be much older 😂

valentim_darocha
valentim_darocha 2 months, 1 week ago

Is this the nail in the coffin argument we've been waiting for?

L
lucy_greenwood 2 months, 2 weeks ago

Thoughts on Claude coding?

J
jacqueline.long 2 months, 3 weeks ago

The way you limit it is that you give it instructions to use official documentation, provide said documentation, and you use the existing code base as the primary example.

C
christy_cooper 2 months, 3 weeks ago

Damn great explanation that makes total sense

N
nicholas_bell 2 months, 4 weeks ago

"you are senior software engineer, do not make any mistakes, DO NOT MAKE ANY MISTAKES"

E
elaine_fry 2 months, 4 weeks ago

it's been 1 year, I bet you AI can now do whatever you ask better than 95% of coders

A
amanda.matthews 3 months ago

This is one of those oblivious points that are genius for it's simplicity Other people may find it evident, but damn it's the first time I hear this and it's so true

E
ethan.santos 3 months, 1 week ago

Don't forget that the vast majority of code on the Internet, good or bad, is for much older versions of many languages. So your code is based on the mean of all that code (more or less).

claude.renard
claude.renard 3 months, 2 weeks ago

Garbage in -> garbage out. Fundamental rule of any model training!

paulvaleon6
paulvaleon6 4 months ago

It turns out that you have to be very knowledgeable in the area to figure out that a piece of code that seems to work just fine is actually the average way, tutorial-like form to do a certain thing.

J
jeremy.mcintyre 4 months ago

“It can’t be that stupid, you must be prompting it wrong…”

howardandrews312
howardandrews312 4 months, 1 week ago

I completely agree, but I'm using Claude in the VS Code IDE. I have quite a bit of experience (~40 years) in software development. Sure, I don't know everything, and I don't need to, but what I do know is that when the AI ​​makes mistakes—and it makes a lot of them—I'm there to say, "That's not good, can you fix that?" or "The code still has 89 lint errors, please fix them for me," etc. Yes, it's not perfect, but it works. When my software is on the market and I'm making money, then I'll go through every .tsx, .ts, and .php file and clean up all the dead code, unsightly code, etc. But the program is currently running exactly as Claude programmed it. I only developed and integrated the translations and contributed my brainpower.

revadawn74
revadawn74 4 months, 4 weeks ago

12 of my projects is indeed shit code because I don't know what am I doing that time😅

N
nicholas_bell 5 months, 4 weeks ago

This is a great explanation. If they had a large base of great code to train on, we might be onto something

I
irmela_bärer 6 months, 4 weeks ago

you just have to add "but write it as John Carmack would"

T
thomastempest62 7 months ago

From what iv heard. If It takes programmers 6 hours to code something, it takes 10 hours for those same programmers to code the same thing while using AI assistance.

C
carol_atkinson 7 months, 1 week ago

You'd be better off to setup your own code-complete and pull from your own boilerplate library than use Copilot.