MyGOV Restores AI Chat With Agentic Record Access

SoyaCincau reported on August 12 that Malaysia's MyGOV app had restored its AI chat feature with agentic capabilities that can retrieve selected personal government records after user consent. Its tests returned summons, passport, travel-status and unclaimed-money records, but also produced wrong answers about the 10-year passport and Negeri Sembilan's Menteri Besar. The Star reported the enhancement on August 8.
SoyaCincau reported on August 12 that Malaysia's MyGOV application had restored its AI chat feature with agentic capabilities that can retrieve selected personal government records. The return follows the shutdown of an earlier chatbot version in August 2025 after it produced inaccurate answers. In current testing, the outlet successfully retrieved JPJ and PDRM summons records, passport expiry status, travel-status information, and unclaimed-money records after granting permission to use an identification number for the relevant checks.
The Star reported on August 8 that Digital Minister Gobind Singh Deo described the agentic AI enhancement as part of an effort to make online government services easier to use and consolidate access through MyGOV. SoyaCincau, citing Bernama and the Digital Ministry, reported that the capability entered beta testing in early August and is intended to understand context, plan actions, and assist users across multiple digital services.
From chat answers to authenticated actions
The updated workflow differs from a general-purpose question-answering chatbot because it can query government records linked to an identified user. SoyaCincau reported that MyGOV asks for consent before conducting checks with an identification number and says the information is used only for the requested checks and is not stored by the application.
In the outlet's tests, a Malay-language request to check JPJ summonses returned a record directly in the conversation, and a follow-up request triggered a PDRM check. Passport queries returned status and expiry information, while another response displayed travel-status information. The chat also surfaced unclaimed-money records with the organization, year, and amount.
That makes identity verification, permission scoping, audit trails, and reliable service integration central engineering concerns. When an AI interface invokes authenticated government services, its outputs are no longer merely informational.
Record retrieval worked, but open-ended answers still failed
SoyaCincau's current testing found that MyGOV could retrieve structured records while still giving wrong or incomplete answers to basic questions. Asked about renewal fees for Malaysia's new 10-year passport, the chatbot said passports were valid only for five years and returned the older fee structure. It could not provide the specific Competent Driving Licence renewal fee. When asked about recent Negeri Sembilan election results, it named the wrong current Menteri Besar, according to the outlet.
The app labels AI Chat as a beta release and warns users that it may make mistakes and that answers should be verified against official sources. That warning is material because the earlier MyGOV Beta AI Chat was disabled in August 2025 after errors that included misidentifying Communications Minister Fahmi Fadzil and Digital Ministry Secretary General Fabian Bigar, SoyaCincau reported.
For ML and public-service platform teams, the contrast separates two reliability problems. Tool-mediated responses can be grounded in authoritative systems of record, while open-ended answers require their own retrieval, validation, freshness, and abstention controls. Public-facing government agents face a particularly high trust threshold because users may reasonably treat the interface as an official source.
Key Points
- 1MyGOV's updated chat can retrieve selected records for an identified user after consent, extending the interface beyond general informational answers.
- 2SoyaCincau's tests returned summons, passport, travel-status and unclaimed-money records, but the chat gave wrong answers about the 10-year passport and current state leadership.
- 3Public-sector agents need separate controls for identity and tool access, authoritative data integration, response freshness, validation, and abstention.
Scoring Rationale
This is a notable public-sector deployment of an agentic interface connected to government records. It is relevant to practitioners building high-trust AI systems because reported answer-quality issues persist alongside successful authenticated tool use, though the deployment is geographically bounded and remains in beta.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

