Posts

Showing posts from May, 2026

Weekly Update 04/25/26 – 05/02/26 (FACTS ERP Development, AI Debugging Workflow, Hearing Aid Repair)

This week’s update focuses on ongoing work progress, troubleshooting in FACTS ERP, and a practical example of how AI tools are improving development workflows.   This week has been focused primarily on work and preparing for my first visit to headquarters next week. I did run into an issue with my hearing aids. The right side stopped working, and I ended up needing to replace the speaker. Fortunately, the warranty covered the repair, so it was more of an inconvenience than a real problem. At work, I had a good example of how AI is starting to change the way I approach development. I created a new program in FACTS, where a significant portion of the behavior is driven by metadata files that define how the program operates. I used an existing program as a starting point and copied it to build the new one. However, when I tested it, the new program became stuck in an endless loop. I initially tried debugging it the traditional way, stepping through the code line by line, but i...