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

Could the (not so perfect but technically simple) solution be to transform the style of content under each tag to the correct expected style for the tag, via a smaller or purpose-built LLM, before the data stream is fed into the main LLM? Perhaps the two LLMs can be co-trained to keep the overall quality of the output stable while role confusion is minimized.


Will there be refund?


refund for the tokens you already spent via the API or the $200 max that didnt really change?


Refund for the subscription I started after the announcement of Fable.


exactly


Already got my refund, at least that was quick.


Got a refund for the full $200 subscription


You sound bitter. May be you don't realize that.


To be fair, the author does mention the huge difference between Gemma 3 and Gemma 4 on Tau function calling benchmark.


Very interesting. How does this approach work for complex agentic workflows where the LLM is expected to orchestrate across multiple tools (such as when using MCP)? Or is this mainly for simple cases like the ones presented in the blog post?


+1 thanks for mentioning MCP!

re: different tools (apis vs mcps). in my mind, there should be no real difference at what kind of tools is called at this moment since I model this as a softmax over a label set of tools.

that said, an idea I want to investigate is whether tools can live in a learned embedding space, where selection isn’t a softmax over discrete labels but a nearest-neighbor or attention mechanism over continuous vectors.

this is the intuition I'm developing as we speak and in some of my other comments on this thread (see differentiable state machine comment).


The work described appears as if it would handle a complex set of multiple tools just fine, but you do train the controller on a specific tool set, so you would presumably need to train (or at least something like "fine tune") a controller for each toolset you wanted to use.


for sure, there's a way here where I think we ought to be able to learn multiple tool calls and prompts together with real world data. investigating that next.


Dwarkesh*


The current CEO is Sridhar Ramaswamy


Yes (since February), although according to the article the infection happened in October 2023 during Slootman's tenure.


Interesting. Is there a source for this claim?


Yes, plenty. This one has the tone of The Onion.

"Professor Vitaly Melnikov, 77, who had headed the Department of Rocket and Space Systems at RSC Energia, Moscow's leading spacecraft manufacturer, had been battling a sudden and grave illness before his death. The source of his poisoning was inedible mushrooms, Moskovsky Komsomolets, a Moscow newspaper reported."


What does this mean for those holding CA municipal bonds and bond funds?


Nothing at all.


chessprogramming.org is a treasure trove of knowledge on building chess engines. With its help, I wrote one in C++ a few years ago that got quite good (2100+ rating on FICS but that's nowhere close to the likes of Stockfish). In fact, writing a reasonably strong chess engine is straightforward (and incredibly fun) but at the top end of strength, there's immense depth, and after a point making improvements gets increasingly resource intensive (tuning params, running experiments to verify strength gain all takes a lot of compute).

Chess programming is also extremely addictive. On forums like talkchess.com, you see folks hanging out who have been doing it for decades (most of them are also super helpful to newbies).


> running experiments to verify strength gain all takes a lot of compute

Fun fact, in my master thesis I proved that quantum computers can verify this using quadratically fewer iterations than on a classical computer. That is, if it takes a classical computer c*n iterations to say with 99% certainty that agent A is stronger than agent B, a quantum computer can do it in d*sqrt(n) iterations, where c and d are agent-independent constants (obviously n is not agent-independent as two closely matched agents are harder to distinguish than a steamroll).

The number of qubits needed put this into the far future of quantum computing, but it's neat nonetheless.


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

Search: