@ferueda

2.6K posts

@ferueda banner
@ferueda

@ferueda

@ferueda

Building software with AI every day. I share the workflows and tools I use, what works, and what doesn't. SWE @GoDaddy

Vancouver, BC Katılım Temmuz 2009
661 Takip Edilen289 Takipçiler
Sabitlenmiş Tweet
@ferueda
@ferueda@ferueda·
Cool pattern I've been using with GPT-5.6 today Advisor thread orchestrates (GPT-5.6 Sol High+) with instructions for the executor threads (Terra or Luna) to checkpoint back or ask for feedback to the original orchestrator. This way, the orchestrator, which is usually a more expensive model, doesn't have to continually poll executor threads and can steer them on demand.
@ferueda tweet media
English
2
0
2
795
@ferueda
@ferueda@ferueda·
@janstevens One big advantage I see to sticking with one sub is that you can customize the codebase specifically for that agent, which makes it run way more smoothly than trying to accommodate many of them Especially for Sol, that needs especial treatment imo
English
0
0
0
3
Matt Pocock
Matt Pocock@mattpocockuk·
The code is the environment your agent runs in Ignore it, and the world around your agent crumbles If you still think ignoring the code - i.e. vibe coding - is the future, I'd love to hear a counter to this
English
15
1
76
6.2K
@ferueda
@ferueda@ferueda·
@coleschfr I've had it spin off for hours and turn a task into a huge 10k+ diff 5.6 needs taming and explicit instructions around overengineering and scope
English
1
0
1
5
cole
cole@coleschfr·
Codex limits and 5.6 make absolutely no sense > start Sol Ultra with 80% 5 hour window remaining > works for 12+ hours, I have to "Continue" twice and limits are at 0% > still going for 11+ hours, limit is still at 0% > spun up 20+ child threads to review it's work > it's still going > should've been 2K LOC for 2 small issues > it decides to refactor everything for maximal code health > finds infinite bugs > edited 480 files > +80,000 LOC and -30,000 LOC > it's still going what the fuck did they feed this model
cole tweet media
Josh@jjpcodes

protip for using Codex if your 5 hour limit will soon expire: - set a /goal, the agents can continue past the limit - tell the model to use an automation to wake themselves up again after the limits reset (they can use codexbar for this) - do NOT steer the agent or edit the goal once limits have expired, this pauses them and you are toast until the limits reset - tell them to use subagents instead of child threads - pray that tibo smiles on you and resets the limits anyway

