HackerLangs
トップ新着トレンドコメント過去質問紹介求人

armcat

893 カルマ登録 5 年前
I build sh*t.

https://x.com/acatovicx

投稿

OpenAI to open office in Stockholm (Swedish)

efn.se
4 ポイント·投稿者 armcat·23 日前·0 コメント

Google AI Instruments (Magenta RealTime 2)

magenta.withgoogle.com
3 ポイント·投稿者 armcat·先月·0 コメント

Cosmos 3: Omnimodal World Models for Physical AI

research.nvidia.com
4 ポイント·投稿者 armcat·先月·0 コメント

Ask HN: What do we mean by compute scarcity?

1 ポイント·投稿者 armcat·2 か月前·2 コメント

Show HN: Simple Sprite Sheet Generation

github.com
3 ポイント·投稿者 armcat·2 か月前·0 コメント

We should federally tax Tokens at the Provider level

twitter.com
4 ポイント·投稿者 armcat·2 か月前·2 コメント

Articraft: An Agentic System for Scalable Articulated 3D Asset Generation

articraft3d.github.io
6 ポイント·投稿者 armcat·2 か月前·0 コメント

ZAYA1-8B: Frontier intelligence density, trained on AMD

zyphra.com
3 ポイント·投稿者 armcat·2 か月前·0 コメント

Building agents that reach production systems with MCP

claude.com
4 ポイント·投稿者 armcat·3 か月前·0 コメント

Andon Cafe – A cafe in Stockholm run by AI

andon.cafe
2 ポイント·投稿者 armcat·3 か月前·0 コメント

AI Agent Traps (DeepMind)

papers.ssrn.com
1 ポイント·投稿者 armcat·3 か月前·0 コメント

Ask HN: In the AI world what does "great" look like?

3 ポイント·投稿者 armcat·3 か月前·1 コメント

Qwen3.6-35B-A3B draws a better pelican than Opus 4.7

twitter.com
5 ポイント·投稿者 armcat·3 か月前·0 コメント

ChatGPT for Excel

chatgpt.com
341 ポイント·投稿者 armcat·3 か月前·198 コメント

Language models transmit behavioural traits through hidden signals in data

nature.com
4 ポイント·投稿者 armcat·3 か月前·2 コメント

The AI Layoff Trap

arxiv.org
62 ポイント·投稿者 armcat·3 か月前·104 コメント

Claude for Word in Now in Beta

twitter.com
6 ポイント·投稿者 armcat·3 か月前·3 コメント

[untitled]

1 ポイント·投稿者 armcat·3 か月前·0 コメント

Show HN: The Economics of Builder Saturation in Digital Markets

1 ポイント·投稿者 armcat·4 か月前·0 コメント

AI Efficiency Courses

github.com
1 ポイント·投稿者 armcat·4 か月前·0 コメント

コメント

