Hack the Act!
An AI chatbot designed to demystify the EU AI Act
Hack the Act! is a Retrieval-Augmented Generation (RAG) chatbot designed to demystify the European Union AI Act through technical precision and user-friendly interaction.
Technical implementation
This system leverages advanced AI components to provide accurate regulatory information:
- Large Language Model (LLM): Colosseum 355B by iGenius, specifically designed for regulated industries
- Embeddings: NeMo Retriever Llama3.2 embeddings for creating vector representations of document chunks
Data sources
The knowledge base consists of official European Commission publications:
- EU AI Act Regulation (13 June 2024)
- Guidelines on Prohibited AI Practices (4 February 2025)
Technical stack
- Langchain: for RAG implementation and document processing pipeline
- Streamlit: web interface with session management
HacktheAct! 🤖 Streamlit interface