MVP for the Candidate Evaluation Tool is done. You’ll need to have Python installed. Claude frequently gets the math right. Use the tool to prepare for an interview, whether a candidate, a recruiter, or hiring decision maker. Gives you a role match summary; a scored evaluation by requirement; an overall weighted score; and a breakdown…
Far Finer AIs and More Structured Prompting
With LLM access through APIs, LLM memory is not unlimited and it can get expensive. And even when when it becomes no longer limited and hopefully cheaper in 2025, we will still have the problem of being clear in how we want an AI to answer our requests. Paid chatbot users have it good; the…
Waking up to AI
Wake Up. I was working on my Table Driven AI system, where I record my evaluation rules for documents (like resumes) and multi-stage instructions, prompts at a time, so I can get robust, longer responses…And I was running up the AI bill. Even with caching turned on with the Anthropic API (Claude), doing a thorough…
Looking at RAGs
Vector embeddings are values that you store in a database so you can do searches/matches for things that are related (sugar is more related to honey than it is to pen). Embeddings are these big combinations of numbers that somehow embed the meaning of words. Companies with good search functionality on their websites use this….
