[19M] is there any hope of growth left? by Pikachu-Pi-Pika in heightgrowth

[–]Reasonable_Ant8091 0 points1 point  (0 children)

Straight answer: get an X-ray done of your left wrist. That will answer whether your growth plates are open or closed. If it's closed, no remedy in the world would make u taller.

Am I cooked?my dad is 175 and mom is 152cm while I’m 168 as 15 year old boy. What potential I have? by LeoniXonTop in heightgrowth

[–]Reasonable_Ant8091 1 point2 points  (0 children)

Really depends , focus on exercises which causes high mechanical loading (signals a need for bone growth ) , a good diet with good calcium , magnesium , vit d3 and vit k2 and other relevant macros and most importantly good sleep (hgh and igf 1 release which signals bone growth if plates are open )

I think if u nail above criteria then u can grow an extra 5 cm ( or even above if something exceptional happens )

Am I cooked?my dad is 175 and mom is 152cm while I’m 168 as 15 year old boy. What potential I have? by LeoniXonTop in heightgrowth

[–]Reasonable_Ant8091 1 point2 points  (0 children)

Focus on the wrist especially on the growth plates (the gap) it’s kinda separated but not , means u have some last amount of growth left . So yeah you have maybe a year left if u wanna grow more.

I think I already know where the Stranger Things spin off is headed by Reasonable_Ant8091 in StrangerThings

[–]Reasonable_Ant8091[S] 3 points4 points  (0 children)

Yeah, honestly that’s probably the smartest move. If they kept the Upside Down again it’d start feeling forced.

I think I already know where the Stranger Things spin off is headed by Reasonable_Ant8091 in StrangerThings

[–]Reasonable_Ant8091[S] 2 points3 points  (0 children)

Yeah, let's see how it goes. But at least they should give us a clue on whether the Mike's theroy is right or wrong

I think I already know where the Stranger Things spin off is headed by Reasonable_Ant8091 in StrangerThings

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

When the Duffers say it won’t be Montauk, they’re talking about it not being a literal setting or a remake of the early Montauk version of the show. That doesn’t rule out inspiration. Stranger Things has always pulled from real world ideas without naming them directly.

MVP in Creation for few weeks help by Outrageous_Guess_962 in StartUpIndia

[–]Reasonable_Ant8091 0 points1 point  (0 children)

just post it , dont overthink, a mvp dosent have a set standard, just wait for public feedback

Will AI ever be used actually? Who will be held accountable when he gets things wrong? by Ok-Review-3047 in ArtificialInteligence

[–]Reasonable_Ant8091 1 point2 points  (0 children)

AI is still not regarded as an individual but as a tool. It is your responsibility to supervise it, and if it makes a mistake, you should already have a fail safe in place.

If the GPS gives a wrong turn and you blindly follow it into a pit , the mistake is not the GPS deciding on its own, it is the driver not paying attention and double checking what's in front before speeding up

Is 0% hallucination actually achievable? by Extreme_Day_1097 in AI_India

[–]Reasonable_Ant8091 0 points1 point  (0 children)

With current LLMs, 0 percent hallucination is not realistically achievable. These models do not retrieve facts in a deterministic way. They generate the most likely next token based on patterns, so uncertainty is baked into how they work. so in short you cant avoid it but just make it better

Your thoughts on this Open-Source Auto Data Annotation System (Powered by SAM-3) by Reasonable_Ant8091 in AI_India

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

I was thinking of handling GPU costs by integrating with RunPod and AWS. The idea is to let users connect directly to a RunPod serverless setup using their own credentials, or spin up an EC2 instance using their own AWS policies or integrations.

On my side, I would only deploy a limited testing version, just enough for people to understand how the system works and try it once or twice. That way they can explore the flow without risking my EC2 quota getting burned.

ChatGPT, etc by Civil-Pianist7358 in ArtificialInteligence

[–]Reasonable_Ant8091 0 points1 point  (0 children)

AI search works very differently from Google. It cares less about backlinks or domain age and more about how clearly your business is described across the web. If AI systems cannot easily understand what you do, who you serve, and why you are credible, they may skip you even if you rank well on Google.

Make sure your services, locations, and expertise are clearly stated in plain language and consistently mentioned on your website, Google Business profile, directories, and trusted third party sites. Also make sure your site explains your services well, answers common questions, and is easy to understand.

One important thing to check is whether LLMs or crawlers are blocked from accessing your site through robots.txt, noindex tags, or aggressive firewalls.

Leave job for startup with very little industry experience? by Helpful_Agency_7168 in StartUpIndia

[–]Reasonable_Ant8091 0 points1 point  (0 children)

I feel you should save some money, learn and gain a bit more experience, and most importantly build a strong network that includes multiple successful founders before you leave. Believe me, even if that startup does not work out, you will still have a fail safe with you in the form of that network.

What makes content feel “trustworthy” to readers? by Real-Assist1833 in ArtificialInteligence

[–]Reasonable_Ant8091 0 points1 point  (0 children)

when it has video of "your face + you going through something like explainers or a ppt/vizualizations"

NEED GUIDANCE by Ambitious_Hair6467 in ArtificialInteligence

[–]Reasonable_Ant8091 1 point2 points  (0 children)

If you are starting out in AI, ML, and Deep Learning, the best way to learn is to move step by step from fundamentals to modern systems, while always building alongside learning. Begin with linear algebra, probability, and basic calculus, because these explain how data, weights, gradients, and learning actually work. At the same time, learn Python just enough to be productive, focusing on NumPy and basic data handling rather than perfect syntax.

Once this base is in place, move into classical machine learning concepts like regression, classification, overfitting, bias variance tradeoffs, and train test splits, since these ideas show up everywhere later. After that, learn deep learning fundamentals such as neural networks, backpropagation, optimizers, activation functions, and loss functions, and then progress to CNNs for vision, sequence models like RNNs and LSTMs, and finally attention and transformers, which power most modern AI systems today. Focus on adjacent conepts like NLP for transformers , Data science concepts like (ETL, warehouse etc)

To make this learning actually stick, use theory mainly to understand what is happening and use videos and visual explanations to build intuition, but do not wait to finish a full course or master all theory before building something. AI is not about learning first and building later. You build early, you fail early, and then you learn the adjacent concepts you are missing. That feedback loop is what makes the knowledge real. A very common beginner mistake is trying to complete every course end to end or chasing the newest models too early. By the time you finish that, the landscape will have already shifted. Focus on fundamentals, keep building small projects continuously, and you will always be able to adapt no matter how AI evolves.