HN user

m_ke

4,481 karma

michal.io

Posts40
Comments1,062
View on HN
aider.chat 1y ago

O1 tops new aider polyglot leaderboard (61.7% vs. 45.3% for Claude)

m_ke
1pts0
open.spotify.com 2y ago

What went down at OpenAI and the future of regulation with Helen Toner

m_ke
3pts1
www.youtube.com 3y ago

The Emergence of General AI for Medicine (Lecture by Peter Lee on ChatGPT)

m_ke
1pts0
twitter.com 4y ago

OpenAI Embeddings: 8K–600k times more expensive than open models

m_ke
1pts0
www.washingtonpost.com 4y ago

Block used to be for first-time homebuyers. Then global investors bought in

m_ke
5pts1
spectrum.ieee.org 4y ago

An Engineer's View of Venture Capitalists (2001)

m_ke
24pts1
www.youtube.com 4y ago

A Deep Dive into the NELK/Wizza Giveaway – Roobet House of Cards Pt.4

m_ke
1pts0
www.washingtonpost.com 4y ago

10k John Deere workers on strike after rejecting contract

m_ke
3pts1
medium.com 4y ago

Weights and Biases raises $135m at $1B valuation for MLOps platform

m_ke
2pts1
www.bloomberg.com 4y ago

Top percent of US earners now hold more wealth than all of the middle class

m_ke
3pts0
www.youtube.com 4y ago

Silicon Valley: History’s Greatest ‘Ponzi Scheme’ (Mini Documentary)

m_ke
1pts0
capitalallocators.com 4y ago

Barry Sternlicht – Masterclass in Real Estate in a Post-Covid World

m_ke
1pts0
news.ycombinator.com 4y ago

Ask HN: Would you join an Indie Hacker DAO, if so how should it be structured?

m_ke
5pts3
www.gov.ca.gov 4y ago

Newsom signs legislation to boost California’s housing supply

m_ke
113pts139
losdeliveristasunidos.org 4y ago

Essential but Unprotected: App-Based Food Couriers in New York City

m_ke
1pts0
www.youtube.com 4y ago

Wendy Liu: Abolish Silicon Valley

m_ke
6pts0
pytorch.org 5y ago

PyTorch 1.9

m_ke
7pts0
www.nytimes.com 5y ago

Facebook Bets Big on Future of NYC, and Offices, with New Lease

m_ke
7pts0
www.cdc.gov 6y ago

Prevalence of Obesity and Severe Obesity Among Adults: United States (42.4%)

m_ke
3pts0
news.ycombinator.com 6y ago

Ask HN: Best resources for learning about the business side of startups?

m_ke
9pts2
www.youtube.com 6y ago

EPython: Extending Python into the Future with Type Annotations

m_ke
2pts0
mobile.twitter.com 7y ago

Django Async DEP has been accepted (for Django 3.0)

m_ke
1pts0
docs.google.com 7y ago

Writing Code for NLP Research [Slides]

m_ke
3pts0
www.youtube.com 7y ago

The Deep Learning Revolution – Terrence Sejnowski [video]

m_ke
3pts0
techcrunch.com 7y ago

This is how much VCs are paid ($634,000)

m_ke
1pts0
github.com 8y ago

TensorFlow Hub

m_ke
4pts0
twitter.com 8y ago

Facebook tracks all calls and messages on Android

m_ke
265pts37
www.youtube.com 8y ago

Cambridge Analytica Uncovered: Secret filming reveals election tricks

m_ke
17pts1
www.cnn.com 8y ago

InfoWars is two strikes away from being banned from YouTube

m_ke
7pts2
thehill.com 8y ago

Wall Street could be changing tune on guns

m_ke
1pts0

Anthropic should think hard about all their fear mongering. It will only end up backfiring on them and everyone else involved.

They definitely used closed private saas products to train their own models, to prove that just drop random small screenshots of any popular product behind a login screen and see how well it's able to identify all of them. ex: https://x.com/michalwols/status/2079968211865330165

or other similar "AI" startups https://x.com/envconfig/status/2079613455296827402

I assumed google would lean into the efficiency stuff more and try to eat the easy 80% of workloads, winning market share on volume instead of frontier if they were not able to produce frontier level models.

They're very well equipped to be the volume discount store of inference.

k3 costs will go down at least 3x within a week of the weights dropping.

we'll get new quants, dspark speculators, distills and optimized kernels

as long as there are near frontier models available there will be inference providers selling them at or below cost of inference in attempt to get market share.

Sure, but anthropic is charging businesses based on usage now and tried hard to pull Fable from the consumer subscriptions before Sol and K3 dropped.

Even now on the $200 plan I use up my Fable credits in a single day and had to start using codex and openrouter for more usage because Fable burns $100s an hour when billed on usage.

Anthropic will get squeezed by open models for 80% of the use cases that don't require frontier capabilities and by vertical specific labs for the high value tasks that would (bio, finance, math, etc.), where smaller use case specific models will beat them on cost and speed while matching or exceeding the performance of their largest general models.

