Urgent.News

What's breaking now, across thousands of outlets.

Tech

Flash Onyx 2.2 Is Out, and It Finally Finishes the Job

Flash Onyx 2.2 is live on Ollama. It's the model behind FLASH CLI , my local terminal agent, and it took longer than I planned because 2.1 kept being almost right. ollama pull Natuworkguy/flash-onyx-2.2:12b Two sizes, same as before. 12b runs on normal consumer hardware. 31b is the flagship and wants a real GPU. ollama pull Natuworkguy/flash-onyx-2.2:12b ollama pull Natuworkguy/flash-onyx-2.2:31b…

Flash Onyx 2.2, the model behind FLASH CLI, has been released on Ollama. The upgrade from 2.1 aimed to improve the model's accuracy and functionality. There are two sizes available, both running on regular consumer hardware – 12b and the flagship 31b, which requires a real GPU. To use Flash Onyx 2.2, pull it with the command "ollama pull Natuworkguy/flash-onyx-2.2:12b" and "ollama pull Natuworkguy/flash-onyx-2.2:31b". Set the environment variable "MODEL=flash-onyx-2.2:12b".

Several key changes were introduced in 2.2. First, the model now reads the request and satisfies each part, providing answers at the appropriate level. For example, "Running is the floor, not the finish" gets a yes, while "What actually changed" gets a detailed explanation. It also stops confusing questions with instructions and offers appropriate responses, such as splitting a file or choosing a stack.

2.2 has improved the Manim library by building with VGroup and .arrange() instead of hand-coded .move_to() coordinates, computing geometry from real points, and assigning deliberate run_time and rate_func to beats. This prevents hallucinations and ensures a better user experience. The model also bans certain file names like "untitled", "output", "script", and "v2" to maintain consistency.

Another significant improvement is in handling contracts and documents. 2.2 reads the entire document, reviews it from different sides, and ranks findings accordingly. It also identifies missing elements and provides clear recommendations, making it more useful for users. The model now generates more comprehensive and accurate responses across various use cases, making it a more reliable tool for developers and users alike.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

How to Update MCP Tools When the Underlying API Changes

An MCP tool is only as reliable as the API contract behind it. If the underlying API changes, the tool can break even when the MCP server is still running.

  • API changes can break MCP tools even if server remains operational
  • Detect API modifications and categorize as compatible or breaking
  • Update MCP tools by revising schema, descriptions, and auth rules

Your Website Chatbot Is Talking to Nobody. The Dashboard Proves It

The first automation most Indian businesses buy is a chatbot for their website. It is also, almost always, the automation installed on the surface their customers visit least.

  • Many Indian businesses invest in website chatbots.
  • Chatbots often show few real conversations on dashboard.
  • Vendor-installed bots misalign with customer contact channels.

My first Firefox add-on was a manifest change

KH4 Companion is a small extension I built: it counts down to Kingdom Hearts IV, puts the days remaining on the toolbar badge, pulls series news and trailers from public feeds, carries a lore…

More from Sunday 30 August →