September 2024 ¡ 2 minute read
Youtube Video, via JS Party podcast episode Building LLM agents in JS
Notes Non Agentic workflow: Do it start to finish. Mostly zero shot prompts.
Agentic workflow: Revise, iterative, reflect, use tools if you need to….
Four design patterns. 1. Reflect: Produce one thing and ask another chat thread with different system prompt to evaluate it. E.g. Create a code, than ask a rubberduck debugger to read it line by line, or run the test suite and provide the result to LLM generated the code to evaluate it.September 2024 ¡ 1 minute read
(via)
Itâs not their fault. They enrolled in a masterâs program to get a job in tech. Why? Letâs be candid: tech has promised job security and agreeable (sometimes borderline perverse) financial returns for a couple of decades. Many tech employers also spin a yarn about âsaving the worldâ and coast on the reputational allure of âif you work here, youâre a genius.â Sounds great, doesnât it? Except, now that students have invested five figures of money in their tech education1, had their skulls crammed full of âinvisible hand of the marketâ propaganda, and counted on having secured their ticket to the party, theyâre seeing layoffs.January 2024 ¡ 9 minute read
After toying with GPT based models. I have also explored how we can use these models locally, without internet, having full control. This post describes my process and learnings about my explorations…