DEV Community

Cover image for We Didn't Build Another AI Chatbot. We Built an AI Study Companion for Future Doctors.
Navchetna Technologies
Navchetna Technologies

Posted on

We Didn't Build Another AI Chatbot. We Built an AI Study Companion for Future Doctors.

"Every doctor once sat exactly where today's NEET aspirants are sitting—surrounded by books, uncertainty, and an impossible dream."

Every year, millions of students prepare for NEET.

Most of them aren't chasing marks.

They're chasing a white coat.

They're chasing the moment their parents hear, "Congratulations, you've been selected."

But getting there isn't easy.


The Hardest Part of NEET Isn't Biology

Ask any NEET aspirant.

The challenge isn't finding study material.

It's staying consistent for months.

Thousands of pages.

Hundreds of diagrams.

Endless mock tests.

Revision after revision.

Eventually every student reaches a point where they stop asking,

"Can I crack NEET?"

and start asking,

"Am I even good enough?"

That's the moment where most students quietly give up.


AI Can Answer Questions.

But Can It Help Someone Learn?

When generative AI exploded, education platforms rushed to integrate chatbots.

We did too.

Students loved getting instant answers.

But after analyzing how they used the platform, we noticed something surprising.

Students kept asking the same questions.

Making the same mistakes.

Repeating the same misconceptions.

The AI answered perfectly.

Yet learning wasn't improving.

That's when we realized something.

Education isn't about generating answers. It's about building understanding.


Building an AI That Thinks Like a Mentor

Instead of building another chatbot, we asked ourselves a different question.

What if AI understood why a student was confused before trying to explain the answer?

That philosophy became the foundation of Osmium AI.

Instead of immediately responding, the platform focuses on understanding:

  • where the conceptual gap exists
  • why the student made the mistake
  • whether they need an analogy, diagram, or deeper explanation
  • what topic they should revise next

Learning isn't linear.

AI shouldn't be either.


Engineering Behind the Experience

Since this is dev.to, here's what powers the platform.

Osmium AI runs on a custom inference platform built with Rust and Axum, exposing OpenAI-compatible APIs for developers.

Highlights include:

  • Streaming inference
  • Function calling
  • JSON mode
  • Intelligent model routing
  • Automatic model failover
  • Multilingual support
  • Specialized reasoning, coding, embedding, and moderation models

Rather than treating every request equally, workloads are routed to models optimized for their specific purpose.


Built for Indian Students

Students preparing for NEET rarely ask textbook-perfect questions.

Sometimes they type half a Biology diagram.

Sometimes they switch between English and Hindi.

Sometimes they only remember part of a question.

Educational AI has to understand students before answering them.

That's why multilingual learning and educational reasoning became core design goals instead of optional features.


AI Won't Replace Great Teachers

Teachers inspire.

Mentors motivate.

Parents sacrifice.

AI can't replace any of them.

But AI can make sure a student never has to wait until tomorrow to understand today's doubt.

That's the future we believe in.


For Every Future Doctor

If you're preparing for NEET, we've built a dedicated AI-powered experience with concept explanations, doubt solving, revision support, mock preparation, and personalized learning guidance.

Explore it here: https://osmium.co.in/for/neet

Because sometimes one concept understood today becomes one life saved tomorrow.

Top comments (2)

Collapse
 
marcusykim profile image
Marcus Kim

The observation that students kept asking the same questions and repeating the same misconceptions is more important than instant answer generation; it points to a learning system that needs memory and diagnosis, not just a faster response. The choice to support half-remembered Biology diagrams and English-Hindi switching also reflects the messy input real students actually produce, while Rust and Axum provide a serious foundation for streaming and model failover. The founder challenge is proving that "understanding improved" with evidence-retention, error correction, and revision outcomes-rather than measuring success through chat volume.

Collapse
 
navchetna_tech profile image
Navchetna Technologies

Thanks! You summed up the challenge perfectly. Our aim is to build an AI that behaves more like a mentor than a search engine. Instead of only answering, Osmium AI identifies where the student's reasoning went wrong, adapts its explanation, quizzes the student to check understanding, and reinforces concepts until they're retained. Ultimately, we'd rather measure fewer repeated mistakes and better retention than more chats, that's the benchmark we're working toward.