Popular on EntSun
- From Speech Therapy to 300+ Episodes: Brother Marcus Turns His Voice Into a Movement Launching a 24/7 Inspiration Radio Network on Day 100 of the Year - 297
- Homeowner Prep Announces Strategic Language Shift: Replacing "Renters" with "Future Homeowners" to Inspire Wealth-Building Mindsets - 200
- AI Disruption Meets Marine Scale: Off The Hook YS, Inc. (N Y S E American: OTH) Targets Breakout Growth with NextBoat Launch and Aggressive Expansion - 153
- Canadian Agency YCAA Is Changing How Actors Build Careers in the Age of Streaming and Audience Fragmentation - 137
- Heritage at Manalapan Introduces New Single-Family Home Community in One of Monmouth County's Most Desirable Locations - 119
- UK Financial Ltd Tokenized LTNS 1, A $1.1 T Asset-Backed ERC-3643 Security Token with 11 On-Chain Contracts Verifying, Compliant Real-World Value - 118
- PlanetAI Nature Space (PNS), certificadora Europea, lanza su plataforma EUDR-PNS Ready basada en IA, satélites y trazabilidad blockchain - 117
- Evolve Construction Mobilizes Commercial Storm Response Across Illinois With AI-Powered Damage Documentation and Public Adjusters Partnership - 113
- KeysCaribbean Offers 'Skip-the-Crowds' Savings With 15 Percent Off April Stays - 112
- SeeVideo.dance Goes Live: Dual-Engine AI Video Studio Brings Seedance 2.0 and Kling 3.0 to Creative Professionals - 108
Similar on EntSun
- Contracting Resources Group and Aalis Management Consulting Launch ARG Joint Venture Under SBA Mentor-Protégé Program
- Revenue Optics Completes Full Commercial Buildout. A Nine-Month-Old Firm Built on 25 Years of Distribution Expertise. Five Clients From $200M to $3B
- Engineering leaders from industry, academia to gather at IISE Annual Conference & Expo in Arlington, Texas
- Giftella Launches AI Gift-Finder App That Replaces Guesswork With Personalized Picks in Seconds
- Clash of Prompts: The World's First AI Prompt Battle Royale
- $7.6 Billion US Crypto ATM Market by 2034; California and Texas Crypto ATM Deployments for Bitcoin Bancorp (Stock Symbol: BCBC); 1000 Kiosk Inventory
- MainConcept Announces Multiview Encoding for Apple Immersive Video
- CCHR Rejects Global Psychiatric Push to Electroshock Children
- Sycor Introduces Spring Release 2026 of Sycor.Rental with AI-Driven Innovations and Enhanced Service Processes
- YOKE Expands NIL Club Into Athlete-Led Commerce With Athlete Merch Launch
Gigasoft Solves AI's Biggest Charting Code Problem: Hallucinated Property Names
EntSun News/11085347
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 - EntSun -- 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 EntSun 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 EntSun 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/documentation 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 EntSun News
- EduCare Inc. Bridges Critical Gap in Breast Cancer Education with Spanish COPE Library Launch
- Engineering leaders from industry, academia to gather at IISE Annual Conference & Expo in Arlington, Texas
- AI-Driven Neurotechnology Expansion as FDA Path Clears and New Defense Initiative Emerges for NRx Pharmaceuticals (N A S D A Q: NRXP)
- BestDoc Launches AI Call Center for Healthcare
- Professional Corporate Lunch Catering Services for Seamless Office Events in Orlando, Florida
"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 EntSun News
- Acuvance Appoints Sandeep Sabharwal to Board of Directors, Strengthening Leadership to Support Continued Platform Growth
- Grange Insurance Association to Rebrand as Granwest Insurance on July 1, 2026
- Dr. Rosendo Icochea, MD Recognized for Contributions to Surgical Education and Medical Research
- Giftella Launches AI Gift-Finder App That Replaces Guesswork With Personalized Picks in Seconds
- Beverly.io Announces Nationwide Expansion and Poppins Payroll Partnership for Families
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/documentation 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 EntSun News
- Justin Jeansonne and his Music Manager Donna Cardellino Head To Nashville
- Raquel Riley Thomas' AOAGWLLC and Hazel Simpson's Sis to Sis Productions Ink Major Co-Production Deal, Launching Strategic Creative Alliance
- InterMountain Management Announces the Re-opening of Holiday Inn Express & Suites Alexandria
- Bay Street Yard to host "Girls Night Out the Show" on April 20
- CB Stuffer Expands New England Footprint with Launch at Common Man Roadside in Hooksett, NH
- Contracting Resources Group Named to the 2026 Inc. Regionals: Mid-Atlantic List
- PBR returns to Queen Creek Arizona
- Dividend Stock Guru Unveils High Yield Dividend Stock Research Reports
- Charging Into the $30 Billion Heart Failure Market with Late-Stage Momentum, Breakthrough Data, & Strong Financial Backing: Cardiol Therapeutics $CRDL
- Celebrate World Creativity and Innovation Day with the Launch of the Book: World Innovators Cup
- Centrum of Concave Souls Tarot
- All American Home Renovators: Transforming Bathrooms into Masterpieces, One Home at a Time
- Bold Beauty Project Celebrates Anniversary with Collaborative Exhibition at FIU's Miami Beach Urban Studios
- Pacific Emblem Company Launches "Happy 250th Birthday America" Collection and Proud Supporter of the Gary Sinise Foundation
- Joanna Pearl Earns Back-to-Back Film Festival Official Selections In India And Southern California
- 2026 State of Maine Wedding DJ Update
- Bold Beauty Project Announces Exhibition at Palazzo Mora Venice, Italy
- Texas Indie Filmmaker Awards Announces 15 Official Selections for 2026
- "Ethics Under Pressure" Film & Panel April 19 at St. Louis Holocaust Museum
- Financial Educator Jessica Perrone Launches Free "3 Stages of Building Wealth" Course for Women

