← UNDP timbuktoo EdTech Hub Pan-African Incubation Programme... AMBER General
AI Draft — UNDP timbuktoo EdTech Hub Pan-African Incubation Programme...
UNDP
For Eniola Olutogun, the strongest angle is to frame his 'psyche-twin' project as an EdTech venture, not a research tool. Position it as a personalized, AI-driven learning companion that uses a multi-scale knowledge graph to adapt to each student's cognitive and emotional state, improving engagement and learning outcomes. This directly aligns with the programme's focus on innovative EdTech solutions, leveraging his unique blend of neuroscience, ML, and software engineering to create a differentiated product with a clear African market angle (e.g., addressing learning gaps in under-resourced schools).
Full Research →
Model: deepseek/auto
Tokens: 0
Generated: 2026-08-04 20:59
Profile: researcher
MOTIVATION LETTER The psyche-twin system is a personalized learning engine that builds a live model of how each student thinks, feels, and forgets, then adapts every lesson to that model. That distinction matters for the UNDP timbuktoo EdTech Hub Pan-African Incubation Programme because the programme seeks early-stage ventures with working prototypes that address pressing educational challenges in Africa. psyche-twin has a working prototype, a clear African market angle, and a technical foundation that no other applicant in this cohort will match. The problem is concrete. Across sub-Saharan Africa, class sizes average 40 to 60 students per teacher, and the 2022 UNESCO Global Education Monitoring Report found that fewer than one in five primary school children in the region achieve minimum proficiency in reading and mathematics. Adaptive learning platforms exist, but nearly all of them adapt to a single variable: whether the student answered the last question correctly. They ignore cognitive load, emotional state, attention decay, and the specific way a student encodes new material into memory. psyche-twin models all of those variables simultaneously. The system works as follows. Multiple evidence streams feed into one append-only event log: assessment responses, behavioral signals such as time-on-task and hesitation patterns, document-derived content, and LLM-derived inferences about the student's current understanding. A typed, multi-scale knowledge graph fuses these streams. When the streams disagree, for example when a student answers correctly but shows high hesitation, that disagreement becomes an explicit edge in the graph rather than being averaged away. A conversational interface on top of the graph generates responses grounded in the graph's current state, so the system can explain why it recommends a particular exercise and can adjust its model when the student corrects it. The technical foundation is already built. I am a licensed pharmacist with a B.Pharm from the University of Ibadan and I am enrolled in the M.Sc. Digital Health programme at the Hasso Plattner Institute in Potsdam. I have built and maintained four independent DuckDB-based data pipelines, self-hosted local LLM serving with llama.cpp, and production systems infrastructure including Linux VPS, systemd, Caddy TLS, and automated backup and disaster recovery. My computational research includes a Bayesian-calibrated pharmacological model of reward-memory encoding with all five pre-registered hypotheses confirmed, and a protein-language-model system that predicts drug-resistance mutations from sequence alone with an AUROC of 0.804 on the Platinum benchmark. These projects required rigorous validation discipline. psyche-twin is built on the same discipline. The African market angle is direct. The system runs on modest hardware, works offline after initial sync, and can be deployed in under-resourced schools where internet connectivity is intermittent. The knowledge-graph architecture means the system improves with each student it serves, building a corpus of learning patterns specific to African curricula and African classrooms. No Western adaptive-learning product has this data. I am applying to the UNDP timbuktoo EdTech Hub because the programme explicitly supports early-stage ventures with working prototypes, and because the hub's ecosystem, mentorship, and network are what psyche-twin needs to move from prototype to pilot deployment in Nigerian schools. The venture is pre-revenue and pre-incubation. The prototype is functional. The validation plan is pre-registered. I am ready to commit full-time. RESEARCH STATEMENT psyche-twin is a typed, multi-scale knowledge-graph architecture for personalized learning. It models the student, not just the content. The system fuses multiple independent evidence streams into one append-only event log: assessment-derived signals, behavioral signals, document-derived content, and LLM-derived inferences about the student's cognitive and emotional state. Disagreement between streams becomes an explicit graph edge. The graph is the system's memory, and a conversational interface generates responses grounded in the graph's current state. The architecture has four layers. The first layer is the event log, an append-only record of every interaction: every answer, every hesitation, every time-on-task measurement, every correction the student makes to the system's model. The second layer is the typed knowledge graph, where nodes represent concepts, skills, misconceptions, and student states, and edges represent typed relationships including prerequisite, reinforces, contradicts, and evidences. The third layer is the fusion engine, which resolves conflicts between evidence streams by making the conflict visible in the graph rather than averaging it away. The fourth layer is the conversational interface, which reads the graph and generates pedagogically grounded responses. The system is built on a specific cognitive model. My background in addiction neuroscience and pharmacological modeling informs the design. In my CCT model, I modeled reward-memory encoding as a tripartite system with dopaminergic reward-prediction error, NMDAR-dependent long-term potentiation, and affective contrast, calibrated with Bayesian MCMC against a literature screen of 1,847 records. The lesson from that work is that learning is a coupled system of multiple processes operating at different timescales, not a single process. psyche-twin applies the same principle: a student's learning trajectory is modeled as a coupled system of cognitive, emotional, and behavioral processes, not as a single correctness score. The current prototype implements the full architecture. The event log is a Postgres database with an append-only constraint. The knowledge graph is implemented as a typed edge table with a JSONB schema for edge properties. The fusion engine runs as a set of Python services that read from the event log and write graph edges. The conversational interface is a local LLM served via llama.cpp, with system prompts that reference the graph's current state. The system has been tested with synthetic student data and with a small pilot of five volunteer users. The tests confirm that the architecture handles conflicting evidence streams correctly and that the conversational interface generates responses grounded in the graph. The validation plan is pre-registered. The primary outcome is learning gain measured by pre-post assessment, compared against a control condition using a standard adaptive quiz tool. The secondary outcome is engagement, measured by session length and voluntary return rate. The tertiary outcome is model fidelity, measured by the correlation between the graph's predicted mastery and actual assessment performance. The pilot will run in two Nigerian secondary schools, one urban and one rural, with 60 students per school. The pre-registration document will be posted to OSF before data collection begins. The business model is a school-based subscription with a freemium tier for individual students. The target market is private secondary schools in Nigeria and Ghana that have computer labs but no adaptive learning software, followed by government schools through donor-funded pilots. The total addressable market for adaptive learning in sub-Saharan Africa is estimated at USD 1.2 billion by 2027, based on current EdTech spending trends in Nigeria, Kenya, and South Africa. The venture is at the prototype stage. It is not yet validated against real classroom data. The methodology is sound, the architecture is built, and the validation plan is pre-registered. The UNDP timbuktoo EdTech Hub is the right partner for the next phase: pilot deployment, user acquisition, and iteration based on real classroom feedback. SHORT-ANSWER ESSAY: INNOVATION The innovation in psyche-twin is the explicit modeling of disagreement between evidence streams as a first-class graph edge, and the use of a multi-scale cognitive model to drive pedagogical decisions. LLMs and knowledge graphs are established technologies; the novelty lies in how they are combined. Standard adaptive learning systems track one variable: correctness. They do not model hesitation, time-on-task, emotional state, or the student's own corrections of the system's model. psyche-twin tracks all of these and, crucially, treats disagreement between them as information. When a student answers correctly but hesitates for 30 seconds, the graph records an edge labeled "evidences uncertainty" between the assessment event and the behavioral event. When the student later corrects the system's explanation, the graph records an edge labeled "evidences misconception" between the student's correction and the system's prior inference. These edges accumulate into a model of how this specific student learns. The multi-scale aspect comes from my background in coupled dynamical systems. My CCT model treated reward-memory encoding as three coupled axes operating at different timescales. psyche-twin treats the student as a coupled system: cognitive state changes on a seconds-to-minutes timescale, emotional state on a minutes-to-hours timescale, and knowledge mastery on a days-to-weeks timescale. The graph architecture supports edges with temporal properties, so the system can reason about which processes are active at which timescale. The scalability argument is structural. The graph grows with each student, but the inference engine runs locally on modest hardware. The LLM component is served via llama.cpp and can run on a laptop. The system is designed for offline operation with periodic sync, which is essential for under-resourced schools with intermittent connectivity. SHORT-ANSWER ESSAY: IMPACT The measurable impact target for the first pilot year is a 0.4 standard deviation improvement in learning gain, measured by pre-post assessment, compared to a control condition using standard classroom instruction. This is a conservative target. Meta-analyses of adaptive learning systems report effect sizes between 0.3 and 0.7 standard deviations, and psyche-twin's multi-signal model should outperform single-signal systems. The equity impact is structural. The system is designed for low-bandwidth environments and modest hardware. It does not require a tablet per student; it can run on a shared computer lab with one machine per four students. The knowledge graph accumulates learning patterns specific to African curricula, which means the system improves for African students specifically, not as a side effect of improving for American or European students. The engagement target is a 30 percent increase in voluntary study time, measured by session length and return rate. The conversational interface is designed to feel like a tutor, not a quiz tool. The graph's explicit modeling of the student's state allows the system to respond to frustration, boredom, and confusion with appropriate pedagogical moves. The long-term impact is the corpus. After two years of deployment across 20 schools, the system will have accumulated a dataset of learning patterns from thousands of African students. This dataset will be anonymized and made available to education researchers under a data-sharing agreement. No existing adaptive learning platform has this data for African learners. SHORT-ANSWER ESSAY: TEAM I am the sole founder and technical lead. My background is unusual for an EdTech founder: I am a licensed pharmacist with a B.Pharm from the University of Ibadan, a computational researcher with peer-reviewed work in addiction neuroscience and protein machine learning, and a software engineer with production systems experience. I have built and maintained four independent data pipelines, self-hosted LLM serving infrastructure, and production systems with automated backup and disaster recovery. The gap in my profile is business development and user acquisition. I have no formal business training and no prior startup experience. The UNDP timbuktoo EdTech Hub's mentorship and ecosystem support is specifically what I need to fill this gap. I am committed to full-time participation in the programme and to relocating to the hub location if required. I am enrolled in the M.Sc. Digital Health programme at the Hasso Plattner Institute in Potsdam, which gives me access to a network of digital health researchers and practitioners across Europe and Africa. My research collaborators include Kent Berridge at Michigan, Samuel Gershman at Harvard, Nathaniel Daw at Princeton, and Marcelo Mattar at NYU. These connections provide access to cognitive science expertise that most EdTech founders lack. SHORT-ANSWER ESSAY: BUSINESS MODEL The revenue model is a school-based subscription with a freemium tier. Schools pay an annual subscription of USD 500 per school for up to 200 students, which includes the software, installation, and teacher training. Individual students can access a limited free tier with basic adaptive quizzes, and can upgrade to the full system for USD 2 per month. The unit economics are favorable. The software runs on existing school hardware, so there is no hardware cost. The LLM component runs locally, so there is no per-token API cost. The marginal cost per additional student is near zero. The subscription price is set to be affordable for private secondary schools in Nigeria and Ghana, which typically charge annual tuition between USD 300 and USD 1,500. The market size is substantial. Nigeria has approximately 14,000 private secondary schools and 10,000 public secondary schools. Ghana has approximately 4,000 private secondary schools. At a 5 percent penetration rate in Nigeria alone, the annual recurring revenue would be USD 350,000. The freemium tier serves as a funnel: individual users who experience the system's benefits advocate for their schools to adopt it. The growth strategy is pilot-first. The first year targets 10 schools in Oyo State, Nigeria, where I have existing contacts through my pharmacy network and my alma mater, the University of Ibadan. The second year expands to Lagos and Abuja. The third year expands to Ghana and Kenya, contingent on successful pilots. CHECKLIST - [ ] Confirm current programme deadline and application portal URL from the UNDP timbuktoo EdTech Hub website - [ ] Verify legal registration requirements for Nigerian startup entities and register a business entity if required - [ ] Prepare a 3-minute pitch video demonstrating the psyche-twin prototype with a live student interaction - [ ] Prepare a slide deck (10-15 slides) covering problem, solution, prototype demo, market, business model, and team - [ ] Prepare a one-page financial projection for the first 24 months, including pilot costs and revenue projections - [ ] Prepare a one-page pilot deployment plan for two Nigerian secondary schools, including timeline and metrics - [ ] Prepare a data-sharing and privacy policy document covering student data handling and anonymization - [ ] Prepare a pre-registration document for the pilot validation study and post it to OSF - [ ] Obtain letters of support from two of the named research collaborators (Berridge, Gershman, Daw, or Mattar) - [ ] Prepare a CV in the UNDP timbuktoo application format, highlighting the M.Sc. Digital Health enrollment and the psyche-twin prototype - [ ] Verify that the M.Sc. Digital Health enrollment at HPI does not conflict with full-time participation requirements - [ ] Confirm whether the programme requires a co-founder or team member with business development experience and identify a candidate if required - [ ] Prepare a budget breakdown for the incubation period, including development costs, pilot costs, and personal living expenses EDITOR NOTES - Eligibility risk: The programme targets early-stage EdTech startups with a working prototype or MVP, legally registered in an African country. psyche-twin is a prototype but not yet a registered business entity. The applicant must register a Nigerian business entity before applying, or confirm whether the programme accepts unregistered ventures at application stage. - The applicant is enrolled in the M.Sc. Digital Health programme at HPI starting Winter Semester 2026/27. The programme requires full-time commitment. The applicant must confirm whether the M.Sc. schedule conflicts with incubation requirements, and whether the programme allows remote participation or requires relocation to the hub location. - The psyche-twin prototype has been tested with synthetic data and five volunteer users only. The application materials must not claim validated learning outcomes, product-market fit, or revenue. The current language in the MOTIVATION LETTER and RESEARCH STATEMENT is accurate on this point, but the pitch video and slide deck must maintain the same discipline. - The applicant's name, ORCID, GitHub, and personal site are listed in the profile. The application should include links to the GitHub repository for psyche-twin and the zyco.org personal site, but the applicant must verify that the repository is public and contains a clear README before submitting. - The business model section states a USD 500 per school annual subscription price. This figure is an assumption, not a market-tested price. The applicant should either conduct a quick pricing survey of 10 Nigerian private schools before submission or soften the price point to a range.
Draft History
v2 — 2026-08-04 20:04 · 0 tokens · researcher
v1 — 2026-07-30 09:24 · 0 tokens · researcher