AAAniruddha Adhikaryinblog.adhikary.net·Feb 29, 2024 · 2 min readMatching HS Codes in 2024: Traversing the Customs SpaceHS (Harmonised System) Codes help classify customs authorities and businesses around the world to ensure appropriate import/export control. This system recursively classifies a product into finer granularity of categories. Figure 1: A simple exercis...00
AAAniruddha Adhikaryinblog.adhikary.net·Feb 24, 2024 · 1 min readJan AI: Using Desktop LLMs with Langchain or llama-indexJan allows you to deploy and run LLMs on your Windows or macOS computer! 16 Gigabytes of memory and a M1 chip was enough for me to run Mistral locally. Now how do you take Jan and use libraries like Langchain? https://jan.ai Local API Server Click ...00
AAAniruddha Adhikaryinblog.adhikary.net·Feb 15, 2024 · 1 min readHacking with Words: Exploiting Vulnerabilities in LLMs (PyCon Thailand)My talk at PyCon Thailand 2023 on the security aspects and possible attack vectors of LLM Applications, tailored to both product people and engineers! https://youtu.be/_fvk_Qa5OsM Thank you PyCon TH team!00
AAAniruddha Adhikaryinblog.adhikary.net·Feb 11, 2024 · 2 min readAI Agent as my property agent?Finding a flat for rent could be tiring. Ranging from non-responsive agents to landlords with particular demographic preferences, getting a new home always feels like a drag. Unless... We had an AI Agent do the scheduling. Overview This post is a t...00
AAAniruddha Adhikaryinblog.adhikary.net·Sep 30, 2023 · 4 min readWriting a TypeScript Code Generator: Templates vs ASTCode generators replace mindless coding with productivity; a pure function that produces predictable code, given a (set of) input(s). Generating boilerplate classes or templates — a common use case for Codegen. Use-case: Generating Classes We will be...00