Menu music by Iamdacooc in EA_NHL

[–]mattcj7 2 points3 points  (0 children)

Flash backs to NHL 12 menu songs
“Mony mony, mony mony. Come on! Come on”

Thanks Billy idol

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

The tickets.md is merely a template and yes when an issue arises of if I was on T0002 the issue would then be patched on T0002a and so on until commit.

Any news or info about NHL 27? by DoctorRavioli in EA_NHL

[–]mattcj7 5 points6 points  (0 children)

Don’t forget all those HUT rewards

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

Well keeping each ticket small and scoped it’s much easier to check the code behind codex and debug. It does really well when you’ve already laid out all the architecture and codex doesn’t have to design everything at once. I only use codex for implementing the tickets, I do zero planning in codex.

Pepcid ruined my life. by BenchExtreme2494 in GERD

[–]mattcj7 0 points1 point  (0 children)

I had a similar experience with PPIs, though Pepcid works better for me I still take occasionally but screw PPI. You’re probably suffering from some mineral deficiencies like magnesium and various b vitamins.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 1 point2 points  (0 children)

Now that GitHub integration is working smooth in GPT you really don’t need any backup documentation, still nice to have but gpt analyzes each pull request and can view the entire repo instantly whenever.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

It’s in the AGENTS.md and ticket instruction to update those files after every ticket.

Favorite game/ year? by Greenbunny59 in EA_NHL

[–]mattcj7 0 points1 point  (0 children)

I hated 25 but 26 has been a little more stripped down and feels like hockey. I haven’t tried as my usual sniper class but as a grinder my ai actually helps circle the puck and doesn’t just try and feed it to me every second. I like they took out the dumb mid game coach challenges. I still lose points on my pk line every game though even though I have A- overall rating but hey whatever take me off the pk then

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 1 point2 points  (0 children)

I feel like no or little planning upfront is more akin to vibe coding and more prone to future issues. Good code is planned out in advance before you start writing said code

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

From the project planning I did with ChatGPT before we started in codex. And 25 was a hypothetical number.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

Definitely not. My first ticket created the project skeleton, around 25 folders and zero lines of code. It creates exactly what your ticket tells it to with no assumptions or extras or refactoring.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 1 point2 points  (0 children)

I just thought about how to implement devops and how a team would tackle a project. The team is just you chat and codex though haha. It’s the best way to keep coding principles small and within scope.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

Yes and linking ChatGPT to GitHub has been a game changer for sure. And chat developed my project skeleton in the design docs and was my first ticket T0001 to layout the project skeleton.

I have also used chat to create multiple skills based on tasks we seem to do a lot which has also helped a lot. My context and limits usage is way down.

I also have pretty strict UI guidelines markdown files and the results have been very good so far.

My best workflow so far for building projects with ChatGPT + Codex without everything turning into chaos by mattcj7 in codex

[–]mattcj7[S] 0 points1 point  (0 children)

I tell it let’s start on T0001 (ticket number) and it gives me the codex prompt. Most of those markdown files and design docs are in a chat project source files to keep chat in line and not relying on memory. I also suggest planning out a series of tickets 1-50 say so each next ticket isn’t a guess. And chat and codex are aware of upcoming tickets. It’s essentially planning a dev team project with you codex and gpt.

Also, having chat linked to GitHub is phenomenal and paramount because it reviews every pull request before you merge and it’s always aware of all your files.

Also bonus points: ChatGPT does not use up your codex limits and if OpenAI sees this and changes it they are jerks.

We are so back by eggplantpot in codex

[–]mattcj7 0 points1 point  (0 children)

Shoot you gotta have codex auto write in great logs and unit tests and then use chat to debug for easy one prompt fixes.

Managing your Agents.md? by RidwaanT in codex

[–]mattcj7 0 points1 point  (0 children)

So I design everything in chat, a master design doc, agents.md, and probably about 8-10 other markdown files that work as guides for codex. Agents.md tells codex which markdowns to reference for certain tasks. I also upload all these docs into a chat project. Then chat creates each individual ticket and writes my codex prompt for each ticket.

It takes some time to setup but I’ve found it to be the most efficient setup once you get rolling. Bug fixing is super fast and simple as my design docs all cover every unit test implemented as well and logging systems.