{"slug": "ask-hn-how-realistic-is-a-modern-day-era-nlu", "title": "Ask HN: How realistic is a modern-day era NLU", "summary": "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.", "body_md": "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).\n\nLets say I like using LLMs for quality/complex tool-calling to e.g. solve bugs, or just be a more sophisticated researcher.\n\nBut 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?\n\nIt wouldn't be more than just\n\n``` rust USER: cargo build fails with: error[E0382]: borrow of moved value: `foo`\n\nCONTEXT: foo: Vec\n\nAVAILABLE TOOLS: - read_file(path) - ripgrep(pattern) - rustc_explain(code) - run_tests(...)\n\nASSISTANT: rustc_explain {\"code\":\"E0382\"}\n\nTOOL: Use of moved value...\n\nASSISTANT: grep {\"pattern\":\"foo\"} ```\n\nI 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-loading 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.\n\nPlease 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.\n\nComments URL: [https://news.ycombinator.com/item?id=49655550](https://news.ycombinator.com/item?id=49655550)\n\nPoints: 1\n\n# Comments: 0", "url": "https://wpnews.pro/news/ask-hn-how-realistic-is-a-modern-day-era-nlu", "canonical_source": "https://news.ycombinator.com/item?id=49655550", "published_at": "2026-09-11 09:21:33+00:00", "updated_at": "2026-09-11 09:31:44.236303+00:00", "lang": "en", "topics": ["natural-language-processing", "large-language-models", "ai-agents", "ai-tools", "ai-research"], "entities": ["Hacker News", "Rust", "E0382"], "alternates": {"html": "https://wpnews.pro/news/ask-hn-how-realistic-is-a-modern-day-era-nlu", "markdown": "https://wpnews.pro/news/ask-hn-how-realistic-is-a-modern-day-era-nlu.md", "text": "https://wpnews.pro/news/ask-hn-how-realistic-is-a-modern-day-era-nlu.txt", "jsonld": "https://wpnews.pro/news/ask-hn-how-realistic-is-a-modern-day-era-nlu.jsonld"}}