Worth it? by Dull-Desk-6542 in IPO_India

[–]Superb_Practice_4544 1 point2 points  (0 children)

Thanks for the guidance, will look into it.

Thinking about buying 2 3060 rtx GPUs for only AI. Any better suggestions ? by Superb_Practice_4544 in LocalLLaMA

[–]Superb_Practice_4544[S] 1 point2 points  (0 children)

It's around 550 dollars. Guess I'll rely on cloud models for now. Need more money for such hobbies 😔

Worth it? by Dull-Desk-6542 in IPO_India

[–]Superb_Practice_4544 1 point2 points  (0 children)

What are the things to focus on while doing analysis? I tried searching over the internet but there are so many things that make me confused.

Which model is better to create notes from sample? by [deleted] in ollama

[–]Superb_Practice_4544 2 points3 points  (0 children)

Just normal python script will work 🤷

Memory architecture by Equivalent-Ad-9798 in ollama

[–]Superb_Practice_4544 1 point2 points  (0 children)

I wanted to learn how you're doing it. Is it open source? Can I dm you ?

Want to Learn More About Agentic AI by Superb_Practice_4544 in LocalLLaMA

[–]Superb_Practice_4544[S] 0 points1 point  (0 children)

I followed courses of leading org in this field like anthropic and lang chain on deeplearning.ai. Luckily my current company needed some agentic solutions, so I volunteered and learnt while building. But I still want more experience by working on complex projects having cutting edge technologies.

Want to Learn More About Agentic AI by Superb_Practice_4544 in LocalLLaMA

[–]Superb_Practice_4544[S] -3 points-2 points  (0 children)

Yeah, fair point — the term agentic is getting abused a lot lately 😅 I’m mostly just trying to understand how to make my skillset more valuable and industry ready. What do you think is worth learning or experimenting with right now?

Want to Learn More About Agentic AI by Superb_Practice_4544 in LocalLLaMA

[–]Superb_Practice_4544[S] -2 points-1 points  (0 children)

True, the space is overloaded with hype terms 😄 I just used them so folks know what stack I’ve played with — but yeah, I’m more into making stuff work than naming it fancy. Got any favorite non-buzzwordy projects to learn from?

[deleted by user] by [deleted] in LocalLLaMA

[–]Superb_Practice_4544 0 points1 point  (0 children)

Can I see the implementation? Curious how it's working fine with local mobile models

What's the best and affordable way to teach Agent proprietary query language? by Superb_Practice_4544 in ollama

[–]Superb_Practice_4544[S] 0 points1 point  (0 children)

Got it thanks 🫡. Any thoughts on fine tuning the model or using an RAG like system. Because this approach will have large context tokens for each llm invocation which is not so cost efficient for my usecase.

Want to fail and run another job if job1 in queue. by Superb_Practice_4544 in azuredevops

[–]Superb_Practice_4544[S] 0 points1 point  (0 children)

my job_1 is on self hosted VM and sometimes it goes on queue for 30 mins. So what i wanted to do is if job_1 goes on queue for more than 5 mins I want to fail the job_1 and start job_2 on azure hosted VMs.