cd /news/natural-language-processing/ask-hn-how-realistic-is-a-modern-day… · home topics natural-language-processing article
[ARTICLE · art-126708] src=news.ycombinator.com ↗ pub= topic=natural-language-processing verified=true sentiment=· neutral

Ask HN: How realistic is a modern-day era NLU

A Hacker News user asked how realistic a modern-day natural language understanding (NLU) system would be for tool-calling tasks, proposing a targeted 1B to 3B parameter model that handles tool selection without code generation. The user described a workflow in which an assistant responds to a Rust compiler error (E0382: borrow of moved value) by invoking tools such as rustc_explain, read_file, ripgrep, and run_tests, and theorized that removing code-writing capability would cut model size and latency. The post, submitted to Ask HN, had 1 point and 0 comments at the time of the article.

by read1 min views1 publishedSep 11, 2026

I'm looking for people who are a bit more familiar with neural networks than me (I follow kaparthy's tutorial once, that's about it).

Lets say I like using LLMs for quality/complex tool-calling to e.g. solve bugs, or just be a more sophisticated researcher.

But I don't need it to write code for me. What would this look like? Would it just be a fancy NLU? Could you get a 3B tool that's targeted towards tool-calling? or maybe a 1B?

It wouldn't be more than just

``` rust USER: cargo build fails with: error[E0382]: borrow of moved value: foo

CONTEXT: foo: Vec

AVAILABLE TOOLS: - read_file(path) - ripgrep(pattern) - rustc_explain(code) - run_tests(...)

ASSISTANT: rustc_explain {"code":"E0382"}

TOOL: Use of moved value...

ASSISTANT: grep {"pattern":"foo"} ```

I have a theory that scraping off the "code-writing" part would eat up a lot of time and size. I really don't care that it writes code for me, it's the best way to stay in the loop anyway, so off- this to a model is pretty useless for me. You could even test this against multiple tools. Maybe you could even use a frontier model to dig through earlier sessions and autoresearch better ways to improve this model.

Please let me know if something like this has been done before, and what the possibilities are today. I would love to dig deeper into this if there's a slight chance this is possible.

Comments URL: https://news.ycombinator.com/item?id=49655550

Points: 1

── more in #natural-language-processing 4 stories · sorted by recency
── more on @hacker news 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ask-hn-how-realistic…] indexed:0 read:1min 2026-09-11 ·