Report on Community Day Event 23/5: Tech Trends and Practical Applications

Event Overview

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.

AWS Community Day Event

Here are my key takeaways and lessons learned from the speakers at the event.


Key Highlights & Lessons Learned

1. Knowledge Management & Personal Productivity (Speaker: Anh Tinh)

The event kicked off with a talk by Anh Tinh on building a “Second Brain”, which really resonated with me.

  • The Problem: The speed of technology outpaces biological memory, easily leading to cognitive overload.
  • The Solution: Build a structured external storage system (using Obsidian or Notion) with bi-directional linking.
  • Personal Lesson: Instead of just bookmarking files passively, I need to create a “Personal Knowledge Graph” to quickly retrieve technical solutions and lessons from past projects. Mastering personal information management is the first step toward handling complex enterprise systems.

2. Cloud Infrastructure: From Edge to Origin (Speaker: Anh Thinh)

Anh Thinh’s session, “From Edge To Origin: CloudFront as Your Foundation”, completely redefined how I view the CloudFront CDN service.

Deployment Approach from Edge to Origin

CloudFront CDN & WAF DDoS Protection Diagram

  • More than just Caching: CloudFront serves as the first layer of defense and optimization (the foundation) for the entire application.
  • Latency Optimization: Resolving and delivering content at Edge Locations closest to users minimizes round-trip times.
  • Edge Security: Integrating AWS WAF and Shield at the edge blocks DDoS attacks and exploit attempts before they ever reach the origin server.
  • Origin Shield: Protects the origin from spikes, maintaining system availability during traffic surges.

3. Artificial Intelligence (AI): From Principles to Virtual Assistants (Speakers: Anh Dao Duc & Anh Hai Anh)

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.

    Temperature Parameter in LLM Inference

  • 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:

CriteriaUnderstanding AI (Theory & Architecture)Using AI (Practice & RAG/Agents)
Technical FocusTransformer architecture, Attention mechanisms, and parameters.Prompt Engineering, RAG (Retrieval-Augmented Generation).
Operational GoalUnderstand how the model predicts next tokens for evaluation and tuning.Integrate AI into workflows to process data and generate code.
Business ValueAssess model feasibility, safety, and limitations.Accelerate product delivery (Time-to-market).

4. Execution & Enterprise Deployment (VIB Team & Chi Cat Vy)

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.

    UTMorpho System Architecture Diagram

  • 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.

    Virtual Credit Committee Multi-Agent System Diagram


Personal Experience & Action Items for My Project

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:

  1. Build a Personal Knowledge Base: I will use Obsidian/Notion to document AWS configurations and troubleshooting steps encountered while developing Rookwork.
  2. Optimize Web Infrastructure with CloudFront: Configure CloudFront along with ACM SSL certificates and AWS WAF for the static frontend of Rookwork to ensure speed and edge security.
  3. Experiment with AI/Agent integrations: Explore building a mini-assistant or chatbot integrated within the task manager to automatically summarize issues or suggest assignee allocations.

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!