The AWS Community Day event (May 23rd) was an opportunity to access the latest technology trends in the AWS ecosystem, particularly in prominent topics such as Generative AI (GenAI), Multi-Agent Systems, Amazon CloudFront, along with product development methodologies and real-world deployment experiences shared by industry practitioners.
Beyond theoretical knowledge, the program also offered practical scenarios, case studies, and problem-solving experiences in a time-constrained product development environment. Through these sessions, attendees gained a clearer understanding of how enterprises leverage AWS technology to build modern, scalable systems that meet real-world demands.
This session focused on explaining why AI sometimes gives inaccurate answers. According to the speaker, the issue does not lie in the model’s capability but primarily stems from a lack of Context.
Instead of cramming as much data as possible into a prompt, users should provide selective, accurate information that is directly relevant to the problem at hand. The current trend in AI usage is shifting from prompt optimization toward building Context and Memory, enabling AI to retain long-term knowledge and respond more accurately.
💡 Key Insight: The quality of context is the decisive factor in AI effectiveness. An AI system only truly delivers value when provided with clear goals, background data, and appropriate constraints.
This session introduced the Amazon Quick Suite solution, which allows businesses to combine their internal data with external knowledge sources to build intelligent AI assistants.
The AI Agents created can automate many office tasks such as:
This significantly reduces manual workload while improving productivity and operational efficiency across the organization.
This session clarified the role of Amazon CloudFront in modern system architecture. CloudFront is not merely a CDN service for faster content delivery — it also serves as the first line of defense for any system.
Flat-rate Pricing Mechanism:
The speaker introduced pricing tiers — Free, Pro, Business, and Premium — to help businesses proactively control costs and minimize the risk of unexpected large bills during DDoS attacks or sudden traffic spikes.
Technical Benefits:
This contributes to improved performance, increased availability, and optimized operational costs.
CloudFront architecture for DDoS mitigation
This session recounted the journey of building UTMorpho during a 36-hour Hackathon competition.
UTMorpho is an AI Agent capable of converting natural language descriptions into user interfaces (UI) and supporting direct editing via a WYSIWYG canvas. This solution significantly reduces the need to continuously rewrite prompts when adjusting designs.
Lessons from the Product Development Journey:
System architecture of UTMorpho
This session took a deep dive into the inner workings of Large Language Models (LLMs), with a particular focus on their non-deterministic nature.
Even when setting Temperature = 0, the model can still produce varying outputs due to:
Recommendations for deploying AI in Production:
The impact of the Temperature parameter on LLMs
The final session presented a Multi-Agent System model for startup credit evaluation.
Since startups typically lack credit history and collateral, VPBank built a Virtual Credit Committee comprising multiple AI Agents, each handling a specialized role:
| Agent | Responsibility |
|---|---|
| Financial Analyst | Financial data analysis |
| Market Assessor | Market evaluation |
| Team Evaluator | Founding team assessment |
| Risk Manager | Risk governance |
| Compliance Officer | Regulatory compliance checks |
Results Achieved:
Dividing tasks into independent specialized Agents enables parallel processing, improving both accuracy and decision-making efficiency.
Multi-Agent architecture in the Virtual Credit Committee system
Deployment approach for the AgentCore system on AWS
Model effectiveness depends heavily on the quality of the provided context. Clearly defining goals, input data, constraints, and expected outputs helps AI deliver more accurate responses. Additionally, since LLMs still exhibit instability, real-world systems need to be designed with testing, monitoring, and result validation mechanisms.
Amazon CloudFront not only accelerates access speeds but also plays an important role in performance optimization, cost control, and enhanced system security.
The Hackathon environment demonstrated the importance of quickly building a Minimum Viable Product (MVP), continuously iterating based on real feedback, rather than pursuing a perfect solution from day one.
Following the event, I plan to apply the knowledge gained to my learning and personal development:
Change how I use AI: Focus on building rich context rather than only optimizing prompts, improving efficiency in learning, research, and programming.
Develop personal AI workflows: Build workflows for automatic note-taking, document summarization, data analysis support, and personal knowledge management.
Deepen Cloud expertise: Continue studying Amazon CloudFront and Multi-Agent System architectures to build AI solutions capable of handling complex enterprise problems.
Design LLM control mechanisms: When integrating LLMs into real projects, prioritize designing cross-validation, monitoring, and result evaluation mechanisms to ensure accuracy, stability, and system safety.
AWS Community Day 2026 Event Photo
Overall, the event helped me better understand how AI, cloud infrastructure, and product thinking can be combined to solve real-world problems. It also motivated me to continue learning more about AI engineering, cloud architecture, and multi-agent systems in the future.