AI Simulations Stuck

Sorry you had this issue. You should see 3 symbols in the upper right corner of the screen: an envelope for messaging, a ? in a circle, and a circle with a small head inside. If you select the ? in a circle, there are choices for Support, Report Error, and Provide Feedback. I'd suggest Report Error (or seek Support).

AI Simulations Stuck

Hello,
I have been going through AI Fundamentals CompCert course smoothly, then all of sudden, AI based activities/simulations stopped working, I enter a prompt, I takes forever to answer. I went on to skip the AI sim activities but everynext AI sim activity behaved the same, I reported the problem two days ago, but the issue the stills remains. Alternatives that I tried to resolve the issue are following:
> Tried changing broswers,
> Clear browser cache.
> Restart computer.
> close all running programs.
non of the above option worked, I am still stuck and course progress is at halt. I am attaching an error code attachment that might give some of you a hint to help me with the issue.
Thank you!!Screenshot 2026-07-27 155907.png
  • Like
Reactions: Wenzel25

Authorized Partner Certification

There should be a Business Development Manager for the Asian Pacific Region. You will need to find that person's name and reach out to them. CompTIA is not as big as you may think. Send me an email from your work email (not Gmail or free email platforms) to [email protected] and I will forward to my rep and see if she can track down the Asian Region rep. Make sure to put "CIN Instructor - Cambodia" in the subject line or I will ignore it.
Thanks Shea, after contacting with CompTIA support team then I received email from APAC representative, currently waiting the reply email from APAC representative manager for reviewing my proposal.

Unused vouchers received

Thanks to @Stephen Schneiter and everyone else who replied. I took the Linux+ exam today (and passed). I plan to get other CompTIA certifications (especially AutoOps+ and Data+), but I need to keep an eye on the certifications I already hold that are about to expire (AWS Architect Associate, Cisco CCNA, and CyberOps). I’m even considering "combining" the CCNA Automation (which would automatically renew the other CCNAs I’ve already earned) with the CompTIA AutoOps+ (which shares many topics with Automation)—and perhaps even taking both certifications in the same week! I’ll keep you posted... &;-D

Context Engineering

Context Engineering is the practice of dynamically assembling and managing all the information an LLM needs before each model call so the agent can behave intelligently, maintain state, and provide personalized responses. Unlike traditional prompt engineering, which focuses mainly on static instructions, context engineering manages the entire context payload sent to the model.

Core Idea​

Large Language Models (LLMs) are inherently stateless. They only know what is provided within the context window of a given request. Context engineering solves this limitation by supplying the right information at the right time.

Goal​

Provide the model with:
  • No more information than necessary
  • No less information than necessary
  • The most relevant information for the current task

Filter