ToolGrad Changes How Malaysian SMEs Build Reliable AI

ToolGrad Changes How Malaysian SMEs Build Reliable AI — featured image

by

Why ToolGrad Matters When Your Business Depends on AI

Many Malaysian SMEs are experimenting with AI for customer enquiries, appointment booking, stock checks, document processing and internal reporting. The biggest challenge is not getting an AI model to produce a fluent answer. It is getting the model to take the correct action, in the correct order, using the correct business system.

That is why Google Research’s new ToolGrad framework deserves attention. ToolGrad is designed to generate reliable training data for AI systems that use external tools, such as APIs, databases and software platforms. According to the source report, the framework achieved a 99.8% pass rate in one ToolBench evaluation, compared with 63.8% for a conventional approach.

You may not be training a large language model yourself. However, the underlying lesson is directly relevant: AI automation should be tested against verified workflows, not judged only by how convincing its text sounds.

What Happened

Researchers from Google, the University of Tokyo, RIKEN AIP and Tohoku University introduced ToolGrad as a new way to create data for tool-using AI. The work is available with Apache-2.0 code, a ToolGrad-500 dataset, models in 1B, 4B and 12B sizes, and a Python package, according to the published report.

Older systems generally begin with a user query. They then ask an AI system to search for a sequence of API calls that might solve the request. This query-first process can waste effort when the search reaches a dead end. ToolGrad reverses the process: it first creates and verifies a successful chain of tool calls, then writes a user query that matches the completed chain.

The framework uses four modules. An API Proposer suggests possible tools, API Executors run them, an API Selector chooses the best result, and an LLM Updater adjusts the query and response to match the evolving workflow. The process repeats until it produces a sample containing a user request, a verified tool workflow and a final answer, as described in the source article.

In testing on the ToolBench database, which contains more than 16,000 real-world APIs, ToolGrad raised the reported pass rate from 63.8% to 99.8%. Ground-truth tool uses per sample increased from 2.1 to 3.4, while tool-use steps fell from 34.3 to 20.0. LLM invocations changed slightly, from 64.5 to 63.9 per sample. These figures are reported in the source coverage.

Why This Matters for Malaysian SMEs

For your business, an AI assistant may need to perform several connected actions. A customer could ask whether an item is available, request delivery to Johor Bahru, and ask for an invoice. A reliable assistant would need to check inventory, calculate delivery details, create or retrieve the customer record, and prepare the correct document. A system that merely writes a confident reply without completing those actions can create operational problems.

ToolGrad’s answer-first principle provides a useful design rule: verify the workflow before presenting it to the customer. Before deploying an AI receptionist, sales assistant or administrative agent, your team should define which systems it can access, what successful completion looks like, and what evidence must be recorded after each action.

Consider a Malaysian wholesaler managing enquiries through WhatsApp, orders in an accounting platform and stock in a separate inventory system. Instead of asking an AI model to invent a response and hope that the connected tools work, you can test verified scenarios first. For example, the system should successfully identify a product, confirm current stock, apply the right customer category, create a draft order and request human approval before final submission.

The same approach applies to service businesses. A clinic, tuition centre, repair company or cleaning provider can verify appointment availability before allowing an AI assistant to offer a time slot. For businesses serving customers in multiple languages, the message can be generated in Bahasa Malaysia, English or Mandarin only after the underlying booking or enquiry workflow has succeeded.

ToolGrad lesson Practical SME action
Verify the tool chain first Test the complete workflow in a safe environment before customer use.
Use explicit execution results Require logs, order numbers or status confirmations for important actions.
Reduce failed exploration Limit an AI agent to approved tools and clearly defined business tasks.
Train with realistic examples Build test cases from your actual products, services and customer questions.

The Bigger Picture

ToolGrad also shows why smaller, focused models may become more useful for business automation. The researchers created a 500-sample ToolGrad-500 dataset using Gemini 2.5 Flash-Lite, then fine-tuned Gemma-3 models at 1B, 4B and 12B sizes. On the Berkeley Function Calling Leaderboard, the ToolGrad-12B model reportedly scored 83.1, close to Gemini 2.5 Pro at 83.2 and above the reported scores for Claude 4.5 Opus at 82.8 and GPT-5 at 74.4 at the time of publication. These results are stated in the source article.

The evaluation used tools different from those in the training data, making it an out-of-distribution test according to the report. The 12B model also outperformed the Gemini 2.5 Flash-Lite model that generated its training data, based on the same source.

For you, the important point is not to compare model names blindly. A smaller model trained or configured around your processes may be more useful than a larger general-purpose model that does not understand your approval rules, customer categories or Malaysian operating context. Reliable automation depends on workflow quality, permissions, testing and monitoring as much as model capability.

“Verify the action chain first, then generate the customer-facing answer.” This is the practical lesson Malaysian SMEs can take from ToolGrad’s answer-first design.

How You Can Apply the Idea

Start with one repetitive process rather than attempting to automate your entire business. Choose a workflow where the inputs and successful outputs are easy to define, such as checking stock, preparing a quotation draft, routing a support ticket or confirming an appointment request.

Document every tool the process needs. Identify which system provides the source of truth, what information the AI may read, and which actions require approval. Create successful and unsuccessful test cases using real business situations, while removing unnecessary personal data.

Next, run the workflow in a controlled environment. Do not accept a generated answer as proof that the process worked. Confirm that the inventory result came from the correct record, that the quotation uses the approved terms, or that the appointment was actually reserved. Keep a log that your team can review.

Finally, add a clear handover rule. If a tool fails, information is missing or the request falls outside the approved workflow, the AI should stop and send the case to a person. This is especially important for payment-related requests, sensitive customer information, refunds, employment matters and unusual orders.

What to Watch Next

ToolGrad’s code, dataset and models make the research more accessible for developers and automation specialists, according to the source report. Its reproduction scripts target Berkeley Function Calling Leaderboard versions V1 and V2, use vLLM Docker inference and were verified on one NVIDIA A100 40GB, as reported in the same source.

As AI agents become more common in SME software, you should ask vendors practical questions: Which actions can the assistant perform? How are failed tool calls handled? Can your team review execution logs? Can permissions be limited by staff role? Is human approval required before an external message, order or record change is completed?

The future of useful business AI will not be determined only by fluent writing. It will depend on whether the system can follow your process consistently, show what it did and stop safely when it cannot complete a task. ToolGrad offers a strong research example of that direction—and a practical reminder for you to build automation around verified actions, not impressive replies alone.

Ready to Streamline Your Operations?

Technology moves fast. Your operations should keep up. AutoRunBiz builds AI systems that run your daily workflows — from WhatsApp order capture to accounting. Book a free 15-min ops audit →