I take some issue with that testing methodology. It seems to me that you're conflating the model's performance with the reliability of whatever provider you're using to run the benchmark. Many models, especially open…
Kimi K2.6 also released today. I think it's fair to compare the two models. Qwen appears to be much more expensive: - Qwen: $1.3 in / $7.8 out - Kimi: $0.95 in / $4 out -- The announcement posts only share two…
I'll piggyback on this to highlight Refactoring UI as well. It's an ebook by Adam and Steve, though I'm not sure if it's technically part of Tailwind Labs or not. This book taught me so much about modern UI design. If…
It's always up to the reader to determine which biases they themself care about. If you're wondering at what point "we" as a collective will stop caring about a bias or set of biases, I don't think such a time exists.…
I’d argue the goalposts have moved substantially over the past decade. The LLMs we casually use in ChatGPT today would have been described as AGI by many people 15, 10, maybe even 5 years ago.
This is not what the article says at all. The article is about the constraints of computation, scaling of current inference architecture, and economics. It is completely unrelated to your claim that cognition is…
I tend to agree. Cloudflare and Vercel were able to mitigate in the form of WAF rules, but it's not immediately clear what a user or vendor can do to implement mitigations themselves other than updating their…
FWIW it looks like OpenRouter's two providers for this model (one of whom being Deepseek itself) are only running the model around 28tps at the moment. https://openrouter.ai/deepseek/deepseek-v3.2 This only bolsters…
Thanks for the thoughtful reply. Best of luck!
After reading the post I kept thinking about two other pieces, and only later realized it was Taylor who had submitted it. His most recent essay [0] actually led me to the Commoncog piece “Are You Playing to Play, or…
Stripe billing definitely leaves something to be desired and agree that a layer on top can improve the DX tremendously. What differentiates you from competitors like Lago and Autumn?
If they are serious they should realize that "80% accuracy" is almost meaningless for this kind of classifier. They should publish a confusion matrix if they haven't already.
I haven’t tried it myself, but if you’re asking specifically about the human models, the article says they’re not generating raw meshes from scratch. They extract the skeleton, shape, and pose from the input and feed…
Aha! Now I see I'm talking to the expert on the topic ;) Thanks for the link. I'll check this out.
Doable for http and https, but if you're running it in a browser environment, you'll eventually run into issues with CORS and other protocols. To get around this you need a proxy server running elsewhere that exposes…
Very cool! I'm curious as to how it compares with WASIX in terms of both compatibility and performance. Also tangentially related: I'd love to see a performant build of Node.js compatible with this runtime (or really…
The designer obviously knows a thing or two. I enjoyed the fun presentation that others seem to dislike. Where I ran into trouble was the readability of the annotations on the visuals. The tiny font combined with the…
I’ve got a random subdomain hosting a little internal tool. About twice a year, Google Safe Browsing decides it’s phishing and flags it. Sometimes they flag the whole domain for good measure. Search Console always…
I suspect you haven't tried a modern mid-to-large-LLM & Agent pair for writing code. They're quite capable, even if not suited for all tasks.
Living life on the edge, huh? Sometimes I notice myself go a bit too long without a commit and get nervous. Even if I'm in a deep flow state, I'd rather `commit -m "wip"` than have to rely on a system not built for…
Very cool. I've spent quite some time working on compiling Nodejs for WASIX. Not an easy task. Would love to see this open sourced at some point.
The results look much much better now. Great job.
Yes certainly! I've dealt with large datasets like this in the past and know firsthand how challenging it can be to wrangle them. Something like this would be a great fit for my travel planner app if I knew I could…
I assume that payments from purchases come from you guys, rather than me needing to create and manage an affiliate account with each individual vendor? You say that commissions average 5%, but what is the variability…
If you can move your access check to the DB layer, you skip a lot of this trouble. Index your ACLs, index your users, index your docs. Your database can handle it.
I take some issue with that testing methodology. It seems to me that you're conflating the model's performance with the reliability of whatever provider you're using to run the benchmark. Many models, especially open…
Kimi K2.6 also released today. I think it's fair to compare the two models. Qwen appears to be much more expensive: - Qwen: $1.3 in / $7.8 out - Kimi: $0.95 in / $4 out -- The announcement posts only share two…
I'll piggyback on this to highlight Refactoring UI as well. It's an ebook by Adam and Steve, though I'm not sure if it's technically part of Tailwind Labs or not. This book taught me so much about modern UI design. If…
It's always up to the reader to determine which biases they themself care about. If you're wondering at what point "we" as a collective will stop caring about a bias or set of biases, I don't think such a time exists.…
I’d argue the goalposts have moved substantially over the past decade. The LLMs we casually use in ChatGPT today would have been described as AGI by many people 15, 10, maybe even 5 years ago.
This is not what the article says at all. The article is about the constraints of computation, scaling of current inference architecture, and economics. It is completely unrelated to your claim that cognition is…
I tend to agree. Cloudflare and Vercel were able to mitigate in the form of WAF rules, but it's not immediately clear what a user or vendor can do to implement mitigations themselves other than updating their…
FWIW it looks like OpenRouter's two providers for this model (one of whom being Deepseek itself) are only running the model around 28tps at the moment. https://openrouter.ai/deepseek/deepseek-v3.2 This only bolsters…
Thanks for the thoughtful reply. Best of luck!
After reading the post I kept thinking about two other pieces, and only later realized it was Taylor who had submitted it. His most recent essay [0] actually led me to the Commoncog piece “Are You Playing to Play, or…
Stripe billing definitely leaves something to be desired and agree that a layer on top can improve the DX tremendously. What differentiates you from competitors like Lago and Autumn?
If they are serious they should realize that "80% accuracy" is almost meaningless for this kind of classifier. They should publish a confusion matrix if they haven't already.
I haven’t tried it myself, but if you’re asking specifically about the human models, the article says they’re not generating raw meshes from scratch. They extract the skeleton, shape, and pose from the input and feed…
Aha! Now I see I'm talking to the expert on the topic ;) Thanks for the link. I'll check this out.
Doable for http and https, but if you're running it in a browser environment, you'll eventually run into issues with CORS and other protocols. To get around this you need a proxy server running elsewhere that exposes…
Very cool! I'm curious as to how it compares with WASIX in terms of both compatibility and performance. Also tangentially related: I'd love to see a performant build of Node.js compatible with this runtime (or really…
The designer obviously knows a thing or two. I enjoyed the fun presentation that others seem to dislike. Where I ran into trouble was the readability of the annotations on the visuals. The tiny font combined with the…
I’ve got a random subdomain hosting a little internal tool. About twice a year, Google Safe Browsing decides it’s phishing and flags it. Sometimes they flag the whole domain for good measure. Search Console always…
I suspect you haven't tried a modern mid-to-large-LLM & Agent pair for writing code. They're quite capable, even if not suited for all tasks.
Living life on the edge, huh? Sometimes I notice myself go a bit too long without a commit and get nervous. Even if I'm in a deep flow state, I'd rather `commit -m "wip"` than have to rely on a system not built for…
Very cool. I've spent quite some time working on compiling Nodejs for WASIX. Not an easy task. Would love to see this open sourced at some point.
The results look much much better now. Great job.
Yes certainly! I've dealt with large datasets like this in the past and know firsthand how challenging it can be to wrangle them. Something like this would be a great fit for my travel planner app if I knew I could…
I assume that payments from purchases come from you guys, rather than me needing to create and manage an affiliate account with each individual vendor? You say that commissions average 5%, but what is the variability…
If you can move your access check to the DB layer, you skip a lot of this trouble. Index your ACLs, index your users, index your docs. Your database can handle it.