-
đ AI Agentic Workflow Andrew Ng
September 2024 · 2 minute readYoutube 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. Or write a post, and ask an editor LLM to reflect it, and ask writer LLM to update the post on feedback.
-
đ How does AI impact my jobs
September 2024 · 1 minute readItâ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. Theyâre seeing exposĂ©s. Theyâre seeing compensation adjustments at the most lucrative tech companies. And theyâre seeing a news cycle that oscillates wildly between blaming AI for these changes and extolling it as the solution.
-
Lessons from the LLM Frontlines: A Developer's Journey
September 2024 · 7 minute readEmbark on a wild ride through the LLM-powered development landscape as I spill the beans on my favorite tools, share why I’ve ghosted some popular options, and dish out eight battle-tested tips that’ll turn you into an LLM-whispering code ninja faster than you can say ‘Claude 3.5 Sonnet’ -
My Adventures With Local LLMs
January 2024 · 9 minute readAfter 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… -
My Usage of LLM Tools including ChatGPT, Copilot and others.
October 2023 · 15 minute readIn this post I am writing about My Usage of LLM Tools including ChatGPT, Copilot and others. What do I use, how do I use and what are my thoughs about many of the things. Including some posts or online resources that helped me in my journey. -
Taking Interviews in the time of ChatGPT
August 2023 · 7 minute readChatGPT is changing the way we conduct interviews. In this post, I will discuss the importance of asking practical questions, assessing cultural fit, and evaluating a candidate’s ability to keep up with the latest developments during interviews. And how we can accept ChatGPT or similar tools in the interview process. And add more layers in the assessment process.