136
I got bored of static portfolios. So I built one that thinks.
Instead of hardcoding a layout, I hooked up my frontend to Llama-3-70b (via Groq). It analyzes the visitor's intent and physically re-architects the grid using Framer Motion.
### 🧠 How it works
1. User Prompt: "I want to hire you."
2. LLM Inference: Logic runs on Netlify Functions (<200ms latency via Groq LPU).
3. State Mutation: The AI returns a JSON config that changes the React components from "Explorer Mode" to "Resume Mode."
### 🛡️ The "Janitor" Guardrail
I added a safety layer. If you ask, "I want to hire you as a Janitor," the AI detects the context, refuses the prompt with a witty retort, and resets the UI.
Try to break the prompt injection here! 👇
Built with