Even their hail mary of being first to "AGI" will never happen because all it takes is China blockading Taiwan or Nvidia cutting them off to stop them from eating up a large chunk of the economy.

There is no scenario where the rest of the world will sit on their toes and let OpenAI or Anthropic monopolize "AI". Too many countries, large well capitalized players and partners / suppliers who could never let that happen.

Kimi K3 allows all existing players to restart at the frontier and keep competing with OpenAI/Ant. It also gives employees at these labs a better more lucrative path of starting new labs with fresh books and clean cap tables, building on top of K3 without needing to spend all the capex on pretraining their own models. Plenty of them already vested their stock and would have 0 problems raising 100s of millions of dollars for new labs, making them paper billionaires over night.

yeah I tried rules, hooks and forbidding things like pip / python3 but it just led to the model failing to do what it wants and a bunch of token churn trying to get around my more rigid constraints.

main problem is that the harness files get loaded into context early in the session and slowly wash away as new information comes in.

It's not an issue of usual vs unusual, I'm saying the models are way better at writing and maintaining django or react code bases than your own hand rolled architecture that you define in some docs that it has to learn and keep in context. All of the models do an amazing job making local edits and working in small greenfield projects but once you get to full production systems with close to a million lines things start to rot. The code still works and the models are able to make progress but all of a sudden you have 3-4 different versions of your concepts sprinkled in random corners of your code base.

My second point is that the models are way better at things like Rust or Lua than Python or JS, because the average person producing code in those languages has way more programming experience, so the code quality of training data online in those languages is higher than the programming 101 medium blogspam type content you see in more popular intro languages.

I tried really hard to do this, but it turns out the models don't care about your ideas and want to do what's popular in their training data, so they will happily ignore anything you try to force down their throats, especially as context length grows or if you hit compaction.

So to make best use of the models steer them down familiar paths, mention common pattern and frameworks, use popular packages and languages that have the high median quality online.

I started my project with a few simple interface definitions and a short design / architecture doc that I include in the AGENTS.md file, but no matter how hard I try all of the models just end up ignoring it and sprinkled new seeds of variants of the same stuff all over my code base, that with each new session grow new branches.

TypeScript 7 14 days ago

With agentic coding the costs of tokens compound with each message / tool call and etc. Having to load in and update large files makes things slower and way more expensive.

Databricks actually just posted some of their own benchmarks on how harness alone impacts costs https://www.databricks.com/blog/benchmarking-coding-agents-d...

simple things like passing more file context, model having to explore the code base at start of each session, writing comments or markdown docs ends up increasing, running into test / build issues can 3-10x your costs.

PS: my code is still mostly TS and rust but I'm considering moving some of my annotations into .d.ts files and having them generated from runtime types (ala MonkeyType).

TypeScript 7 14 days ago

After running out of Fable credits in a day on my max plan I started looking around for ways to trim down my token usage and came to the realization that all of the type spaghetti that opus wrote is probably eating up like 50-70% of my tokens.

A clean django project is probably 3-4x less code than the equivalent TS based service.

It made me consider dropping strict mode and defaulting to js for most simple things.

Deep Learning models are designed to get max throughput on GPUs, which ends up being batched workloads.

You'll never get proper price competitive utilization on personal hardware vs a cloud inference provider that can batch and pipeline requests optimally to maximize utilization, unless you yourself start running batch jobs.

Even once local hardware and models catch up to todays frontiers, by that time there will be 10x better cluster sized models available at a similar discount.

https://openrouter.ai/models

you can use these in hermes, cursor, openclaw, opencode, etc with 2 lines of config that claude code will happily do for you if you ask

GLM 5.2, deepseek 4 Flash and the newly released Hy3 are Opus 4.8 and Sonnet 4.6 level models at a tiny fraction of the cost.

I'm on the $200 claude plan and blew through my weekly limits with Fable in a day, then ended up wasting $20 with opus 4.8 overages in an hour to finish out work in active sessions. Since then I've been using GLM 5.2 with openrouter + opencode and am spending less than $5/day for equivalent output.

It's looking like Anthropic is realizing that they're about to get squeezed so they need to juice revenue for their IPO before it becomes obvious to everyone else.

Open models like GLM 5.2 are getting good enough to handle 90% of tasks, and will eat most of their usage unless they start serving it at cost. And on the 1% work they fearmongered their way into falling under government control, which will limit how much they can commercialize the frontier.

Nobody will keep paying their premiums and put up with their BS when they can have similar models at cost of inference in any harness that they want.

I mostly use claude code on mobile and desktop with remote sessions and do most of my coding on the go now.

I have been tempted to distill something like GLM 5.2 into a smaller html + css only model for super fast interactive UI editing, because right now it's really annoying to do with large slow models. I'm sure it would be doable to do the same for individual language / frameworks, including potentially doing a final few steps on your own code base with some LoRAs that could be kept up to date to avoid having the model have to explore the code base each time.

Doing UI work with composer 2.5 and live reload is a way different experience than slogging through it with opus 4.8