HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alach11

no profile record

Submissions

Anthropic Cofounder Joins Pope Leo, Warns of AI Job Losses

forbes.com
2 points·by alach11·2 miesiące temu·0 comments

Anthropic's Olah says AI must be guided from outside Big Tech

reuters.com
3 points·by alach11·2 miesiące temu·1 comments

OpenAI DevDay 2026

openai.com
2 points·by alach11·2 miesiące temu·0 comments

Evals drive the next chapter in AI for businesses

openai.com
2 points·by alach11·8 miesięcy temu·0 comments

Advice for a young investigator in the last days of the Anthropocene

docs.google.com
3 points·by alach11·9 miesięcy temu·1 comments

On It, Boss

github.com
3 points·by alach11·10 miesięcy temu·1 comments

comments

alach11
·w zeszłym miesiącu·discuss
With the administration's track record of reactive (if not capricious) actions, I doubt any leading AI Labs are going to flout this order, even if it is "voluntary". Nobody wants to be designated as a supply chain risk.
alach11
·w zeszłym miesiącu·discuss
> The honest answer to that question, in June 2026, is that we do not know

> The honest reading of those numbers is not that defense is winning on economics

> The honest 2026 answer is in three parts.

> The honest answer is that we do not know, because no one has tried

Firstly, I appreciated the article and especially the visuals. But I had the same reaction as the GP commenter. It was hard to read. I'm sick of this punchy, repetitive, LLM-generated prose.
alach11
·2 miesiące temu·discuss
Everyone loves to say this when the death of Stack Overflow is discussed, but it always was that way. Strict moderation, love it or hate it, was part of the platform. And it could have kept going that way for many more years if not for LLMs 99.9% obviating the need for a coding Q&A forum.
alach11
·2 miesiące temu·discuss
It's a tall order to live up to the impact of Rerum novarum, the encyclical by the former Pope Leo that greatly guided thinking out of the industrial revolution. Personally, I'm excited to read this. If we take the claims of most AI labs at face value, they believe their work will fundamentally change the relationship between humans and the economy. More involvement from faith leaders is a good thing.
alach11
·2 miesiące temu·discuss
Isn't a large user base and the data collected from those users a moat of sorts?
alach11
·2 miesiące temu·discuss
> If Anthropic actually cared about humans, they would have the best customer support (staffed by humans, for humans)

I know Anthropic support is slow from firsthand experience, but it has to be pretty difficult to scale support 10-80x per year. And even more so when you have a long-tail of very low revenue usage in the form of $20/month subscriptions.
alach11
·2 miesiące temu·discuss
Snake and DOOM were two of our early tests (for filter functions and MCP) when we stood up Open WebUI for internal chat/agent use. Sometimes games are the best way to limit-test new tech.
alach11
·3 miesiące temu·discuss
I ran an internal (oil and gas focused) benchmark yesterday and found Opus 4.7 was 50% cheaper than Opus 4.6, driven by significantly fewer output tokens for reasoning. It also scored 80% (vs. 60%).
alach11
·3 miesiące temu·discuss
On my private internal oil and gas benchmark, I found a counterintuitive result. Opus 4.7 scores 80%, outperforming Opus 4.6 (64%) and GPT-5.4 (76%). But it's the cheapest of the three models by 2x.

This is mainly driven by reduced reasoning token usage. It goes to show that "sticker price" per token is no longer adequate for comparing model cost.
alach11
·4 miesiące temu·discuss
A significant part of Anthropic's cachet as an employer is the ethical stance they profess to take. This is no doubt a tough spot to be in, but it's hard to see Dario making any other decision here.

What I don't understand is why Hegseth pushed the issue to an ultimatum like this. They say they're not trying to use Claude for domestic mass surveillance or autonomous weapons. If so, what does the Department of War have to gain from this fight?
alach11
·6 miesięcy temu·discuss
I believe Nat Friedman said "pessimists sound smart, optimists make money." It's certainly much easier to give a snarky/negative take and shoot an idea down than think creatively about how to make it work. Also, negative people are perceived as smarter!

https://www.sciencedirect.com/science/article/abs/pii/002210...
alach11
·6 miesięcy temu·discuss
I have to imagine governments are closely monitoring prediction markets as part of their intelligence apparatus. But then you just add another layer of subterfuge. Imagine a D-Day prediction market... "Will the Allies Land in Normandy, Pas-de-Calais, or somewhere else?" The US might buy a major position on Pas-de-Calais the night before as a decoy!
alach11
·7 miesięcy temu·discuss
I really wish these models were available via AWS or Azure. I understand strategically that this might not make sense for Google, but at a non-software-focused F500 company it would sure make it a lot easier to use Gemini.
alach11
·7 miesięcy temu·discuss
Usually the first day or two are readily solvable in Excel with just regular spreadsheet formulas.
alach11
·8 miesięcy temu·discuss
This is the biggest news of the announcement. Prior Opus models were strong, but the cost was a big limiter of usage. This price point still makes it a "premium" option, but isn't prohibitive.

Also increasingly it's becoming important to look at token usage rather than just token cost. They say Opus 4.5 (with high reasoning) used 50% fewer tokens than Sonnet 4.5. So you get a higher score on SWE-bench verified, you pay more per token, but you use fewer tokens and overall pay less!
alach11
·8 miesięcy temu·discuss
Just curious - are you using Open WebUI or Librechat as a local frontend or are all your workflows just calling the models directly without UI?
alach11
·8 miesięcy temu·discuss
This is a really impressive release. It's probably the biggest lead we've seen from a model since the release of GPT-4. Seems likely that OpenAI rushed out GPT-5.1 to beat the Gemini 3 release, knowing that their model would underperform it.
alach11
·8 miesięcy temu·discuss
"Quantity has a quality all its own". It's categorically different to be able to do harm cheaply at scale vs. doing it at great cost/effort.
alach11
·8 miesięcy temu·discuss
Can you cite your source for inference being at a loss? This disagrees with most of what I've read.
alach11
·8 miesięcy temu·discuss
This is almost certainly the issue. It's very unintuitive for users, but LLMs behave much better when you clear the context often. I run /clear every third message or so with Claude Code to avoid context rot. Anthropic describes this a bit with their best practices guide [0].

[0] https://www.anthropic.com/engineering/claude-code-best-pract...