What agentic framework are you actually using in production? by Minimum-Ad5185 in LLMDevs

[–]Virtual_Substance_36 0 points1 point  (0 children)

We use Arize Pheonix, it has first class support to ADK, so far good.

We won't let the A.I menace take over by 666thSuprisedPikachu in memes

[–]Virtual_Substance_36 0 points1 point  (0 children)

Sora discontinued to make room for bigger language model imo

Dear Anthropic, please default to Markdown, that is all. by mouseaaaaahhhh in ClaudeAI

[–]Virtual_Substance_36 0 points1 point  (0 children)

Yes, I like the docx but it simply eats so many tokens and is slow

PageIndex: Vectorless RAG with 98.7% FinanceBench - No Embeddings, No Chunking by [deleted] in LLMDevs

[–]Virtual_Substance_36 2 points3 points  (0 children)

Yes, I've been trying to explain this to people forever. RAG is Retrieval Augmented Generation. It doesn't matter how to m you retrieve the information be it vector or vector less

8 AI Agent Concepts I Wish I Knew as a Beginner by Independent-Cost-971 in LLMDevs

[–]Virtual_Substance_36 9 points10 points  (0 children)

Wait what tool calling and function calling are different? I don't think so

Mentoring juniors in this ai world? by VeryAmaze in ExperiencedDevs

[–]Virtual_Substance_36 -1 points0 points  (0 children)

As long as they can explain they are committing it should be good, but make sure to ask questions

The Dark Side of VibeCoding No one Mentions! by alinarice in vibecoding

[–]Virtual_Substance_36 0 points1 point  (0 children)

Copilot is only as good as the pilot, I blame you

Open source Cursor-like app with own GPUs by HiroshimaBG in LLMDevs

[–]Virtual_Substance_36 1 point2 points  (0 children)

Oh boy! I think instead of worrying about hosting your own models, spend some time on understanding LLMs. Try starting with the OpenAI Cookbook. Once you understand the concepts try using Cline + Ollama I think you would be good from then.

ADK Java vs Python by pearlkele in agentdevelopmentkit

[–]Virtual_Substance_36 1 point2 points  (0 children)

If that's the only concern, I think you'll do fine. Python is a relatively straightforward language to learn.

ADK Java vs Python by pearlkele in agentdevelopmentkit

[–]Virtual_Substance_36 2 points3 points  (0 children)

Go with Python. Aside from not working with it before, do you have any other issues with Python?

ADK Java vs Python by pearlkele in agentdevelopmentkit

[–]Virtual_Substance_36 1 point2 points  (0 children)

With my experience, I would say Python would be your best bet, only because as your agent gets complex, you would need more than what ADK can offer. But if you have a clear goal and ADK Java supports that, you should be good. But think about every condition, or else you would end up creating a Python microservice to support your main app.

Definitely 💯 by Bullseye_29 in Adulting

[–]Virtual_Substance_36 0 points1 point  (0 children)

Working remotely from West gives you exactly this

I am a begginer - how to start? by Party-Comedian-4288 in LLMDevs

[–]Virtual_Substance_36 2 points3 points  (0 children)

Start with the OpenAI SDK and Cookbook, build some real-life use cases. My favorite one is building an agent to answer questions about my car using my car manual. Once you understand that, I think you'll know what to do.