HN user

enraged_camel

18,357 karma
Posts190
Comments6,327
View on HN
futurism.com 2d ago

OpenAI Appears to Be Missing Its Sales Goals by a Margin

enraged_camel
9pts1
github.com 3d ago

Codex app for macOS repeatedly triggers syspolicyd/trustd CPU and memory runaway

enraged_camel
3pts1
twitter.com 10d ago

Devs aren't maximizing what they can do with AI b/C they still look at the code

enraged_camel
2pts1
twitter.com 20d ago

The US tech sector continues bleeding jobs

enraged_camel
2pts0
www.ft.com 20d ago

OpenAI proposes handing Trump administration 5% stake

enraged_camel
37pts9
world.hey.com 1mo ago

Ruby on Rails creator: Let the agents democratize open source

enraged_camel
7pts0
twitter.com 1mo ago

Blue Origin's New Glenn blows up during static fire test

enraged_camel
503pts557
twitter.com 1mo ago

Anthropic raises $65B funding at a $965B post-money valuation

enraged_camel
4pts3
twitter.com 2mo ago

Tech layoffs skyrocketed in Q1 2026

enraged_camel
7pts0
twitter.com 2mo ago

Chinese AI models are ~8 months behind and falling further behind

enraged_camel
3pts6
link.com 2mo ago

Stripe launches Link for AI agents

enraged_camel
1pts1
www.nytimes.com 3mo ago

Molotov cocktail is hurled at home of Sam Altman

enraged_camel
248pts641
www.theatlantic.com 4mo ago

Sucker: My Year as a Degenerate Sports Gambler

enraged_camel
3pts0
twitter.com 4mo ago

Tech employment now significantly worse than the 2008 or 2020 recessions

enraged_camel
1031pts687
onethousandmeans.substack.com 5mo ago

The AI Denial Industry: The Left's MAHA

enraged_camel
2pts0
enragedcamel.dev 6mo ago

We Used Opus 4.5 to Re-Architect Multi-Tenancy in 2.5 Weeks and Save Six-Figures

enraged_camel
2pts0
obie.medium.com 7mo ago

What happens when the coding becomes the least interesting part of the work

enraged_camel
4pts0
shumer.dev 7mo ago

My GPT-5.2 Review: Impressive, but Too Slow

enraged_camel
1pts0
www.youtube.com 8mo ago

It's not just you – the iOS keyboard is broken

enraged_camel
3pts0
arstechnica.com 8mo ago

In a stunning comeback, Jared Isaacman is renominated to lead NASA

enraged_camel
26pts5
earthjustice.org 10mo ago

EPA Seeks to Eliminate Critical PFAS Drinking Water Protections

enraged_camel
387pts473
www.attomdata.com 11mo ago

U.S. Foreclosure Activity Jumps 13% Year over Year in July, Highest of 2025

enraged_camel
7pts1
bsky.app 11mo ago

The top% largest US stocks now reflect a record 76% of the US equity market

enraged_camel
9pts0
www.propublica.org 11mo ago

The Drying Planet

enraged_camel
18pts0
twitter.com 1y ago

I used to shoot $500k pharma commercials. I made this for $500 in Veo 3

enraged_camel
10pts1
www.cnn.com 1y ago

Turkey orders detention of Istanbul's mayor, a key rival of President Erdogan

enraged_camel
26pts2
www.crisesnotes.com 1y ago

Everything About Trump's Spending Freeze Order You Were Too Afraid to Ask

enraged_camel
11pts0
www.thedailybeast.com 1y ago

FAA Administrator Quit on Jan. 20 After Elon Musk Told Him to Resign

enraged_camel
6pts1
www.salon.com 1y ago

LA wildfires could be the costliest in history, estimated at more than $250B

enraged_camel
4pts1
twitter.com 1y ago

440GB/week network traffic reduction by replacing dependency with one-liner

enraged_camel
8pts1

Yeah, I'm not sure what the purpose of this article is. I don't have a lot of experience with Rust, but I think this is the type of task even Opus 4.5 could do.

