Framing Angle (from Research)
For Eniola Olutogun, the strongest angle is to leverage the 'psyche-twin' venture as the AI-native startup idea, given its direct fit with the accelerator's focus on AI-native products and iterative prototyping. The venture's multi-scale knowledge-graph architecture and first-person conversational interface align perfectly with the program's emphasis on building a demo-ready AI prototype and validating a specific workflow problem (e.g., personalized self-modeling for mental health or behavioral insights). Eniola's technical expertise in AI/ML, software engineering, and data infrastructure (e.g., DuckDB, local LLM serving) positions them strongly for the AI-Builder route, and their existing research on computational neuroscience and dynamical systems provides a unique, evidence-based foundation for the venture's design.
Full Research →
MOTIVATION LETTER
The Roseville AI-Native Startup Accelerator 2026 asks for a founder with a measurable workflow problem and a small AI prototype. I bring both, plus a research record that makes the prototype defensible. My venture, psyche-twin, is a typed, multi-scale knowledge-graph architecture for self-modeling. It fuses multiple independent evidence streams, LLM-derived, assessment-derived, behavioral, and document-derived, into one append-only event log. Disagreement between streams becomes an explicit graph edge rather than being averaged away. A first-person conversational interface sits on top of the graph, generating responses grounded in the graph's current state.
The specific workflow problem is this: individuals tracking mental health or behavioral change currently rely on fragmented tools, a mood app here, a journal there, a therapist's notes elsewhere. None of these systems reconcile contradictory signals. A user might report low mood on a daily check-in while their behavioral data shows increased social activity. Existing tools either ignore the contradiction or average it into meaninglessness. psyche-twin makes the contradiction visible and queryable.
My technical background supports the AI-Builder route directly. I have built four independent DuckDB-based ingest-to-analyze pipelines across life-sciences, tech/AI/security, and social-science domains. I self-host local LLM serving with llama.cpp and on-demand model swapping. I run production Linux VPS systems with systemd, Caddy TLS, CI/CD, and automated backup and disaster-recovery. This is operational experience, not theoretical capability.
The accelerator's emphasis on customer interviews and iterative building matches my current stage. I have not claimed product-market fit or revenue. I have a working architecture and a clear validation plan. The program's location in Downtown Roseville and London provides access to a biopharma network that could inform the mental-health application domain. The program's requirement to work without personal data initially is compatible with my design; synthetic and redacted examples fit the append-only event log architecture cleanly.
My research foundation is unusual for an accelerator applicant. I am a licensed pharmacist with a B.Pharm from the University of Ibadan, CGPA 5.1/7.0, German equivalent 1.9. I am enrolled in the M.Sc. Digital Health program at Hasso Plattner Institute and University of Potsdam for Winter Semester 2026/27. My computational neuroscience work includes a tripartite pharmacological framework for reward-memory encoding prevention in addiction, with all five pre-registered hypotheses confirmed via Bayesian MCMC calibration. That work taught me how to design falsifiable claims and report negative results honestly. The accelerator will get a founder who treats validation as a scientific process, not a marketing exercise.
I am applying to the DeSci track because psyche-twin's architecture treats personal data as a sovereign, append-only record rather than a product to be mined. That orientation aligns with decentralized science principles. The program's structured timeline for validation and prototyping is exactly what this venture needs next.
RESEARCH STATEMENT
The research line I am bringing to the Roseville AI-Native Startup Accelerator 2026 is psyche-twin, a typed, multi-scale knowledge-graph architecture for self-modeling. I selected this line over my other active research because it is the only one at a stage where an accelerator's customer-interview and prototyping structure directly applies. My other lines, the CCT model for addiction pharmacology, the hERG cardiotoxicity topology study, TOPOLOGIX for drug-resistance prediction, and neurocascade for brain-circuit simulation, are at different maturity points and serve different purposes. CCT is in review at three peer-reviewed journals. TOPOLOGIX has a completed benchmark result. psyche-twin is the venture that needs what Roseville provides: a structured program for validation and a demo-ready prototype.
The architecture is precise. Multiple independent evidence streams feed into one append-only event log. The streams are typed: LLM-derived statements, assessment-derived scores, behavioral measurements, and document-derived facts. Each event carries a timestamp, a source identifier, and a schema. When two streams disagree, the system does not resolve the conflict by averaging. It creates an explicit graph edge labeled as a disagreement, preserving both claims and the relationship between them. This design choice matters because it makes the system's uncertainty inspectable. A user can ask why the graph believes something and trace the answer to specific evidence.
The conversational interface generates responses grounded in the graph's current state. It does not generate free-form text from a language model alone. It queries the graph, retrieves relevant subgraphs, and composes responses from those retrieved structures. This grounding is the difference between a chatbot that sounds plausible and a tool that can show its work.
My technical implementation is already substantial. I have built four independent DuckDB-based ingest-to-analyze pipelines across life-sciences, tech/AI/security, and social-science domains. These pipelines demonstrate the data-engineering competence the accelerator's AI-Builder route requires. I self-host local LLM serving with llama.cpp and on-demand model swapping, which means the conversational layer can run without external API dependencies. I run production Linux VPS systems with systemd, Caddy TLS, CI/CD, and automated backup and disaster-recovery. The append-only event log design maps directly onto append-only database patterns I have used in production.
The validation plan follows the accelerator's stated emphasis on measurable problems and customer access. Phase one is customer interviews with a specific target user: individuals who already track behavioral or mental-health data across multiple tools and have experienced the fragmentation problem firsthand. Phase two is a small AI prototype using synthetic and redacted example data, consistent with the program's requirement to work without personal data initially. Phase three is a competitive analysis comparing psyche-twin against existing mood-tracking and journaling applications, focusing on how each handles contradictory evidence. Phase four is a roadmap document that specifies which real-data integrations would require what privacy and consent infrastructure.
The DeSci track fits because the architecture treats personal data as a sovereign record. The append-only event log is owned by the user. The graph is queryable by the user. The system does not aggregate across users without explicit consent. This is a design principle, not a compliance afterthought.
I am not claiming validated IP, product-market fit, or revenue. The methodology is sound and the implementation is underway. What the accelerator provides is the discipline of customer discovery and the pressure of a demo deadline. That is precisely what this venture needs next.
ESSAY: TARGET USER AND WORKFLOW PROBLEM
The target user is a person who actively tracks their mental health or behavioral patterns across at least two tools, such as a daily mood check-in app, a journaling platform, or a wearable device, and who has experienced the problem of contradictory signals. A concrete example: a user logs low mood for three consecutive days in their check-in app, but their wearable shows increased step count and social activity over the same period. The check-in app says depressed. The wearable says active. Neither tool reconciles the contradiction. The user is left with two incompatible stories about their own state.
The measurable problem is the cost of this fragmentation. The user cannot answer a simple question: what actually changed this week? They cannot distinguish between a genuine mood episode and a measurement artifact. They cannot show a therapist a coherent timeline that includes both subjective reports and objective measurements. The workflow is broken at the point of synthesis.
The current alternatives fail in specific ways. Mood apps store subjective scores but ignore behavioral data. Wearable dashboards show activity metrics but ignore subjective reports. Journaling platforms store free text but do not structure it. None of them model disagreement. None of them let the user ask a question and get an answer grounded in multiple evidence streams.
The measurable improvement psyche-twin offers is the ability to query the contradiction. The user can ask the system: what does my data say about this week? The system retrieves the relevant subgraph, shows the low-mood events and the high-activity events, and labels the disagreement explicitly. The user can then decide what the contradiction means, with a therapist if appropriate. That is a concrete workflow improvement with a clear before-and-after.
I have access to this target user. My background as a clinical pharmacist at Ramset Pharmacy and as a researcher in computational neuroscience gives me direct contact with individuals who track health data and with clinicians who interpret it. The customer-interview phase of the accelerator will formalize this access.
ESSAY: PROTOTYPE FEASIBILITY AND DATA HANDLING
The prototype is feasible within the accelerator's timeline because the core components already exist in my toolkit. The append-only event log maps onto DuckDB, which I have used in four independent ingest-to-analyze pipelines. The typed schema for evidence streams is a data-modeling task I have performed repeatedly. The conversational interface uses local LLM serving via llama.cpp, which I have running in production with on-demand model swapping. The graph layer uses Postgres, which I operate with Supabase. No component requires research breakthroughs. Every component requires disciplined integration.
The program's requirement to work without personal data initially is compatible with my design. The append-only event log schema accepts synthetic and redacted examples cleanly. I can generate synthetic evidence streams that mimic the disagreement patterns I described in the target-user essay, then demonstrate the graph's ability to represent and query those disagreements. The prototype will show the architecture, not the data.
Clean data handling is a design principle in psyche-twin, not a compliance add-on. The append-only log means events are never deleted or silently modified. The typed schema means every event carries a source identifier and a timestamp. The explicit disagreement edges mean the system never averages away conflicting evidence. These properties make the system auditable. A user or a regulator can inspect exactly what the system knows and why.
The competitive research component of the accelerator will compare psyche-twin against existing mood-tracking and journaling applications. The comparison will focus on a specific axis: how each tool handles contradictory evidence from multiple streams. I expect most tools to fail this test because they are single-stream by design. That finding will be a validation insight, not a marketing claim.
The roadmap output will specify which real-data integrations would require what privacy and consent infrastructure. The roadmap will be honest about the gap between the synthetic-data prototype and a real-data deployment. The accelerator's structure, with its emphasis on iterative building and customer interviews, is the right environment for that honesty.
CHECKLIST
- [ ] Confirm Roseville AI-Native Startup Accelerator 2026 application portal and exact submission format
- [ ] Verify deadline date 2026-08-03 and time zone
- [ ] Confirm DeSci track is an available selection on the application form
- [ ] Prepare CV in the accelerator's preferred format, including ORCID 0009-0001-9272-6735 and GitHub github.com/AmunRaPtah
- [ ] Prepare proof of enrollment in M.Sc. Digital Health at Hasso Plattner Institute / University of Potsdam for Winter Semester 2026/27
- [ ] Prepare proof of B.Pharm from University of Ibadan and PCN pharmacist license
- [ ] Draft customer-interview guide for target-user validation phase
- [ ] Prepare synthetic-data demonstration of psyche-twin append-only event log with disagreement edges
- [ ] Prepare competitive analysis outline comparing psyche-twin against existing mood-tracking and journaling tools
- [ ] Confirm whether the accelerator requires a pitch deck or demo video in addition to written materials
- [ ] Verify the provider's identity and program legitimacy via the it-boltwise.de URL and any official Roseville or London program pages
- [ ] Confirm whether the accelerator requires a co-founder or team structure or accepts solo founders
EDITOR NOTES
- Eligibility risk: The profile lists National Product Manager at Synthcare from March 2026 onward. The accelerator is for early-stage ventures. Confirm whether current employment conflicts with the program's time commitment or whether the venture is positioned as independent of that role.
- Fact verification needed: The accelerator URL is a third-party blog (it-boltwise.de), not an official program page. Verify the program's actual provider, funding amount, and whether the DeSci track exists as described before submitting.
- Gap to fill: The profile does not specify whether psyche-twin has any existing user interviews or customer discovery completed. The application should state the current stage honestly, likely pre-interview, and the accelerator's customer-interview phase is the first formal validation step.
- Gap to fill: The profile does not specify whether psyche-twin has a named repository, codebase, or deployment URL. The prototype feasibility essay claims existing components, but the application should reference specific repos or systems where the DuckDB pipelines and llama.cpp setup are visible.
- The CCT model, hERG topology study, and TOPOLOGIX are not mentioned in the essays except as context for why psyche-twin was selected. This is intentional; the accelerator is for the venture, not the research portfolio. If the reviewer asks for broader research context, a one-page appendix can be prepared separately.