[flagged]
GPT-5.4
271–280 of 868 posts
Re: GPT-5.4
#272Re: GPT-5.4
#273[flagged]
Re: GPT-5.4
#274I’m sure the military and security services will enjoy it.
Re: GPT-5.4
#275I’ve officially got model fatigue. I don’t care anymore.
Re: GPT-5.4
#276"GPT‑5.4 interprets screenshots of a browser interface and interacts with UI elements through coordinate-based clicking to send emails and schedule a calendar event." They show an example of 5.4 clicking around in Gmail to send an email. I still think this is the wrong interface to be interacting with the internet. Why not use Gmail APIs? No need to do any screenshot interpretation or coordinate-based clicking.
Optimizations are secondary to convenience
Re: GPT-5.4
#277Re: GPT-5.4
#278Re: GPT-5.4
#279Re: GPT-5.4
#280Earlier quoted context omitted.
Yeah, long context vs compaction is always an interesting tradeoff. More information isn't always better for LLMs, as each token adds distraction, cost, and latency. There's no single optimum for all use cases. For Codex, we're making 1M context experimentally available, but we're not making it the default experience for everyone, as from our testing we think that shorter context plus compaction works best for most p…
You may want to look over this thread from cperciva: https://x.com/cperciva/status/2029645027358495156 I too tried Codex and found it similarly hard to control over long contexts. It ended up coding an app that spit out millions of tiny files which were technically smaller than the original files it was supposed to optimize, except due to there being millions of them, actual hard drive usage was 18x larger. It seemed…