Posts

Showing posts from 2026

Claude Code : VS code

Image
 Use CMD + SHIFT +P to open VS Code Settings Change the meta Goto Terminal > Settings , "check the meta key" as well different commands to do different things , choose model etc = Use Option + T to choose thinking mode there is /config Output Style (note learning ) Init Large Language Model are non deterministic , for same prompt output is slightly different every time you can refer files in your claude code drag and drop file name use @ to refer can also give line number in a file. What does claude code 'vs code' extension do ? it helps make context  any files you open + select it builds context  Modes in Claude Code There are two modes Edit : to make changes Plan : to ask if something is possible Default (third mode) : for back and forth asking ques you can use "shift + tab" to switch below is default mode in default mode ask below ques then implement changes, by shifting to "edit" mode Context Window https://www.youtube.com/watch?v=-uW5-Ta...

Claude Code

Image
Install curl -fsSL https://claude.ai/install.sh | bash https://claude.com/product/claude-code to setup then run command from command line " claude " Ollama & Claude Code below shows how to use local ollama with claude code https://www.youtube.com/watch?v=FPUsn0ZK000 Can i use Claude Code with Other LLMs ? The short answer is yes , but it requires a bit of a "workaround" because Claude Code is built specifically to talk to Anthropic's API. While Anthropic doesn't officially support other models, you can use API proxies or local gateways to "trick" Claude Code into using GPT-4, Gemini, or even local models like Qwen or Llama. How it Works: The "Base URL" Trick Claude Code uses an environment variable called ANTHROPIC_BASE_URL to know where to send its requests. By default, this points to Anthropic. By changing this, you can route the traffic through a translator that converts Claude's requests into a format other models understand. ...

What is GenAI

Image
download code and slides https://courses.datacumulus.com/downloads/certified-ai-practitioner-9u8/ slides  https://media.datacumulus.com/aws-aif/AWS%20Certified%20AI%20Practitioner%20Slides%20v16.pdf?_gl=1*1019ecc*_ga*MTIzMDI0MzEyMC4xNzY5MDQ5NTg5*_ga_6GZZTGGX7H*czE3NjkwNDk1ODgkbzEkZzAkdDE3NjkwNDk1ODgkajYwJGwwJGgw   https://www.freecodecamp.org/news/machine-learning-vs-deep-learning-vs-generative-ai/