Posts, a community app by Read.cv

Thread
Andy Chung

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…

dennis
dennis @xih
Replying to @andy

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?

Sean Velasco
Replying to @xih @andy

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

dennis
dennis @xih
Replying to @seanvelasco @andy

Is the code open source?

dennis
dennis @xih
Replying to @seanvelasco @andy

lmk when you drop the link!