Introducing PDP Shikshya: AI Learning Built Around a School's Fears, Not Against Them

PDP Shikshya is an AI learning platform for Nepali schools where every feature is a deliberate answer to a real classroom concern — cheating, screen addiction, minor data privacy. Here is the full product and the design philosophy behind it.

Introducing PDP Shikshya: AI Learning Built Around a School's Fears, Not Against Them

Most AI study apps are built to do as much of the work as possible: ask a question, get an answer, move on. Schools have watched that play out and drawn the obvious conclusion — it is very good at producing homework and very bad at producing learning. PDP Shikshya is built by pdpspectra on the opposite premise. The brief was unusual: before asking for features, the school listed its fears. Every part of the platform is engineered as a defensive answer to one of them.

This post is the full tour — what the product is, the philosophy that shapes it, and how the pieces fit together. The three follow-on posts go deeper on the AI pedagogy, the school-operations and architecture, and the student-data privacy and curriculum-walled AI.

Start from the fears, not the features#

When a school sits down to talk about AI, the conversation is rarely about capability. It is about loss. The concerns the school raised were specific and, frankly, correct:

  • AI dependency replacing real thinking
  • Skill atrophy in writing, research, and reasoning
  • The learning process bypassed — output without understanding
  • Academic dishonesty and AI-assisted submissions
  • Chatbot misuse and over-reliance
  • Data privacy for minors
  • Misinformation and hallucination from AI
  • Lack of parental visibility
  • Teachers unable to assess genuine ability
  • Screen time and device overuse
  • Gamification driving addictive usage

The usual EdTech answer is to wave these away with a safety policy and ship the same answer-machine anyway. PDP Shikshya does the inverted thing: it treats each fear as a product requirement with an owner in the codebase. The result is a platform that, by construction, makes the lazy path harder and the learning path the default.

The defensive core#

Four capabilities form the heart of the product. Each one maps directly to a fear above.

A Socratic tutor that will not hand out answers. The live tutor streams its responses, but in its default posture it answers a coursework question with a guiding question rather than a solution. The aim is to keep the student reasoning — to make the tool a study partner that refuses to do the thinking for you. This is the direct counter to “AI replaces thinking” and “AI-assisted submissions.”

A curriculum-walled knowledge base. Rather than letting the model answer from its open-ended training, the tutor grounds its answers in a retrieval layer built over the school’s own corpus — including the real Nepal grade 9–10 textbooks. Ask something inside the syllabus and you get a grounded answer with a citation. Ask something outside it, in exam mode, and the tutor deflects instead of improvising. That is the answer to hallucination and misinformation.

On-device PII stripping. Before any student text reaches the language model, a local anonymization layer strips personally identifiable information — names, roll numbers — using a regex-and-roster pass that runs on the school’s own box. A student can write “I’m Aarya, roll 14, explain photosynthesis” and the model only ever sees the anonymized version. That is the answer to data privacy for minors.

A “Proof of Thought” teacher view. Instead of measuring the final artifact — which AI can fake — the teacher dashboard measures the learning journey: attempts, hints requested, points of struggle, breakthroughs, and escalations. It is built so a teacher can see who genuinely worked through a problem and who did not, which is the answer to “teachers can’t assess genuine ability.”

Those four are the spine. Everything else hangs off it.

Around the core: a real school platform#

A defensible tutor on its own is a demo. To be a product a school can actually run on, PDP Shikshya wraps that core in a full operations suite — all rendering live data, with no mock screens.

  • Homework, assignments and grading — set homework with due dates and library attachments, assign AI-generated or hand-written quizzes and puzzles to a student, group, grade, or the whole school, and grade submissions with marks and comments.
  • Attendance — mark present, late, or absent per class and date; absent and late students and their parents are notified automatically, with running percentages.
  • Class routine — a weekly grid planner built on bell-schedule period templates, with automatic detection of teacher double-booking.
  • Calendar — shared school events in List, Month, and Year views, with full Bikram Sambat (BS) support alongside Gregorian dates — the school sets which is default.
  • Analytics and report cards — engagement, quiz and puzzle performance by subject, attendance, completion rates, “needs attention” flags, and CSV export.
  • Timeline and chat — a school feed with audience targeting and approval workflows, plus direct and group messaging where student-to-student chats are monitored by department teachers.
  • Library — vetted books and study materials, including the real grade 9–10 textbooks, shared down to the right grade or department.

This is the part that turns a clever tutor into something a school can adopt for daily operations rather than as a novelty.

The engagement layer, kept honest#

Gamification was on the school’s fear list, not its wish list — “gamification driving addictive usage.” So PDP Shikshya includes a practice layer, but pairs it with guardrails.

The practice itself is substantial: grade-appropriate quizzes with instant feedback and explanations, four kinds of brain puzzles (Word Scramble, Match-Up, Odd One Out, Memory Match), a points and streak system, a leaderboard, daily check-ins, and unlockable achievement badges. Questions are generated per subject and grade — a grade 9 quiz is easier than a grade 12 one — and cached for speed and cost.

The guardrail is Digital Sunset: a per-student daily screen-time limit with a nightly wind-down, tracked on the school’s own box. The same product that gamifies practice also caps it, on the school’s terms, per child. That is the design philosophy in miniature — give a capability and the brake for it in the same breath.

For schools that want it, there is also an optional Coding Courses academy: a self-paced, W3Schools-style track of 18 courses and roughly 570 lessons across HTML, CSS, JavaScript, Python, SQL, React and more, with a live in-browser editor that runs Python (via WebAssembly), SQL, JavaScript and React without leaving the page. It ships as a per-school feature toggle.

Built for its market, in its languages#

PDP Shikshya is built for the Nepali school market specifically, and the details show it. The interface is bilingual — English and नेपाली — with a switch in the top bar. The calendar speaks Bikram Sambat natively. The curriculum wall is stocked with the actual Nepal grade 9–10 textbooks rather than a generic dataset. The roles, the routine planner, the report cards, and the parent relationships are modeled on how a real school here is structured.

Underneath, it is a multi-tenant platform: every school is an isolated tenant with its own users, curriculum, telemetry and billing, governed by six roles from platform super-admin down through tenant and department admins to teachers, students, and parents. One deployment can serve many schools without their data ever mixing. We cover that architecture in detail in the school-operations post.

Why this approach matters#

The bet behind PDP Shikshya is that the schools resisting AI are not being unreasonable — they are reacting to products genuinely designed to shortcut learning. A platform that takes their objections as the specification, rather than as obstacles to overcome with a disclaimer, ends up in a different place: AI that strengthens the learning process instead of bypassing it, with the controls a school needs to trust it sitting in plain view.

That is the thread running through every feature. A tutor that asks before it answers. A knowledge base that stays inside the syllabus. Privacy that happens before the model, not in a policy document. Assessment that watches the journey, not the artifact. Engagement with a built-in off switch.

The takeaway#

PDP Shikshya is an AI learning platform that earns a school’s trust by design — it answers each of a school’s real fears about AI with a specific, inspectable feature, then wraps that defensible core in a complete operations suite a school can run on day to day. It is built for the Nepali school market — bilingual and Bikram-Sambat-native — and it is the clearest statement we know of that responsible AI in education is an engineering choice, not a marketing claim. See it live at pdpshikshya.com, and read on for the deep dives into its pedagogy, its platform and architecture, and its privacy model.