Had fun creating this little SMS inspired website template for Read.cv. It works great for all sorts of profiles and content, and is probably even better on mobile than it is desktop. Demo: 24okqxhg1.sites.cv/ Link to template: read.cv/sites/template…
can you share a bit into the engineering into how this works? i'm hypothesizing: 1. chunk entire read.cv portfolio per designer 2. feed that as a param into a custom prompt 3. buttons function as queries into the LLM do you use langchain?
what you described, i actually implemented a few weeks ago in my portfolio. it’s just a simple prompt for now - no RAG, no fine-tuning. uses meta/llama-3.1-8b-instruct-fast. sean.app/ai
lmao yes that’s why i was kinda hesistant to share it + fear of unexpected ai bills 😂 it’s just a proof of concept for now… the goal is kinda like AI Gilfoyle that’s trained on my messages, emails, and notes. like i want it to repond the way i would respond
Oh this is much simpler - we just fetch the read.cv structured profile data (available via our sites api), and display the relevant bits when you select a "prompt". A few of the strings are just hard coded to make it sound a little more conversational.