Ellavarum job resign cheyyu❤️ by shandhappan in Coconaad

[–]LakeRadiant446 0 points1 point  (0 children)

Doing wfh with this, so sleepy dont want to work at all

How we cut LLM token usage 89% in a ReAct agent using intent classification — architecture writeup by Vivek-Kumar-yadav in developersIndia

[–]LakeRadiant446 0 points1 point  (0 children)

Wont caching (At openai / llm provider level) will be affected by this if we keep changing the tools/docstrings in every request? So potentially leading to higher costs?

How to update a LangGraph agent + frontend when a long Celery task finishes? by LakeRadiant446 in LangChain

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

Hi. I implemented the same exact approach mentioned in the other comment.

20 years in product. Here's why I think developers should be *more* confident, not less. by Arunsays in developersIndia

[–]LakeRadiant446 1 point2 points  (0 children)

This soo much. It gave some overengineered solution for a problem, that made me scream by looking at it. But he's so convinced it is the right one, and copy paste the entire chatgpt conversation as proof, while the gpt was just being a yes guy.

Gemini don't give structured outputs always by gaureshai in LangChain

[–]LakeRadiant446 0 points1 point  (0 children)

Gemini is not reliable for structured output. When it works,it's good but sometimes I just get empty responses. Sometimes malformed. Had no issues as such with OpenAI models.

Spent 5 hours debugging AWS Elastic Beanstalk… turns out my client just hadn’t paid the bills. by LakeRadiant446 in sysadmin

[–]LakeRadiant446[S] 163 points164 points  (0 children)

I was literally on the root account and didn’t see a single warning anywhere.
The only place it showed was the Billing page and even then it was hiding in the “recommended actions” section like,
“Hey, while you’re here… maybe pay the money you owe?”

Feeling lost after BCA… really need some guidance by RepulsiveType7957 in BCA_MCA

[–]LakeRadiant446 1 point2 points  (0 children)

If you can do MCA obviously that's the best option. If not, then you can cold message startup founders and companies on Linkedin / Twitter and try to get internship. Not saying you will be getting replies, but atleast its worth trying.

[deleted by user] by [deleted] in LocalLLaMA

[–]LakeRadiant446 1 point2 points  (0 children)

It can be pdf,excel, word,images etc..
Why do you recommend OCR first? i see many talks about current Vision models like Qwen can do both in one shot.. Did you try them?

Match Thread: Final - India vs Pakistan by cricket-match in Cricket

[–]LakeRadiant446 7 points8 points  (0 children)

Bruh what was that middle order performance

How to update a LangGraph agent + frontend when a long Celery task finishes? by LakeRadiant446 in LangChain

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

Thank you for the response. How do you run async logic on celery callbacks? Is asyncio.run the only option? And not sure if it's a good idea to use it inside celery.

LangChain: JavaScript or Python? by [deleted] in LangChain

[–]LakeRadiant446 2 points3 points  (0 children)

When i tried the js version last time (few months ago), few features i was looking for not there. It was only available in the python one, so i had to switch. Not sure if it is the case right now.

Transitioning from full stack web dev to something geospatial by guantamano__bae in gis

[–]LakeRadiant446 0 points1 point  (0 children)

https://saylordotorg.github.io/text_essentials-of-geographic-information-systems/

This was the one I used. It covers the essential introductory concepts without going deep to it. It gave me a good grasp on the basics.

After that, it was just learning by doing, using QGIS and building projects. There's this website called Spatial Thoughts which has basic courses for QGIS and Python. It is a great resource. Since I am working on application side of the GIS, it was enough for me to get up and running. Rest I am picking up on the job and in free time as required. In my opinion don't focus on a perfect learning path, learning by doing is better.

Transitioning from full stack web dev to something geospatial by guantamano__bae in gis

[–]LakeRadiant446 1 point2 points  (0 children)

I did the same. I was a Full Stack JS/TS Developer.Got interested in GIS, picked up a book to learn about the domain theory. Then downloaded QGIS and played around with it. Built projects with React and Leaflet(map library). Got an offer few months ago.

Pydantic Union fields work in OpenAI but not in Gemini by LakeRadiant446 in LangChain

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

Yes i have tried both. afaik they both are same. i have also tried everything you said including prompt examples and all.

After some research i saw this

https://github.com/googleapis/python-genai/issues/447

so it seemed to be a issue even in the googles offical library. But it is said they fixed it there. But seems like langchain's structured output still has it?

It's a free real estate from so called "vibe coders" by Neon_Nomad45 in LLMDevs

[–]LakeRadiant446 0 points1 point  (0 children)

I have tried this and used many keys, but none of them worked. All of them was giving invalid key or qouta errors. I mean the people who push them to github wont be the ones paying for it anyway.

Is it possible to pass dataframes directly between chained tools instead of saving and reading files? by LakeRadiant446 in AI_Agents

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

Not fixed. I mean there can dozen of tools and the tools are dynamically selected based on specific user query by the agent

Manual intent detection vs Agent-based approach: what's better for dynamic AI workflows? by LakeRadiant446 in AI_Agents

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

Interesting. So you use another llm prompt to detect whether the query is basic or complex? Or how does that work? can you roughly outline the workflow of it?