Zach Brock

173 posts

Zach Brock banner
Zach Brock

Zach Brock

@z

Member of Technical Staff @openai. I'm mostly made of water.

San Francisco, CA Katılım Mart 2007
521 Takip Edilen24.1K Takipçiler
Sabitlenmiş Tweet
Zach Brock
Zach Brock@z·
"Amateurs have a goal. Professionals have a process."
English
56
65
182
0
from the future
from the future@nk·
Chat GPT 5.4 is really frustrating to work with. Awful hallucinations and laziness. It's hard to tell if it's "smarter" when it's so difficult to steer.
English
1
0
4
848
Chubby♨️
Chubby♨️@kimmonismus·
Seriously, I dont get it. - Today, GPT-5.3 instant is being released . - The blog post states at the very bottom that 5.3 Thinking and Pro will also be released very soon. - An hour later, the official OpenAI X account tweeted that GPT-5.4 will be released very soon. ??? So in a few days we get: GPT-5.3 thinking + Pro + GPT-5.4 (???) instant/thinking/pro?
English
236
71
2.8K
303.9K
Bret Taylor
Bret Taylor@btaylor·
I’ve been trying to simulate using Codex for the next year and what will change about my perspectives on software engineering as I transition from being a computer programmer to a harness engineer. There are so many, but here are a couple that have stuck with me: Software dependencies - Large open source systems like Linux and MySQL seem like they will remain just as important, but I wonder if I will start to have different perspectives on smaller software libraries when the functionality can be relatively easily produced and tested with AI. Given the past decade of supply chain vulnerabilities and maintenance issues in open source libraries, will it become a best practice to reduce dependencies and write our own where possible? Documentation - When I built a product before, the “specification” was split between docs, Slack, Figma, and Linear — but the vast majority of behavior was specified in code, i.e., the long tail of functionality is an emergent property of the code I write. The conundrum with agent-produced code is that it’s not clear which parts of the code were prompted (i.e., specified) and which parts were “vibed” (i.e., unspecified). That seems problematic when continuously evolving a large system over time because the harness will “forget” past instructions. I don’t think replaying prompts is correct either because in a single Codex session, a good chunk of interactions are interactive and effectively transient. I have an intuition that documentation will be as important of an output of my Codex sessions as code, documenting the substantive product decisions made during my session. Those docs clearly need to be directly in the repo, versioned with the code and available as context for future sessions. The docs / context discussion in OpenAI’s recent post on harness engineering resonated with me and maps to my intuition: openai.com/index/harness-…
English
46
33
594
85.5K
martin_casado
martin_casado@martin_casado·
The difference in stuff AI coding is good at vs not is getting more stark. It's very good at basic engine stuff you'd want to build on the way. Tooling, testing, basic engine design. Frameworks etc. But it's really not good at anything where runtime understanding is important. I've seen this working on a splat renderer and multiplayer back end for a game engine. In both cases, AI creates a pretty reasonable guess. But lacking actual understanding of the runtime semantics, the results are basically unusable. This produces somewhat of a dilemma. The better it is at the stuff you can derive optimally from syntax, the more disconnected we are when we actually need to design around runtime semantics. To manage this, I've started to include both schema design, notes on state consistency and runtime traces to the LLMs. It's not perfect, and I still need to be in the code a lot. But it helps to start pulling semantic dependencies like this out.
English
41
12
247
21.6K
Matt Van Horn
Matt Van Horn@mvanhorn·
V2.1 of @slashlast30days is out. Now with @OpenClaw, free @YouTube transcripts and a Codex Skill. 1. @openclaw + watchlists - automated research via cron jobs on your competitors, people, and topics 2. YouTube transcripts as a 4th source 3. Works in OpenAI Codex
English
21
11
153
19.6K
dominik kundel
dominik kundel@dkundel·
It was fascinating to watch this team build with Codex without writing a single line of code by hand. Lots of wisdom and shared experience in this article and a glimpse of how the role of the engineers changed for the team
OpenAI Developers@OpenAIDevs

📣 Shipping software with Codex without touching code. Here’s how a small team steering Codex opened and merged 1,500 pull requests to deliver a product used by hundreds of internal users with zero manual coding. openai.com/index/harness-…

English
3
4
81
12K
Clay / 康可磊
Clay / 康可磊@ClayCampaigne·
@asymmetricinfo The guy says that Claude code can create a full working app (not a prototype) and test it like a human in a single prompt. Do you really have friends in tech who tell you that? I think these coding agents are amazing but his characterization is obviously dramatically exaggerated
English
1
0
0
86
Megan McArdle
Megan McArdle@asymmetricinfo·
If “AI-generated word salad” can convince a bunch of folks that AI will be the biggest disruption since man tamed fire … well, you should update your priors in favor of AI being incredibly disruptive.
Jeffrey Bilbro@jeff_bilbro

It's depressing how widely shared and read this is. It's AI-generated word salad posted by someone with a vested interest in spreading AI hype. AI is "big," I guess, but its effects will be much more complicated and variegated than this "essay" implies.

English
26
15
279
54K
Srinivas Narayanan
Srinivas Narayanan@snsf·
We shipped an internal beta of a product with zero human-written code — every line was generated by Codex agents, boosting velocity ~10x. Here are some lessons from how the team did it. Great work by @_rake92, @z and the team in pushing the boundaries of what software engineering looks like in the Codex world.
OpenAI Developers@OpenAIDevs

📣 Shipping software with Codex without touching code. Here’s how a small team steering Codex opened and merged 1,500 pull requests to deliver a product used by hundreds of internal users with zero manual coding. openai.com/index/harness-…

English
6
11
351
67.1K
Zach Brock retweetledi
lopopolo
lopopolo@_lopopolo·
Totally normal timeline we live in to have buckled my laptop into the backseat of my SUV so it can be tethered and let 4 tmux sessions of GPT-5.2 Pro cook #Codex
lopopolo tweet media
English
2
1
9
6.9K
Zach Brock retweetledi
OpenAI Developers
OpenAI Developers@OpenAIDevs·
📣 Shipping software with Codex without touching code. Here’s how a small team steering Codex opened and merged 1,500 pull requests to deliver a product used by hundreds of internal users with zero manual coding. openai.com/index/harness-…
English
73
204
2K
561.1K
Zach Brock
Zach Brock@z·
Not writing code by hand has been a big shift for sure. Unexpectedly, it’s also been really fun. As @_lopopolo likes to say “we just do the fun parts of engineering on this team”
English
0
0
5
1.7K
Zach Brock
Zach Brock@z·
I’m very excited that we’re finally publishing a deep dive into how my team has been working for the last 6 months. @_lopopolo is a real visionary and it’s been a blast working with him. openai.com/index/harness-…
English
2
4
56
10.7K
Zach Brock
Zach Brock@z·
Codex is the ultimate "one more turn" game
Zach Brock tweet media
English
1
4
1
2.6K
Zach Brock
Zach Brock@z·
Maybe the real super intelligence is the friends we made along the way
English
0
0
1
1.3K
Zach Brock
Zach Brock@z·
A lot of people haven’t used Claude Code or Codex in the last 3 months. The cognitive dissonance they’re going through reading twitter this week must be rough.
English
0
0
1
1.2K
Zach Brock
Zach Brock@z·
The real Super intelligence test will be “tell me how much this surgical procedure costs at my 3 nearest hospitals”
English
0
0
0
1.5K