Live data from Hacker News

I’m joining OpenAI

steipete.me

961–970 of 1001 posts

Re: I’m joining OpenAI

#961
post #630

I personally haven’t used open claw due to security concerns on my device. How to mitigate this concern?

My take: openclaw should not run on a mac (even though looking at the skills it ships with it clearly was made to)

It should run on its own VPS with full root access, given api keys which have spending limits, given no way for strangers to talk to it. I treat it as a digital assistant, a separate entity, who may at some point decide to sell me out as any human stranger might, and then share personal info under that premise.

Re: I’m joining OpenAI

#962

I'm happy for the guy, but am I jealous as well? Well yes, and that's perfectly human. We have someone who vibe coded software with major security vulnerabilities. This is reported by many folks We also have someone who vibecoded without reading any of the code. This is self admitted by this person. We don't know how much of the github stars are bought. We don't know how many twitter followings/tweets are bought. The…

You don't get hired for any of that. OpenAI did not hire him because he went viral. Virality brought something interesting to OpenAI's attention. And they thought they could use this product idea/vision/execution, GTM strategy, whatever, and because it didn't seem like OAI had anyone on their team capable of this, they hired him.

Simple as that. Don't feel jealous, trying to replicate won't work, he did not know he'd be hired, he built something that he found interesting, and then realized it would be interesting to a lot more people.

The way to reach success is to either be strategically consistent in a way that maximizes luck surface area but does not depend on it, or to be unexpectedly lucky. The latter is gambling, People win the lottery regularly, does not mean you should make that your mission.

Be comfortable with not being the one to hit gold. And yes, it's ok to be jealous. Take a moment and then go back and enjoy the rest of your life.

Finally, there are a lot of companies that would likely hire you, hoping to hit gold. But you are likely filtering them out because they're not tech/large/startupy enough for you. These companies are wondering what they need to attract talent like you.

Re: I’m joining OpenAI

#963

Earlier quoted context omitted.

> Then after a bunch of podcasts and interviews, this person gets hired by a big tech company. Would you hire someone who never read any if the code that they've developed? Well, this is what happened here. I have a feeling that OpenAI and Anthropic both use AI to code a lot more than we think, we definitely know and hear about it at Anthropic, I havent heard it a lot at OpenAI, but it would not surprise me. I think…

Boris has been very open about the 100% AI code writing rate and my own experience matches. If you have a typescript or common codebase, once you set your processes up correctly (you have tests / verification, you have a CLAUDE or AGENTS.md that you always add learnings to, you add skill files as you find repeatable tasks, you have automated code review), its not hard to achieve this. Then the human touch points beco…

I'm aware I've been building my own alternative to Beads for weeks now. the instructions.md file and something like Beads is epic.

https://github.com/Giancarlos/guardrails

I didnt like how married to git hooks beads was, so I made my own thats primarily a SQLite workhorse. Been using it just the same as I have used Beads, works just as good, drastically less code. I added a concept called "gates" to stop the AI model from just closing tasks without any testing or validation (human or otherwise) because it was another pain point for me with Beads.

I fully sync the issues to GitHub to boot.

https://github.com/Giancarlos/guardrails/issues

Works both ways, to GitHub, from GitHub. When you claim a task, its supposed to update on GitHub too (though looking at the last one I claimed, doesnt seem to be 100% foolproof yet).

Re: I’m joining OpenAI

#964

Earlier quoted context omitted.

There were some comments somewhere below about that virality being bought though. I don't know how true that is or where those commenters got their information. If you look at google trends though there is practically no mention of ClawdBot before around January 23, even though the project was released in November.

he likely poured oil into the flame investing a few hundred bucks to double the virality

and according to HN, somehow that's a bad thing? Like making your own project more popular and successful using your own resources is...bad?

Re: I’m joining OpenAI

#965

I'm happy for the guy, but am I jealous as well? Well yes, and that's perfectly human. We have someone who vibe coded software with major security vulnerabilities. This is reported by many folks We also have someone who vibecoded without reading any of the code. This is self admitted by this person. We don't know how much of the github stars are bought. We don't know how many twitter followings/tweets are bought. The…

If all the above is true, why didn't Sam & Co just replicate his product and offer their own improved version - - with security incorporated within ?

Because he wanted to say "Take that" To anthropic who forced Pete to change the name of the product.

Re: I’m joining OpenAI

#966
post #942

