Project 01 // Core Engine
Unified AI
Interface.
One prompt across ChatGPT, Claude, and Gemini with side-by-side comparison
AI ToolsPrompt EngineeringPlaywrightStreamlit
One prompt across ChatGPT, Claude, and Gemini with side-by-side comparison
Comparing model behavior manually across separate browser tabs wastes time and makes differences easy to miss.
Bottleneck Analysis
Identification of relay failures in distributed nodes.
A Streamlit and Playwright workflow for sending one prompt to multiple AI assistants and comparing responses in a single screen.
pip install -r requirements.txt
playwright install chromium
python capture_sessions.py
streamlit run app.py