> I don't think people realize how much dumber the models get at larger contexts and how much more the token cost is.

It does not match my experience that the model gets significantly dumber. It does get slower and more expensive, yes, but that's a sacrifice that needs to be made when working on anything complex.

My process involves having the main agent use subagents to explore what is needed for the given task. Then it writes a plan. Then it has the plan adversarially reviewed by more subagents and hardens it. After all is said and done, the 1M token window is 30-40% full. This flow would never work with 272k context, and in fact I've had to tone it down significantly for 5.6 Sol. Which, now that I think about it, probably explains why the results I get with it are inferior.

> They succeeded in spite of their tech choices.

It is rarely the case that technology choice is the make-or-break when it comes to whether a product is successful and achieves widespread adoption. Some choices are less ideal than others, but at the end of the day if you manage to make something that people want, the rest won't matter much.

Codex Resets 4 days ago

They can do it often because they have compute, and they have compute mostly because they are pretty far behind Anthropic when it comes to heavy enterprise users. They’ve supposedly added several million since 5.6 launch, which is a steep growth curve. We will see if those users stick around. Anecdotally, I’ve stopped using it for anything major because it has attempted to do some very unsafe things when I wasn’t looking. Friends I’ve talked to have also gotten over the initial honeymoon period.

I've used GPT 5.6 Sol Xhigh extensively since its launch, alongside Fable 5.

My impression is that it is about as intelligent as 5.5, but they dialed up the relentlessness meter to eleven. This makes it more likely that it will accomplish the task you give it, which I think is the primary reason it looks competitive in benchmarks. However, it also makes it more likely that it will resort to... unconventional, weird or outright unsafe methods to do it. So I have to watch it like a hawk.

The other day it tried to read env variables from prod using a CLI command. The task it was working on did not necessitate doing that even remotely. I have the SSH keys for that particular CLI tool tied to my 1Password. So when the agent failed (because I never authenticated the SSH key access), it wanted to take over the computer, for which I got an OS prompt. At that point I stopped the agent and asked it why it did that. It said it wanted to dig around 1Password itself to see if it could get the key. I asked it why it needed prod env variables, and it thought for a bit and admitted it actually shouldn't. So as of yesterday I stopped using the "approve for me" mode and now use it only for simpler tweaks and bug fixes.

Fable is not only more intelligent, but also way more insightful. It can sniff out my intent far more effectively, and its "real world" knowledge allows it to act as a seasoned product manager with domain expertise. It can also think outside the box and make suggestions that I would not have thought of. With GPT 5.6 I have to be way more literal.

I think this is a good feature, but should be gated behind a toggle that is off by default, and designed to be enabled per session via prompt.

There are situations when I want Claude to start working on something just as I'm about to head to bed or otherwise step away. It's kind of annoying to come back only to find that Claude worked for just 5 minutes and then decided to pause and ask a question.

That said, I think certain types of questions should not be automatable. Maybe it's already built that way, but I wouldn't want Claude to go with its recommended direction for anything related to operations like deletions, changing external systems, etc. Basically, things that cannot be undone should be a hard-block and wait for user input always.

> I pretty sure OpenAI and Anthropic are doing the same or worse.

So in your opinion, they are training on your data even if you toggle the "don't train on my data" checkbox off?

That's a bold assertion.

> Oh, and of course, the wonderful world of hacked clients. The idea of anarchy was gripping!

My multiplayer experience in Minecraft consists of spending three days building myself a fancy treehouse, then logging in the next day and finding that someone had used an exploit to turn all of it to lava.

I guess some people do like chaos, but not me.

AI Is a Bad Tool 9 days ago

There's parts I enjoy, parts I dislike and parts I hate with a passion.

However, I love putting something in front of users, seeing them use it and get value out of it. And AI lets me get there 10x faster.

> There's more to it than that: writing is thinking. If you stop writing code, you aren't thinking anymore.

Humans have been thinking long before writing was invented. Why is code special?