I'm happy for the guy, but am I jealous as well? Well yes, and that's perfectly human. We have someone who vibe coded software with major security vulnerabilities. This is reported by many folks We also have someone who vibecoded without reading any of the code. This is self admitted by this person. We don't know how much of the github stars are bought. We don't know how many twitter followings/tweets are bought. The…

I mean some might say that's like joining a sinking ship. Of course one man's trash is another man's treasure. To each their own. Hiring in tech has been broken for many many years at this point. There's so much noise and only more noise coming now with AI. To be completely honest it's entire random from my end when hiring. We can't review every application that comes in. It's just impossible. We do weed out some of…

Im working on a project to change this.

Funny that you mention 'real people'. There are a number of components that sit at the core of what Im building - it should allow you to have the time and reach to vet more (100% verified) candidates than you ever could before. I also want to reduce the explicit costs of hiring so that firms can hire more people.

Re: I’m joining OpenAI

#967
post #612

Earlier quoted context omitted.

It's funny to me how still so many don't realize you don't get hired for the best positions for being a 10x programmer who excels at hackerrank, you get hired for your proven ability to deliver useful products. Creativity, drive, vision, whatever. Code is a means to an end. If you're the type of programmer who thinks of yourself as just a programmer, and take pride in your secure code, ability to optimize functions a…

> you get hired for your proven ability to (…) No, you get hired for your perceived ability to (…) The world is full of Juliuses, which is a big reason everything sucks. https://ploum.net/2024-12-23-julius-en.html

The world is full of Juliuses. And if one works with enough people one can suddenly realize that they too are a Julius relative to someone smarter and more introverted. Worth considering this before dismissing someone as yet another Julius. Oh and everything doesn't suck.

Re: I’m joining OpenAI

#968

Earlier quoted context omitted.

Boris has been very open about the 100% AI code writing rate and my own experience matches. If you have a typescript or common codebase, once you set your processes up correctly (you have tests / verification, you have a CLAUDE or AGENTS.md that you always add learnings to, you add skill files as you find repeatable tasks, you have automated code review), its not hard to achieve this. Then the human touch points beco…

I'm aware I've been building my own alternative to Beads for weeks now. the instructions.md file and something like Beads is epic. https://github.com/Giancarlos/guardrails I didnt like how married to git hooks beads was, so I made my own thats primarily a SQLite workhorse. Been using it just the same as I have used Beads, works just as good, drastically less code. I added a concept called "gates" to stop the AI model…

Why have the issues tracked on the file system at all if it can be represented in Github issues and be accessed via tool calls? Also how are you handling sub task management, are you able to link closed checkboxes in the Github issues or?

Re: I’m joining OpenAI

#969

Earlier quoted context omitted.

> Listen to... Lex People can do that? I always assumed Lex was a CIA psyop to experiment with the ability to make people sleep on demand.

While that might take it a little too far, Lex surely is a dangerous individual. On various occasions did he sympathize with the war and terror that Russia is doing in Ukraine. I do not click on any of his content because I will not support these (and a few other questionable, to say the least) views of his. Also his image of an MIT researcher is hilarious.

> On various occasions did he sympathize with the war and terror that Russia is doing in Ukraine.

I'm not a devotee of his but I've listened to a few of his podcasts when I like the guest. I have an idea of how someone would come away with your impression given lex's interview style but I'd be pretty surprised if anything he said would, to me, fit your impression.

That said, I'd like an example if you have something specific to point to that might change my mind or if it's just a general takeaway you've gotten from a corpus of interviews on the topic (which would be totally valid but wouldn't change my mind).

Re: I’m joining OpenAI

#970
post #729

Earlier quoted context omitted.

You are most likely confusing OpenClaw with Moltbook, which is the project that had the most glaring vulnerabilities. But even if OpenClaw was full of holes it would not matter. Peter is not just a random "vibe coder" and he does not need to be hired by OpenAI to achieve "success". Before this he founded and sold a company that raised €100M. It is not his first project in the space either (see VibeTunnel for instance…

What vision? Everyone and their mother has been trying to build useful AI assistants and personal CRMs since computers were invented - way before LLMs. He glued it together, and he succeeded because he executed before anyone else. I applaud what he's done, and wish him luck trying to get this working safely at scale, but the idea that he's some visionary that has seen something the rest of the world hasn't is ludicro…

I think that's partly the point. This is the tool that everyone wanted but couldn't quite describe. Not saying he's a genius, but he was the first to will it into existence.
Post reply on HN