armcat
·一昨日·議論
This looks great, will try it out. I had a crazy idea of doing a full agentic demo video narration and cutting, so might try your tool with some tweaks.
armcat
·3 日前·議論
TTS has come incredible long way, there are so many options. There is Kokoro of course, then there is Pocket TTS which is also a tiny 100M model that allows voice cloning. There is also Chatterbox Turbo, which is bit bigger but also allows for more emotional control of the voice. And then finally there is the Fish Audio S2, which is even bigger but allows even larger and essentially unbounded finegrained control of tone and emotion. And all of these can easily run on your Macbook.
armcat
·10 日前·議論
Does anyone know if this happens in the Claude desktop app?
armcat
·12 日前·議論
I find it astounding that ppl still comment “it’s still behind” or “it’s not the best model”. Everything is about the harness. Even the big AI labs are focusing on managing agents - sandboxes, memory, context, skills, loops. With the right harness GLM 5.2 can do no wrong.
armcat
·18 日前·議論
I have the opposite experience with this, and I personally also default to simplest solutions at least as a baseline. However it’s important to distinguish between simple solutions that approximate the problem very well, to simple solutions that work in limited context or with heavy sacrifice in assumptions because those will hurt you in the long run.
armcat
·19 日前·議論
I mean it's always nice to play around with sLLM finetuning, but for practical purposes I would always start with a lazy learner using embeddings (something like a small Stella model), pre-embed the topics/categories, embed the question, perform a kNN using cosine distance. You can use an LLM to "expand" the topics before embedding to make them more contextual. This is usually super fast and super simple and gives you a nice baseline. Then I would add a classification head after embedding layer (with maybe some dropout + 2-3 MLP layers) and train my own classifier, and compare that to lazy learner. Only after that would I start finetuning an LLM.
armcat
·23 日前·議論
That movie has aged incredibly well!
armcat
·23 日前·議論
Neko Health has been doing this now for a few years. What I heard is that ultimately it doesn’t solve much (other than them privately collecting all your data) because there are lot of false positives and these false positives are deferred to the general healthcare system, which is a major bottleneck.
armcat
·23 日前·議論
Can this be used for ML/AI projects as well? I'm thinking for version controlling LoRa finetunes, finetuning data (which can consist of text, images and audio), safetensors, etc?
armcat
·24 日前·議論
As an amateur watercolour artist (shameless plug: https://www.instagram.com/p/DBlKG5cMPxa) I have to say the feeling your made with this wash is gorgeous. Back in the analogue world - paper grain and type/brand has a lot to do with it. Watercolour is really about unpredictability - it's about taking advantage of this unpredictability in terms of how the water travels down the grain and the impact that it makes, combined with light/shadow and "confidence" the artist brings with the brush. So of course it's never going to be truly transferrable digitally, but I still love the work you put into this.
armcat
·24 日前·議論
I keep seeing these "sovereign" LMs time and time again. In Sweden we had GPT-SW3 (https://www.ai.se/en/project/gpt-sw3) and same story there. Instead of burning money on "sovereign" claims, national research labs should instead focus on building on top of solid baselines (like Qwen/Kimi) and finetuning frontier models with real agentic utility that can be applied across actual use cases and can be widely used by its people, basically for free. Nations should mirror what Cursor has done with Composer 2.5 for example.
armcat
·先月·議論
This looks beautiful and I'm sorry the current state of affairs has made you not want to publish the code, I would love to play around with it. Regarding your decision to build - I feel you, I've had the same happen to me for everything from charting libs to various web components.

As an aside, I really like your web page - simple and clean with images and demos, no bloat.
armcat
·先月·議論
How quickly they get new models supported on the API and it just works, is insane!
armcat
·2 か月前·議論
This person did a great comparison against Qwen models, and despite them having 8x less active params, they outperform the Cohere model in every category: https://x.com/DJLougen/status/2057196012918149368?s=20
armcat
·2 か月前·議論
What an awesome story. Not too many stories about Aussies out there, but what Han brothers are doing with Unsloth in AI, and stories like this one, makes this fellow Aussie super proud!
armcat
·2 か月前·議論
Interesting concept! A suggestion: `whichllm <USE_CASE>` would be more beneficial, i.e. `which coding` or `which text-to-video`.
armcat
·2 か月前·議論
Sun Solaris PPC (CDE) takes me back. I've built plenty of 3G/WCDMA telephony code on that thing. It never let me down.
armcat
·3 か月前·議論
Any particular reason for BM25? Why not just a table of contents or index structure (json, md, whatever) that is updated automatically and fed in context at query time? I know bag of words is great for speed but even at 1000s of documents, the index can be quite cheap and will maximise precision
armcat
·3 か月前·議論
Is it OpenAI Cowork?
armcat
·3 か月前·議論
As someone who's been working in legaltech space where MS Word add-in chatbot was a killer feature, this is brutal. And in their demo they are hammering on the legal case (redline chat).