Hacker Newsnew | past | comments | ask | show | jobs | submit | rasmus1610's commentslogin

All discussions around Jev and its moat and whether it is new or not all focus on the architecture part, but what Diogo always states is that he thinks their secret sauce is in the data and the post training with RLCD … that is also why I think these clones using RLHF trained LLMs completely miss the point.

I feel strong Schmidhuber vibes here.

you miss the multiplexer part. multiplexers are awesome if you have them on a persistent machine like a server you SSH into. To me herdr feels more like a modern alternative to tmux or zellij with the agent features being a nice add on.


Isnt zellij quite modern? What does herdr do better than zellij?


As a zellij sponsor I’ve been wondering the same.

I rebuild herdr from master every few days to gauge the direction it’s moving in.

What herdr gets right over zellij:

- Default keybinds don’t conflict with helix. Even the leader key mode in zellij keeps alt-bindings around. Herdr keeps things nicely tucked away.

- There’s beta support for the kitty image protocol. Three years on, we’re still waiting in zellij.

- Notifications get passed correctly through to the terminal.

As for herdr’s killer feature, agent status monitoring, there is apparently a zellij plugin.

Big win for zellij: the docs and code feel human. By contrast, herdr’s docs have all the tells of a vibe coded project. Not to say the maintainer hasn’t put care into it! But I’m getting burned out on LLM docs.


I started to use tmux-claude-session-manager (https://github.com/craftzdog/tmux-claude-session-manager) in tmux, to have a pop-up to see all active sessions. I don't have many in parallel, so usually I don't even need, but if I'm lost or forgot one, it's really helpful.


what's the zellij plugin?


yes. At least they want to use it for that, I am not sure they already do.

(look under "multimodality" in the blog post: https://thinkingmachines.ai/news/introducing-inkling/)


some may argue for ghostty but yeah :)


As a radiologist I have found Claude and ChatGPT to be absolutely terrible at MRI and I would not trust it one bit. It has its merits if you need to research stuff that is more text based, but radiological images is just something that they cannot interpret good enough (yet)


AI makes up for its poor reporting by enhancing the images.

Current Siemens MR software ‘Deep Resolve’ makes up the signal (adding about 50%), then makes up every second pixel, and then, for 3D sequences, makes up every second slice. It’s locking about 59% of the time off each sequences. And it’s really really good. I’m an MR tech.


but those are two different things. Of course something like Deep Resolve is great, as are modern model based reconstruction algorithms for CTs, but here we are talking about LLMs and their ability to interpret medical images, which has nothing to do with what you said.


Sorry? You use AI to hallucinate medical images and that's good?


It is not really the same as LLMs. I wouldn't call it AI. And I wouldn't say "makes up". I work in this field and this is certainly based also in part on my research.


‘Makes up’ is inaccurate for sure. But it’s not strictly true to call it acquired data either.

After years of collecting artifacts and errors, I have more and more respect for the tool.

But it’s jarring. I open a sequence, decrease the acquired resolution, add the AI and get a scan that’s quicker and higher resolution.

It’s an amazing time to be an MR tech.


It is amazing. It is the result of two decades of research in image reconstruction algorithms. The machine learning is part of it, but that it is sold as "AI" has probably more to do with marketing.


I haven't seen it marketed as "AI" by GE, Siemens or Philips. They usually gesture at "deep learning" or "compressed sensing".

No radiologist is buying "AI" scanners. Radiologists are probably among the most jaded of an audience about the word "AI" due to decades of undelivered promises. AI is synonymous with "worthless trash" to them, not to mention everyone says "AI" is going to put them out of work. lol


It certainly has a lot of marketing behind it.

https://marketing.webassets.siemens-healthineers.com/2861d15...


Super-resolution is certainly distinct from hallucinating - it just rearranged data that was already there to make it easier for the human eye to see - but should be used with care. I can easily imagine that an upscaling algorithm makes it so a certain defect is clearly not present, when the source image is ambiguous (which the radiologist would have noticed), and in reality the defect is present.


I would definitely be wary using the more advanced super resolution schemes. It took some work preventing it from drawing faces everywhere.

MRI is already a form of compressed sensing, I would much prefer statistical forms of super resolution to ones based on training data. Even if it is only trained on MRIs it will see some noise and plausibly expand it into whatever disease fits.


It's just DLSS/Frame Generation for MRI's.


Most upscaling and super-resolution techniques I’ve seen use various implementations of interpolation; typically nearest-neighbor approaches. Although I don’t work in the medical field and haven’t checked in on the research at least since ViTs overtook CNNs for other areas of computer vision.


Sure but claude and ChatGPT are not Siemens 'Deep resolve'.


It's like people who expect ChatGPT to be really good at chess because chess engines with super-human performance have been around for decades, so obviously the latest frontier LLM that took billions to train should find the task trivial.

Actually, I'm curious what ChatGPT 5.5's ELO is- I wouldn't be too surprised if it's 2000+ just from its basic understanding of chess principles from all the content it has digested.


ChatGPT is completely unplayable at chess on its own. It's unable to keep track of the state of the chess position and therefore will make an illegal move within about 10-12 moves. I would put GPT-5.5's rating at 400, since it can't even make legal moves reliably.

I've tried to pay chess with GPT-5.5, even played it again tonight, allowing it to use `python-chess` to keep track of the state of the position and to get a list of legal moves at each turn, so that it was fair. I also gave it blindfold odds, again to make it a fair fight, but it was not even close. GPT still isn't better than maybe 1000 Elo, maybe 1200 tops. Even with what amounts to being able to see the position and also being unable to make an illegal move, GPT-5.5 hangs material left and right, doesn't make a plan, and got smoked even when I gave it blindfold odds, to the point it's boring for me to play even under those conditions. I'm not sure it's better than whatever the GPT model was that was out about 8 months ago. I also thought it might be somewhat better than a beginner due to reading chess books, but no, it's complete garbage at playing chess, not even average-level skill.


That is no one has bothered to finetune or RLVR GPT-5.5 on chess games. Even open-llama-3B can be finetuned to around 1700 Elo[1].

[1] https://arxiv.org/pdf/2501.17186


Interestingly LLMs are extremely bad at chess position _images_. I have to imagine if you give it positions in text it'd be pretty great but when I was learning chess and pasting images of positions in for analysis I couldn't believe how wrong it was. I actually thought it was looking at the board in reverse but even when pointing out problems it seemed completely incapable of understanding what it was missing (of course... it doesn't really "understand" anything).

LLMs truly are marvels with text but anything spatial seems to really mess it up, somehow.


> I have to imagine if you give it positions in text it'd be pretty great

Not at all? LLMs are a terrible match for the kind of analysis a chess engine does (scaled deep search, deeply trained position evaluations). It's just not that kind of tool.


I suppose that's also a good point!



It will be terrible for brain imaging. The ultrasound waves can’t go through the skull and thus can’t image the brain. Additionally you would have to drown the patient since you need a medium other than air between the ultrasound emitting probe and the body which is water in their device.

CT is more than sufficient for imaging the brain in a case of trauma and MRI is not automatically better than CT in every case.

(I am a neuroradiologist)


it is more like that the brain learns to use other regions or neurons to do the tasks of the dead brain cells. The brain cells that are dead due to ischemia are dead and will usually be collected by microglia and after some time there are defects in the brain where the ischemia was.


This is such an exciting direction :)

Jeremy Howard from fast.ai/answer.ai also works on similar stuff with solveit (https://solve.it.com) and ipyai (https://github.com/AnswerDotAI/ipyai)

I think it will be very interesting to see what this enables


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: