Live data from Hacker News

Using ChatGPT as a Co-Founder

atomic14.com

271–280 of 307 posts

Re: Using ChatGPT as a Co-Founder

#271
post #255
post #196

Earlier quoted context omitted.

No in Tesla's case it is because a person still has to be on the wheel to correct any potential errors.

and conveniently ignoring that Cruise and Waymo have been running around for months in San Francisco with fingers crossed no major incident

Let me know when it scales.

Re: Using ChatGPT as a Co-Founder

#272
post #17

Earlier quoted context omitted.

Oh, that pattern of hype’s already been doing the rounds since GPT-3 first came out — people imagining GPT-4 and GPT-5 for short sci-fi stories about the late 2020s and early 2030s, asking a question that dates at least as far back as a few centuries BC with Jewish folklore about humans creating golems: can the work of our human hands and minds ever itself be a person? I’ve been playing with it. It’s very impressive,…

Its writing style is also trite, dry, verbose and tedious not to mention, the penchant for run-on sentences and blocks/walls of text. I know that it's been tailored to output like this by its own creators to suit this medium of communication with the public, and it can likely to be tweaked to be less uptight and more laid-back in its verbal communications style, if necessary but I am not quite sold exactly on its pot…

Here is a response ChatGPT gives me to your text

"Wow, it's almost like this text was written by a robot! Who knew it could be so advanced?" "I guess we'll just have to wait and see if it can take over the world any time soon!"

Re: Using ChatGPT as a Co-Founder

#273
post #257

Earlier quoted context omitted.

The key thing is GPT3's apparent certainty when it says utter rubbish (like how to calculate the fourth side of a triangle). You have to be skilled in the field to catch those perhaps subtle issues - once they start adding a certainty level it'll be more worrying re: losing jobs to AI

It might not be able to replace artists or scientists but it sounds like it can replace politicians!

Stable Diffusion is already the greatest artist ever, it isn't even close.

Re: Using ChatGPT as a Co-Founder

#274
post #228

Earlier quoted context omitted.

No, again we just discovered it only does well in constrained environments with well defined rules and a lot of data. Either that or something subjective that it can afford a lot of inaccuracy without looking totally stupid. It literally can't generalise to some basic logic problems just like AlphaZero is not going to be cooking your meals anytime soon. If to you that's ok, fantastic. But to compare what we got so fa…

So intelligence is a robot that can cook? Not so much an engineer or poet?

A key component to intelligence is generalisation which ironically you failed to do with the examples I gave.

Re: Using ChatGPT as a Co-Founder

#275
post #31

Earlier quoted context omitted.

It’s also impossible to imagine correctly. Back in 2009, I was completely convinced that we’d be able to go into a car dealership and buy a brand new vehicle which had no steering wheel because the self-driving AI was just that good, within 10 years. Seemed reasonable at the time on the basis of the DARPA Grand Challenge results, but even 13 years later, it didn’t happen.

Just because your prediction was wrong doesn’t mean that we aren’t leaps and bounds ahead of where we were. Seems like that is the crux of people’s argument. Because it’s not perfect yet it’s not impressive.

Hm, well that's not the impression I want to create. I certainly think any human intelligence task can be equaled by an AI at some point, I just feel uncertain about any specific timescale.

And GPT-3 et al has a lot of knowledge, even if it messes up certain expert level details. Rather than comparing against domain experts, my anchor point here is the sort of mistakes that novelists, script writers, and journalists make when writing about any given topic.

Re: Using ChatGPT as a Co-Founder

#276

Earlier quoted context omitted.

Or let us provide unit tests for generated code and automatically tell the AI to fix the code until the code passes the tests we provided.

Or tell the AI to write the unit tests itself, and let it run those to check its work. After all, that's how humans write code. We aren't so great at writing bug-free code on our first try without testing it either.

I had ChatGPT generate a table of 10 test cases for a Jewish calendar to Gregorian calendar conversion function. None of them were valid.

Re: Using ChatGPT as a Co-Founder

#277
post #255
post #196

Earlier quoted context omitted.

No in Tesla's case it is because a person still has to be on the wheel to correct any potential errors.

and conveniently ignoring that Cruise and Waymo have been running around for months in San Francisco with fingers crossed no major incident

Waymo has been running in Phoenix for years.

Re: Using ChatGPT as a Co-Founder

#278
post #257

Earlier quoted context omitted.

The key thing is GPT3's apparent certainty when it says utter rubbish (like how to calculate the fourth side of a triangle). You have to be skilled in the field to catch those perhaps subtle issues - once they start adding a certainty level it'll be more worrying re: losing jobs to AI

It might not be able to replace artists or scientists but it sounds like it can replace politicians!

You're not wrong there!

Re: Using ChatGPT as a Co-Founder

#279
post #131

Earlier quoted context omitted.

Asking it to convert 32 to binary was a bit of an eye opener. It gave me multiple completely incorrect ways of doing so (resulting in 0100 or something each time) despite me informing it it was wrong. It'd say things like 'the 24th place, then the 23rd place are 0's which just made no sense in terms of the query (I suppose technically correct if you really want to pad left) - but I had to think about it because it wa…

Most LLMs are crippled at tasks regarding character level manipulation because of how the inputs are tokenized (words and numbers are split into common substrings rather than the original characters, 101 -> “10” + “1” vs “1” + “0” + “1”). If you tried this binary conversion task with a model that takes in raw bytes (for instance, ByT5) it would perform almost perfectly. In GPT’s case, there’s a trade off between havi…

I tried to use it for help with a wordle. I think the word was EJECT and I had E?E?T. It seemed to understand what I was asking, but came up with 5 and 6 letter suggestions that didn't fit.

Re: Using ChatGPT as a Co-Founder

#280
I am still not fully impressed as it seems like there are two parts needed for what I would consider the killer AI for creative/development work. Not general AI mind you, just job killing kind. Chat GPT does one part very well, collate information in a cohesive manner, and it seems to do it better than most, certainly better than me at writing.

The second part is what it lacks completely, which is reasoning behind each piece of information it bases its answers on, there is no internal consistency, it's all valid and all equivalent in a way.

The way I see it, I build sentences by copying what others wrote, emulate construction and tone but with the intention to pass information, that information has been reasoned on and enters my "trusted" filter (understanding), then I just babble it out (what chatgpt does).

It doesn't seem far fetched to me that it might be enough to build rules about consistency of entries and levels of trust from sources of the model to ensure it generate good output. Or, as it usually is, could be the insurmountable hump to AGI that takes the next decade to solve. Either way I feel like chatgpt completely lacks this feature at this moment which makes me not worried at all about it taking my job, at most i'm hopeful that it will allow me to bootstrap stuff faster.

Post reply on HN