English
2
0
6
842
Tyler Mayberry
Tyler Mayberry@tylermayberry·
/goal is a liability now Just makes Sol overengineer unless you're ultra specific
English
1
0
0
20
@ferueda
@ferueda@ferueda·
yep same experience. I've had multiple implement - review loops spiral down to 10k+ diffs bc of this. I had to add rules to some of my skills to tame these - Every abstraction, phase, compatibility layer, test, or command needs an acceptance criterion, invariant, or verified risk. - Reject future-proofing, optional hardening, nearby cleanup, generic “best practices,” and unrelated refactoring. - “Minimum sufficient plan”; smallest coherent change; every item traces to acceptance/invariant/risk; no preserved-behavior prose, speculative hardening, future-proofing, or repetition. - Prefer explicit, boring, repo-native code. Simplification must be materially smaller and behavior-preserving; no broad rewrites or optional refactors.
English
0
0
1
1
Uzair Sajid
Uzair Sajid@UzEE·
It seems like 5.6 Sol has a tendency to over engineer, and even go off the rails even more so than 5.5. 5.5 would usually just go overboard on tests. 5.6 Sol flagged an issue during a review that a Semantic Version string parser was problematic because it parsed each component as a plan Number, so it would fail and throw if the version number got larger than 9007199254740991. I was speechless.
English
1
0
0
12
@ferueda
@ferueda@ferueda·
I've experienced 1 and 2 heavily as well. I've controlled them by adding a couple rules: 1.- Use clear, simple language. Avoid jargon and unnecessary complexity. 2.- I've had multiple implement - review loops spiral down to 10k+ diffs bc of this. I have specific rules for ti as well now General: - Repository invariants/project intent → accepted user requirements and decisions → verified repository facts → proposals, patterns, and reviewer preferences. - Every abstraction, phase, compatibility layer, test, or command needs an acceptance criterion, invariant, or verified risk. - Reject future-proofing, optional hardening, nearby cleanup, generic “best practices,” and unrelated refactoring. Planning: - Prefer the smallest repo-native design. - “Minimum sufficient plan”; smallest coherent change; every item traces to acceptance/invariant/risk; no preserved-behavior prose, speculative hardening, future-proofing, or repetition. Implementation review: - Follow reviewed plan or direct request; stop on plan/repository conflict or scope expansion. - Pre-existing debt, nearby cleanup, alternative architecture, optional hardening, and unrelated refactors are out of scope. Recommend the smallest correction. - Prefer explicit, boring, repo-native code. Simplification must be materially smaller and behavior-preserving; no broad rewrites or optional refactors. These have helped a lot over the past days. Note that these are not all rule sin my agents.md, most of these are in skills. My agents.md is pretty small since 5.6
English
0
0
1
60
Kun Chen
Kun Chen@kunchenguid·
after a few more days of using gpt 5.6 sol, i started noticing some issues - if you have good solutions, please share! 1. it uses technical jargons a lot. it's almost speaking its own language that looks like English but you can't understand it until you ask "what do you really mean by this" 2. it can over-engineer and spiral out of control. something that can be done with a few lines of changes can often result in a massive diff fixing everything in the codebase 3. it's overly conservative in terms of touching live environment, so much so that it overly relied mocks for development and validation and build things that don't really work in production these things can likely get tweaked in system prompts, but so far gpt 5.6 is the only model family that don't get these things right out of the box, and it's a bit annoying i love overall how intelligent and fast the model is though! just curious if anyone's run into similar challenges with the model and has good solutions
English
12
1
30
1.8K
@ferueda
@ferueda@ferueda·
@sama is the growth coming from codex or chatgpt work?
English
0
0
0
93
Sam Altman
Sam Altman@sama·
2.5x increase in usage of our agentic products (codex and chatgpt work) in the last week! welcome.
English
873
417
14.4K
705K
Sam Altman
Sam Altman@sama·
GPT-5.6 sol is half the price and ~twice as token efficient as fable in many cases for accomplishing the same task. happy to deliver at one-quarter of the price.
English
1.4K
833
22.7K
1.6M
OpenAI Developers
OpenAI Developers@OpenAIDevs·
Meet kbd-1.0-codex-micro, built with @work_louder. Map the buttons and joystick to your workflow, and keep your pinned chats in view. Get yours before stock returns 410.
English
487
264
4.3K
891.7K
Daniel Smidstrup
Daniel Smidstrup@DanielSmidstrup·
If you had $200, what would you choose? - codex - cursor - claude code
English
143
1
108
8.4K
@ferueda
@ferueda@ferueda·
👇👇👇👇
@ferueda tweet media
QME
0
0
0
6
@ferueda
@ferueda@ferueda·
@promotions24214 harness will make you spend more tokens tbh, as it optimizes for code correctness over cost (burns more tokens) sessions can help you analyze how can you make your sessions more efficient if you put an agent to analyze your threads
English
1
0
0
5
Promotionsome
Promotionsome@promotions24214·
@ferueda Hello! I am trying to get better at coding using AI (Codex app). I've pretty much used 95% of my weekly limit in 7 hours. Should I try to download both of your relevant repos (harness & sessions) to be more efficient? Any advice would be greatly appreciated :)
English
0
0
0
8
@ferueda
@ferueda@ferueda·
just realized I need a serious project for the week of the 26th
@ferueda tweet media
English
1
0
2
664
@ferueda
@ferueda@ferueda·
@zachlloydtweets Great read, I have something similar going on in my local setup. A scheduled task extracts insights from my sessions through a CLI I built for this, analyzes my workflows, grades results and make suggestions.
@ferueda tweet media
English
0
0
2
77
@ferueda
@ferueda@ferueda·
@prd_008 Wife is pregnant, I taught Codex how to fill claim forms and submit my receipts
English
0
0
1
183
@ferueda
@ferueda@ferueda·
@btaylor Sometimes I catch myself rewording phrases just to sound less AI. Same with typos, I let them by for the same reason
English
0
0
1
843
Bret Taylor
Bret Taylor@btaylor·
I deeply resent that AI has forced me to eliminate em dashes from my writing for fear of signaling slop
English
394
651
6.9K
377.8K
@ferueda
@ferueda@ferueda·
@trikcode Loop a couple architecture reviews and you get the most beautiful and overengineered piece of software ever created
English
1
0
1
113
Wise
Wise@trikcode·
AI coding assistants are getting scary good at fixing isolated bugs, but they are absolutely terrible at software architecture. you accept 10 consecutive "perfect" PRs, only to realize the model quietly introduced three different state management patterns. I think we are trading short-term speed for massive, invisible architectural drift
English
39
5
87
6.2K
jason
jason@jxnlco·
Anyone got any last-minute acting tips?
English
35
0
62
9.4K