On May 23rd, I had the opportunity to attend the AWS Community Day event. It wasn’t just a standard technical seminar; it was an inspiring celebration of technology. As an intern, this event helped me connect many dots: from network infrastructure optimization and personal knowledge management to practical applications of AI and Multi-agent systems in modern enterprises.

Here are my key takeaways and lessons learned from the speakers at the event.
The event kicked off with a talk by Anh Tinh on building a “Second Brain”, which really resonated with me.
Anh Thinh’s session, “From Edge To Origin: CloudFront as Your Foundation”, completely redefined how I view the CloudFront CDN service.


The AI discussions provided a great balance between deep learning theory and practical assistants:
How LLMs Work: Anh Dao Duc explained the core mechanisms of Transformers, Attention, Tokenization, and inference. Understanding this helps write better prompts (Prompt Engineering) and manage compute resources efficiently.

Practical Use: Anh Hai Anh introduced smart assistants similar to Amazon Q (Friendly AI Assistant with Amazon Quick), demonstrating how AI can automate repetitive daily tasks like code generation and document analysis.
A quick comparison I compiled to distinguish the two aspects:
| Criteria | Understanding AI (Theory & Architecture) | Using AI (Practice & RAG/Agents) |
|---|---|---|
| Technical Focus | Transformer architecture, Attention mechanisms, and parameters. | Prompt Engineering, RAG (Retrieval-Augmented Generation). |
| Operational Goal | Understand how the model predicts next tokens for evaluation and tuning. | Integrate AI into workflows to process data and generate code. |
| Business Value | Assess model feasibility, safety, and limitations. | Accelerate product delivery (Time-to-market). |
These two case studies answered a key question: “How do we turn tech ideas into enterprise-grade systems?”
UTMorpho (VIB Team): The team built UTMorpho—a flexible data and image transformation tool—in just 36 hours at the LotusHacks hackathon. The biggest lesson was agile project management under intense time pressure and leveraging existing APIs to build a quick MVP.

Multi-Agent Systems in Credit Scoring (Chi Cat Vy): Instead of a single AI model, Vy introduced a system using multiple specialized agents (e.g., identity verification agent, risk analysis agent, and explainable AI agent - XAI). Coordinating these agents ensures high financial accuracy and meets strict transparency standards.

Attending AWS Community Day was a highly valuable experience. It gave me the chance to learn from top experts, connect with the community, and see the big picture of where the industry is going.
To apply these insights to my own studies and ongoing development projects (like the Rookwork project), I plan to focus on three actions:
Community Day gave me a lot of motivation. Mastering technology isn’t just about reading theory—it’s about building, executing, and delivering real products!