AWS Agentic AI Hackathon Submission: The first AI that reverse-engineers websites to create custom hackathon discovery tools in real-time
Complete system demo: Live bot interaction + AWS architecture walkthrough
World's first AI system that autonomously reverse-engineers websites and generates custom Python scrapers in 30 seconds
Adapts to any platform automatically without manual setup or configuration
3 specialized AI brains working together for comprehensive hackathon discovery
Intelligent notifications and personalized recommendations, not manual checking
Production-ready AWS infrastructure with security-first design
"Find blockchain hackathons"
Reverse-engineer target sites
Create custom Python scraper
Execute discovery & collect data
Filter by user preferences
Personalized results & alerts
Multi-agent system powered by AWS enterprise infrastructure
FindAthon Prime implements a sophisticated multi-agent architecture leveraging Bedrock, Strands, and Amazon Q technologies:
Users interact via Telegram bot, triggering API Gateway webhooks that invoke Lambda handlers for message processing and ECS task orchestration.
Containerized agent powered by Bedrock Claude Sonnet analyzes website structures, uses Strands to give hands to the AI brain for DOM manipulation, and leverages Amazon Q for intelligent Python scraper generation.
Bedrock Knowledge Base with OpenSearch Serverless stores user preferences, hackathon data, and generated scraper functions. Enables semantic search and personalized recommendations using vector embeddings.
Scheduled Lambda function using Bedrock Claude Haiku analyzes stored preferences, identifies matching hackathons, and sends proactive notifications via EventBridge triggers.
Multiple DynamoDB tables store hackathon metadata, user interests, chat history, and notification tracking. SQS queues handle asynchronous communication between agents.
Discovery & Tool Generation
Intelligent Notifications
Learning & Memory
See the AI in action with real-world examples
Unknown website structure, no existing scraper
Custom Python scraper generated in 28 seconds
Found 47 hackathons, 12 match AI/ML criteria
Generic hackathon listings
Personalized AI & blockchain recommendations
Stored preferences: AI/ML, Blockchain, $10K+ prizes
Manual checking required
Intelligent weekly summaries delivered
"3 new AI hackathons this week match your interests"
Production-ready architecture demonstrating advanced AWS integration and scalable multi-agent design
20+ services orchestrated via Infrastructure as Code
3 specialized AI agents working in perfect harmony
First-of-its-kind autonomous tool generation system
Production infrastructure with 20+ AWS services orchestrated via CloudFormation
Scalable architecture handling 100+ concurrent discoveries
Enterprise security with IAM roles, VPC isolation, and encrypted data
Seamless integration where Strands provides the hands for Bedrock's brain to interact with web content
# Bedrock Knowledge Base + Advanced Web Parsing
bedrock_kb = boto3.client('bedrock-agent-runtime')
web_parser = IntelligentWebParser()
ai_codegen = AICodeGenerator()
# Generate scraper using multi-AI approach
scraper_code = ai_codegen.generate(
website_structure=web_parser.analyze(url),
user_context=bedrock_kb.retrieve_and_generate(...)
)
Behind the scenes: From concept to production-ready AWS infrastructure
Experience the AI in action through our Telegram bot
Chat with Scout Agent and see autonomous hackathon discovery in real-time