Popular on TelAve
- Still Using Ice? FrostSkin Reinvents Hydration
- OneVizion Announces Next Phase of Growth as Brad Kitchens Joins Board of Directors
- Inkdnylon Simplifies Digitizing and Vector Art Nationwide With Clear Pricing and Guided File Support
- Nest Finders Property Management Named #1 in Jacksonville and Ranked #99 Nationwide
- Market Value Enhancement From 2 Important New US Patents Issued for Strengthening Hair Enzyme Booster Technology to Caring Brands (NAS DAQ: CABR)
- Georgia's Lanier Islands Resort Tees Up for a New Era of Golf in Spring 2026
- Kaltra Expands Microchannel Innovation to Deliver Lower Refrigerant Charge
- Half of Finnish Online Gambling Expenditure Now Flows to Offshore Instant Casinos as License Applications Open March 1, 2026
- EPP Pricing Platform announces leadership transition to support long-term growth and continuity
- Openchannelflow Wins Web Excellence Award for Outstanding Digital Experience
Gigasoft Solves AI's Biggest Charting Code Problem: Hallucinated Property Names
TelAve News/10889283
ProEssentials v10 introduces pe_query.py, the only charting AI tool that validates code against the compiled DLL binary — eliminating the #1 source of errors in AI-generated chart code.
DALLAS - TelAve -- When developers ask AI assistants to write charting code, something predictable happens. The AI generates property names that do not exist. If the developer uses that code, it will not compile — and they are left searching through documentation to find the correct property path. For charting libraries with 1,000+ properties, this cycle of hallucinated names, compile errors, and manual correction is the single biggest time sink in AI-assisted development.
Gigasoft, Inc. has addressed this directly in ProEssentials v10 with pe_query.py, a Python-based AI assistance tool that works with Claude, ChatGPT, GitHub Copilot, Gemini, and local AI models. Unlike documentation-search approaches that reduce hallucination probabilistically, pe_query.py eliminates it deterministically by validating every property path against ground truth extracted from the compiled DLL binary.
The system gives any AI assistant on-demand access to 1,104 properties, 80 methods, 40 events, and 167 enumerations extracted directly from the ProEssentials assembly. Before the AI delivers code to the developer, it runs a validate command that checks each .NET property path against this authoritative source. Invalid paths receive correction suggestions pointing to the actual API element. The result: the developer receives code with every property path verified before they see it.
More on TelAve News
"Every other charting vendor tells developers to review AI-generated code for accuracy," said Robert Dede, founder and lead engineer at Gigasoft. "We decided to solve the problem instead of warning about it. The validate command makes hallucinated property names structurally impossible."
But validation is only part of the system. The pe_query.py tool provides AI assistants with on-demand access to the complete ProEssentials API with ground truth validation, 32 knowledge files covering architecture, patterns, and best practices, 116 working code examples in C# and C++, a 4 MB unified documentation JSON containing rich descriptions for every property, and an 800-synonym feature index that maps natural language queries to the API, examples, and documentation content. The pe_query.py tool ties all of these resources together — enabling the AI not only to write validated code, but to intelligently extrapolate complete solutions for scenarios that do not exist in any example.
"A customer emailed us with a Gantt charting question," said Dede. "I loaded their requirements into a Claude Opus 4.6 Extended conversation with our knowledge files. Claude built a full Gantt implementation using our GraphAnnotation and custom Y-axis features — code that does not exist in any of our 116 examples. It mostly worked on the first attempt. That is not autocomplete. That is an AI that understands the architecture well enough to invent new solutions."
Gigasoft recommends Claude Opus 4.6 Extended with the Projects feature for the best results. With ProEssentials knowledge files loaded, Claude can answer technical support questions and write validated charting code with accuracy approaching that of Gigasoft's own engineering support team.
More on TelAve News
The pe_query.py tool and its knowledge files are local assets included with the installation — no proprietary cloud service required. The system works with any AI assistant, and for air-gapped defense environments, classified programs, and organizations with strict data governance requirements, the entire workflow can run against local models with no external connectivity. An interactive API Explorer at https://gigasoft.com/api-explorer lets developers see the same query capabilities that power the AI assistance system.
The AI assistance system ships as part of ProEssentials v10.0.0.20, which also introduced expanded GPU compute shader rendering. ProEssentials constructs chart images entirely on the GPU using Direct3D compute shaders, rendering only when data changes. The engine handles 100 million data points in approximately 15 milliseconds using a zero-copy method that reads the developer's existing array without duplication.
ProEssentials covers WPF, WinForms, C++ MFC, Delphi VCL, and ActiveX from a single native engine. A full technical comparison evaluating ProEssentials against SciChart, LightningChart, Syncfusion, and DevExpress across GPU architecture, performance, AI assistance, pricing, and support is published at https://gigasoft.com/why-proessentials
The pe_query.py tool and AI assistance workflow are documented at https://gigasoft.com/ai-code-assistant
About Gigasoft, Inc.
Gigasoft, Inc., based in the Dallas-Fort Worth area, develops ProEssentials, a GPU-accelerated charting component library for WPF, WinForms, C++ MFC, Delphi VCL, and ActiveX. The library is used in medical, industrial, scientific, defense, and financial applications worldwide. Technical support is provided directly by the engineering team. Founded 1993.
Contact: Robert Dede, Gigasoft, Inc. | gigasoft.com
Gigasoft, Inc. has addressed this directly in ProEssentials v10 with pe_query.py, a Python-based AI assistance tool that works with Claude, ChatGPT, GitHub Copilot, Gemini, and local AI models. Unlike documentation-search approaches that reduce hallucination probabilistically, pe_query.py eliminates it deterministically by validating every property path against ground truth extracted from the compiled DLL binary.
The system gives any AI assistant on-demand access to 1,104 properties, 80 methods, 40 events, and 167 enumerations extracted directly from the ProEssentials assembly. Before the AI delivers code to the developer, it runs a validate command that checks each .NET property path against this authoritative source. Invalid paths receive correction suggestions pointing to the actual API element. The result: the developer receives code with every property path verified before they see it.
More on TelAve News
- Platinum Car Audio LLC Focuses on Customer-Driven Vehicle Audio and Electronics Solutions
- Postmortem Pathology Expands Independent Autopsy Services in Kansas City
- Postmortem Pathology Expands Independent Autopsy Services Across Colorado
- $38 Million in U.S. Government Contract Awards Secured Through Strategic Partner. Establishing Multi-Year Defense Revenue Platform Through 2032: $BLIS
- Mecpow M1: A Safe & Affordable Laser Engraver Built for Home DIY Beginners
"Every other charting vendor tells developers to review AI-generated code for accuracy," said Robert Dede, founder and lead engineer at Gigasoft. "We decided to solve the problem instead of warning about it. The validate command makes hallucinated property names structurally impossible."
But validation is only part of the system. The pe_query.py tool provides AI assistants with on-demand access to the complete ProEssentials API with ground truth validation, 32 knowledge files covering architecture, patterns, and best practices, 116 working code examples in C# and C++, a 4 MB unified documentation JSON containing rich descriptions for every property, and an 800-synonym feature index that maps natural language queries to the API, examples, and documentation content. The pe_query.py tool ties all of these resources together — enabling the AI not only to write validated code, but to intelligently extrapolate complete solutions for scenarios that do not exist in any example.
"A customer emailed us with a Gantt charting question," said Dede. "I loaded their requirements into a Claude Opus 4.6 Extended conversation with our knowledge files. Claude built a full Gantt implementation using our GraphAnnotation and custom Y-axis features — code that does not exist in any of our 116 examples. It mostly worked on the first attempt. That is not autocomplete. That is an AI that understands the architecture well enough to invent new solutions."
Gigasoft recommends Claude Opus 4.6 Extended with the Projects feature for the best results. With ProEssentials knowledge files loaded, Claude can answer technical support questions and write validated charting code with accuracy approaching that of Gigasoft's own engineering support team.
More on TelAve News
- CrashStory.com Launches First Colorado Crash Data Platform Built for Victims, Not Lawyers
- Inkdnylon Earns BBB Accreditation for Verified Business Integrity
- Josh Stout "The Western Project"
- Open House Momentum Builds at Heritage at South Brunswick
- A Celebration of Visibility, Voice and Excellence: The 57th NAACP Image Awards Golf Invitational, Presented by Wells Fargo, A PGD Global Production
The pe_query.py tool and its knowledge files are local assets included with the installation — no proprietary cloud service required. The system works with any AI assistant, and for air-gapped defense environments, classified programs, and organizations with strict data governance requirements, the entire workflow can run against local models with no external connectivity. An interactive API Explorer at https://gigasoft.com/api-explorer lets developers see the same query capabilities that power the AI assistance system.
The AI assistance system ships as part of ProEssentials v10.0.0.20, which also introduced expanded GPU compute shader rendering. ProEssentials constructs chart images entirely on the GPU using Direct3D compute shaders, rendering only when data changes. The engine handles 100 million data points in approximately 15 milliseconds using a zero-copy method that reads the developer's existing array without duplication.
ProEssentials covers WPF, WinForms, C++ MFC, Delphi VCL, and ActiveX from a single native engine. A full technical comparison evaluating ProEssentials against SciChart, LightningChart, Syncfusion, and DevExpress across GPU architecture, performance, AI assistance, pricing, and support is published at https://gigasoft.com/why-proessentials
The pe_query.py tool and AI assistance workflow are documented at https://gigasoft.com/ai-code-assistant
About Gigasoft, Inc.
Gigasoft, Inc., based in the Dallas-Fort Worth area, develops ProEssentials, a GPU-accelerated charting component library for WPF, WinForms, C++ MFC, Delphi VCL, and ActiveX. The library is used in medical, industrial, scientific, defense, and financial applications worldwide. Technical support is provided directly by the engineering team. Founded 1993.
Contact: Robert Dede, Gigasoft, Inc. | gigasoft.com
Source: Gigasoft, Inc.
0 Comments
Latest on TelAve News
- Caraline Skincare's Gentle Glow Cleansing Oil Named Finalist for Best Face Cleanser at the 2026 CertClean Clean Beauty Awards
- Workplace safety ideas from the front lines to highlight Applied Ergonomics Conference in Arlington, Texas
- OpenSSL Corporation Advisory Committees' Elections 2026: Results Announcement
- Zarova Vodka Expands Its Ultra-Premium Spirits Portfolio Through Strategic Acquisitions
- The Legal AI Showdown: Westlaw, Lexis, ChatGPT… or EvenSteven?
- François Arnaud, star of Heated Rivalry, is the real-life inspiration behind Christopher Stoddard's novel At Night Only
- UK Financial Ltd Sets February 27 CATEX Debut for VENUS Coin, Opening Limited Early Access Through MayaPro Wallet
- Ice Melts. Infrastructure Fails. What Happens to Clean Water?
- Delay In Federal Disaster Assistance Causing Failure Of Small Business In Disaster Areas
- Capsadyn® Launches on Amazon, Offering Non-Burning Capsaicin Pain Relief
- When Representation No Longer Reflects the District — Why I'm Voting for Pete Verbica
- Off The Hook YS (NY SE: OTH) Executes Transformational Apex Acquisition, Creating Vertically Integrated Marine Powerhouse with $60M Inventory Capacity
- Tri-State Area Entrepreneur Launches K-Chris: A Premium Digital Destination for Luxury Fragrances
- Why One American Manufacturer Builds BBQ Smokers to Aerospace Standards
- Diversified Roofing Solutions Strengthens Industry Leadership With Expanded Roofing Services Across South Florida
- ZRCalc™ Cinema Card Calculator Now Available for Nikon ZR Shooters
- Revolutionary Data Solution Transforms Health Insurance Underwriting Accuracy
- $36 Million LOI to Acquire High Value Assets from Vivakor Inc in Oklahoma's STACK Play — Building Cash Flow and Scalable Power Infrastructure; $OLOX
- Kobie Wins for AI Innovations in the 2026 Stevie® Awards for Sales & Customer Service
- Berman | Sobin | Gross LLP Celebrates 35 Years of Advocating for Maryland's Injured Workers and Families

