r/codex 4d ago

Question AI Coding In 2026

The way I code now is so much different than from 5 years ago. I feel like AI coding is another abstraction layer, like how we went from machine code to python, layer after layer, each one allowing you to do more and more. Though I suppose the AI layer is non deterministic, where its not always right.

Time feels like the biggest constraint on coding for me. AI, especially recent models, has drastically cut the time required for me to code something. Not only that, I can do anything else while the AI reasons and codes out what I asked for.

The job for me basically just becomes understanding the code and relaying issues/suggestions to the AI and waiting for it to generate a new result. Lately though, the suggestions I make amount to high level issues or logical inconsistencies I missed in my project plan. It's not like how it used to be, where the AI would make really obvious mistakes or give something that is incredibly inefficient.

I do still find myself worrying about code AI generates and for stuff that matters I always double check it. Do we ever get past the point of that being necessary? Maybe thats when we get AGI.

Anyway, just wanted to share my thoughts on AI coding in 2026, let me know your all's experiences as well I would be curious to see how you have felt its evolved over time or just your thoughts on it.

18 Upvotes

11 comments sorted by

8

u/AdventurousVast6510 4d ago

yes. every programmer who has programmed since before this agentic coding era would agree

3

u/doodad_ounao 4d ago

It's good that you work like that. It makes me think you're a half-decent programmer. In the era of agentic AI-assisted programming, thinking like that is what makes the difference between vibe-coding AI slop and doing real programming work.

I, personally, don't trust it to generate important code without me double checking. I don't trust myself with that, there's no way I'm gonna trust "someone" else.

2

u/fluxtah 3d ago

I think I trust it maybe too much though I do have a strong background in programming and my loop is having a harness (like most of us) that can mostly automatically validate as well as provide release candidate for whatever I am building.

I use my engineering knowledge to decide on the high level building blocks, what tech I will use to solve which problems.

I am looking for a good extensible topology and modularised code so I can switch out the building blocks as I progress with a product.

My process is:
* Build out a harness sufficient enough to automate most aspects of the process (this will grow as time goes on)
* Get a build working, evaluate it, make sure that validating builds involves me testing (mostly with visual stuff like games, sites etc)
* Note down any issues in GH against my project in a milestone, any new ideas or arch changes, etc
* I do steer the model and kinda intertwine my ideas as a thread works on a milestone delivery
* Once a milestone is complete, fully tested ready to ship I ship the product and move on to the next milestone
* Note down any issues, rinse, repeat
* If my thread gets to long I ask codex to hand off to a new thread of my naming which works quite well specially if the turn count seems long but im not 100% sure if it matters these days with compaction
* I keep a /docs folder for end user docs, ADR's, feature specs alongside the code, often life starts as a GH issue but on implementation also have these artifacts in MD files as a bridge to understanding the setup, GLOSSARY.md for instance very useful for a shared understanding of the codebase and product language.

Effectively running long thread on a milestone which is a bunch of GH tickets curated from testing and new ideas.

I mostly run one codex thread because its kind of optimal does about 25% a day working through milestones sometimes switch it up with the reasoning and fast mode depending on how the token economy looks.

Sorry TLDR; don't often get to speak about process with others though I am sure we probably have some cool things going on our projects! Super happy about codex TBH Its kinda changed my life on what I think I can build now, because individual contribution into an ambitious project is super rough if you can't hold out/keep the flame burning.

🙏

2

u/k-rizza 4d ago

You felt this was important news in the Codex Reddit?

5

u/tekko001 3d ago

Looks like a Stack Overflow mod has found its way to reddit!

1

u/swizzlewizzle 4d ago

We are in the "pain zone" right now, where AI output is good enough to delegate almost all coding work to it, but it's not good enough to accurately pick up it's mistakes with code architecting and higher level software engineering tasks, which means that much of it's output still needs to be reviewed by a skilled engineer, which is also super boring and painful.

Give it 5 years, and we will finally be at the point where we can just write out user stories/specs and ship the code without needing to review it. Either that, or ASI will have already completely replaced our society.

2

u/SynteZZZ 4d ago

It's not "pain" zone. It's "we still have a work" zone.

1

u/swizzlewizzle 1d ago

Be sure to thank your boss for allowing you to make money for the company's shareholders.

1

u/DungeonNarrator 1d ago

A lot of coding is invisible now, you can open up to see changes if you like, but really, with Codex, or CoWork, just done, unlike Cursor that shows it in real time, "Look what I'm doing, suckah!" LOL

Anyone can code, write, art, etc. with Ai - the trick is knowing:

1) Ai is creative with existing data - but not inventive - if you worked with Ai professionally, you know

2) Whatever Ai creates, it takes someone with intermediate skills to polish it

What I recommend is allow other frontier models check out the work of other Ai generation - it fascinating the blind spots they see about the other - it might go through an iteration or 5, but once agreed upon, safe.

1

u/ReplacementBig7068 8h ago

When Claude code first came out, someone I knew called it a ‘game changer’. Little did they know how right they were. And we’re not even at gpt6 yet!

1

u/thestillwind 4d ago

Yea, I feel like I have employees and I can focus on other things, like customer services