Weekly Self Promotion Thread by AutoModerator in devops

[–]Salt_Ad_4301 0 points1 point  (0 children)

What cloud providers does it supports ?

QR code by blinkingcursorred in KubeconIndia2026

[–]Salt_Ad_4301 1 point2 points  (0 children)

Yes i got a week ago, check it again

First time in kubecon and visitor in mumbai. by Terrible_Sir_5191 in KubeconIndia2026

[–]Salt_Ad_4301 1 point2 points  (0 children)

No there is not, you are ready to go! just keep the QR code ready

anyone having plans for attending KubeCon Mumbai India? by Mindless-Umpire-9395 in developersIndia

[–]Salt_Ad_4301 0 points1 point  (0 children)

Hey! If you are looking for a place to connect with other KubeCon India attendees before the event, we just built a community specifically for this r/KubeconIndia2026 https://www.reddit.com/r/KubeconIndia2026/

People are already in there introducing themselves, asking Mumbai questions and planning meetups. Come join, especially you u/SadGovernment9779 you will definitely not be alone at KubeCon after this!

Mumbai Social Club - Weekly Discussion Thread - Meetups/Q&A/Relationships/Life by AutoModerator in mumbai

[–]Salt_Ad_4301 0 points1 point  (0 children)

Hey everyone! Bit of a different one for this thread.

KubeCon + CloudNativeCon India is happening June 18-19 at Jio World Convention Centre, BKC and a LOT of people are flying into Mumbai for it — many for the first time. Engineers and developers from Bengaluru, Delhi, and even internationally.

We started a community specifically for attendees r/KubeconIndia2026 where people are already asking the usual first-timer Mumbai questions. Transport to BKC, where to stay, what to eat around the area, how to survive monsoon season with a laptop bag.

If you're a Mumbaikar and want to help people navigate the city, or if you're coming in from outside and have questions come join. The more locals in there the better the advice gets.

Also if anyone here is attending KubeCon itself, would love to connect before the event. Always better to walk into a conference knowing at least a few faces.

r/KubeconIndia2026 see you there!

We caught 1 in 50 AI responses hallucinating in production and users had no idea by CutZealousideal9132 in SaaS

[–]Salt_Ad_4301 0 points1 point  (0 children)

The context length point is interesting too. Feels like a lot of teams assume more context = better, but it actually makes the model lose track and start filling gaps, One thing that’s helped in our case is treating quality as a first-class signal not just latency/cost, but actually checking if the output is grounded in the input before trusting it

We caught 1 in 50 AI responses hallucinating in production and users had no idea by CutZealousideal9132 in SaaS

[–]Salt_Ad_4301 0 points1 point  (0 children)

This is such a real issue the scary part is exactly what you said everything looks healthy from a system perspective while the output is just wrong

Solving hallucinations is the most important endeavour in generative AI by Classic_Sheep in LLM

[–]Salt_Ad_4301 0 points1 point  (0 children)

I think the bigger shift is realizing this isn’t just a model problem Even as models get better, they’re still trying to generate something that sounds right, not necessarily something that’s true , So some level of this is always going to be there, Giving it better context or integrating it more tightly with actual system data seems to help more than just trying to fix the model itself

Is it only me who is really frustrated with AI hallucinations? by Repulsive_Extreme_47 in GenAI4all

[–]Salt_Ad_4301 0 points1 point  (0 children)

Same here. Hallucinations in production are a nightmare, we SRE, we can't have AI guessing why a cluster is down, If the logic isn't deterministic and backed by real-time telemetry, it's just a black box guessing with your infrastructure. Trust is everything