I've been climbing for a decade, but over the past 3 years I've put on a bunch of weight due to work and certain life events. But I want to change that.

I know what motivates me: seeing progress. The feedback loop of "do X, see Y gain" is what keeps me going.

So I started building an integrated dashboard that can aggregate data from multiple systems:

- My digital scale

- Apple Watch (sleep + running performance)

- Beastmaker Motherboard, which is an electronic board that you attach a hangboard to and it shows you various stats like how much force you're applying

The idea is that every morning I'll open the dashboard and be able to see exactly how much progress I've made the previous day: weight loss, strength gain, cardio performance.

It's an interesting problem. There's essentially two parts to it: Apple Health, which aggregates data from the scale and the Apple Watch and can POST-export it hourly, and the electronic board, which sends data via BLE in real time. The destination for both of these will probably be an always-on Raspberry Pi 5, but I haven't decided yet. Then I'll have a small server app that can pull the data from the Pi and draw some fancy charts.

> I think the article kind of gives you the energy you enter the reading with.

No, not really. I know nothing about either of the people involved, and after reading the article I came away with an extremely negative opinion of the author. They are using their position as the leader of a language to attack and denigrate someone who used that language for years, donated to it, and eventually decided to move on.

GPT-5.6 12 days ago

Yes, this is exactly why I said yesterday that OpenAI does benchmaxxing, seemingly quite a bit [1]. I got a flurry of downvotes for it at first, but I think people came around to it once they tried the model like you did.

Ultimately I think the issue is that OpenAI is under tremendous pressure to perform, but GPT-6 is not ready yet, so they had to push GPT-5 to its limits, and the only way they could do it was with really heavy RLHF, which has its shortcomings. Like, it is super obvious that Sol, Terra and Luna are all heavily biased towards working on a problem relentlessly because that's what their reward functions emphasized. That pushes up their scores in some benchmarks but does not translate to actual intelligence and capability.

[1]https://news.ycombinator.com/item?id=48849454

GPT-5.6 13 days ago

My Codex app got upgraded to the new unified ChatGPT app. I don't see Sol available though. Only Terra and Luna. I'm on the Pro plan. Anyone else see it?

GPT-5.6 13 days ago

The charts are also extremely difficult to parse. They seem auto-generated. Dataset coloring is atrocious.

Regarding your main point, yes, I agree. My impression (as someone who uses both Codex and Claude Code daily) is that OpenAI does a fair amount of benchmaxxing.

GPT-5.6 13 days ago

The second paragraph has four mentions of Fable. I think that makes my case pretty clearly.

GPT-5.6 13 days ago

CTRL-F: Fable

15 hits

Holy shit. They must be feeling very threatened by Fable if they're spending this much energy talking about it in the release notes for their own model.

Grok 4.5 14 days ago

UI: SwiftUI (primary), UIKit (limited), PhotosUI, WebKit, MapKit, Charts

Data/Concurrency: Foundation, Combine, Observation (@Observable)

Platform: CoreLocation, UniformTypeIdentifiers

Tests: Testing (Swift Testing)

Grok 4.5 14 days ago

The problem is that the remaining 10% can bite you in bad ways.

I was in Cotswolds, UK a couple of months ago. For those of you who don't know, it's a rural region known for its "chocolate-box" villages and honey-colored limestone architecture. Basically, you go from village to village, most commonly via bus, taking in the sights and doing touristy stuff.

When planning the trip, my sister used ChatGPT, which helpfully (and relatively quickly) found the bus schedules and times for each hop.

Midway through the day, though, we ran into a huge problem: it turns out bus schedules are different on Sundays, and more limited. Which meant we couldn't actually go to our primary destination (the Model Village), and had to cut the trip short.

Yes, ChatGPT was quick and pleasant to use, but missed a crucial detail.

Afterwards I tried it with Opus and it did not make the same mistake.

GPT‑Live 14 days ago

It's also hilariously wrong. It essentially argues, implicitly, that those who don't communicate with other humans are missing out on the "most important thing in life" and cannot form a self-identity.