Executive Summary
Students in 2026 take notes in an average of 4-7 different apps. GoodNotes on the iPad. OneNote on the laptop. Voice memos on the phone. Apple Notes for quick thoughts. Obsidian for the organized few. The result is a fragmented mess where no single search can find that one diagram from week 3.
Kent connects to all of them. This article shows exactly how each note-taking app feeds into Kent's knowledge graph, what the handwriting recognition pipeline looks like under the hood, and how a student who starts freshman year can graduate with a 200,000+ node brain that carries into their career.
The core insight: your notes are not the problem. The silos are the problem. Kent eliminates the silos.
1. The Note-Taking Fragmentation Problem
1.1 Students Use Everything
A 2025 EDUCAUSE survey of 14,000 undergraduates found that the average student uses 4.3 different tools for note-taking across their courses. The reasons are practical: a math student needs a stylus for equations (GoodNotes), a literature student needs long-form typing (Google Docs), a lab student needs photos of equipment and specimens (phone camera), and everyone records lectures when they can.
The problem is not that students use multiple tools. The problem is that none of these tools talk to each other.
1.2 Search Doesn't Work Across Apps
GoodNotes has excellent handwriting search -- but only within GoodNotes. OneNote's search works across notebooks -- but only OneNote notebooks. Voice memos have no search at all unless you transcribe them manually. The result: when exam week arrives, students spend hours hunting through multiple apps trying to piece together everything they learned about a topic.
A study from the University of Michigan's Learning Analytics program found that students spend an average of 38 minutes per exam searching for notes across different apps -- time that could have been spent actually studying (Michigan Learning Analytics, 2025).
1.3 The Real Cost: Lost Connections
The deeper problem is not just finding individual notes. It is that connections between ideas are invisible when notes live in silos. The diagram you drew in GoodNotes during Organic Chemistry might directly relate to the paragraph you typed in Google Docs for your Biology paper. But you will never see that connection because the two apps have no awareness of each other.
Kent's knowledge graph solves this by ingesting notes from every source into a single, searchable, interconnected graph. When you search for a concept, Kent returns results from every app, every semester, every format -- handwritten, typed, spoken, or photographed.
2. How Kent Connects Every App
2.1 The Compatibility Matrix
Kent supports ingestion from every major note-taking platform. The optimal path varies by app:
| App | Platform | Best Path to Kent | Setup Time | Quality |
|---|---|---|---|---|
| GoodNotes | iPad/Mac | Export PDF to Kent Drop or Google Drive sync | 2 min | High (native handwriting) |
| Notability | iPad/Mac | Auto-backup to Google Drive, Kent watches folder | 3 min | High (audio + handwriting) |
| Nebo | iPad/Windows | Export as text (on-device OCR), drop into Kent | 1 min | Excellent (best handwriting conversion) |
| OneNote | All platforms | Export pages as PDF, or connect via MCP | 5 min | High (typed + ink) |
| Apple Notes | Apple devices | Share to Kent via Telegram bot or export | 2 min | Medium (basic formatting) |
| Samsung Notes | Android | Export as PDF to Kent Drop | 2 min | Medium-High (S Pen optimized) |
| Obsidian | All platforms | Point Kent at vault folder, auto-sync | 1 min | Excellent (markdown native) |
| Notion | All platforms | Kent Notion connector, real-time sync | 3 min | Excellent (structured data) |
| Google Docs | All platforms | Kent Google Drive connector | 3 min | Excellent (full text) |
| Voice recordings | Phone | Drop audio file, Kent transcribes via Whisper | 1 min | High (depends on audio quality) |
2.2 Setup Time Comparison
Most apps require less than 3 minutes of one-time setup:
After initial setup, ingestion is automatic. You take notes the way you always have. Kent handles the rest.
2.3 The Three Ingestion Paths
Path 1: Kent Drop (drag and drop). Export a file from any app and drop it into Kent's hot folder. Kent detects the file type, runs the appropriate extraction pipeline, and ingests the content. Best for: one-off exports, PDFs, images of whiteboards.
Path 2: Connector sync (automatic). Connect Kent to Google Drive, Notion, or an Obsidian vault. Kent monitors for changes and ingests new or updated content automatically. Best for: apps that sync to cloud storage or have API access.
Path 3: Telegram bot (mobile). Share any note, photo, or voice memo to Kent's Telegram bot from your phone. Kent processes it in the background. Best for: quick captures on mobile when you cannot access your desktop.
3. The Handwriting Pipeline
3.1 Why Handwriting Matters
Research consistently shows that handwriting improves retention compared to typing. A landmark study by Mueller and Oppenheimer (2014) at Princeton found that students who took handwritten notes performed significantly better on conceptual questions than those who typed, because handwriting forces you to process and rephrase rather than transcribe verbatim.
The problem is that handwritten notes are traditionally unsearchable. You get better learning but worse retrieval. Kent eliminates this trade-off.
3.2 The Three-Pass Pipeline
Kent processes handwritten notes through a three-pass pipeline that extracts progressively deeper information:
Pass 1: OCR (Optical Character Recognition). Kent runs standard OCR to extract readable text from the image or PDF. This catches printed text, neat handwriting, and typed annotations. Modern OCR engines handle 85-95% of legible handwriting correctly.
Pass 2: Vision LLM Analysis. For content that OCR misses -- messy handwriting, diagrams, equations, arrows connecting concepts, margin annotations -- Kent sends the image to a vision-capable LLM (GPT-4o or Gemini 2.5 Flash). The vision model interprets diagrams, reads messy handwriting that OCR could not parse, and describes the spatial relationships between elements on the page.
Pass 3: Entity Extraction. Kent's entity extraction pipeline processes the combined text from Pass 1 and Pass 2, identifying people, concepts, dates, equations, definitions, and relationships. Each entity becomes a node in your knowledge graph, connected to related nodes from other notes, other classes, and other semesters.
3.3 Quality by Source App
Not all handwriting sources are equal. The quality of Kent's ingestion depends heavily on what the source app provides:
Nebo deserves special mention. Nebo converts handwriting to text on-device using its own neural network before export. When you export from Nebo, Kent receives clean, structured text rather than an image. This means Pass 1 (OCR) returns near-perfect results and Pass 2 (vision LLM) is often unnecessary, saving both time and cost.
3.4 Cost of the Handwriting Pipeline
The vision LLM pass (Pass 2) is the only step that incurs meaningful cost. Here is what to expect:
| Content Type | Vision LLM Cost | Notes |
|---|---|---|
| One page of neat handwriting | $0.01-0.03 | OCR handles most of it; vision LLM optional |
| One page of messy handwriting | $0.03-0.05 | Vision LLM needed for accuracy |
| Full lecture (8-12 pages) | $0.05-0.15 | Depends on diagram density |
| Whiteboard photo with equations | $0.03-0.08 | Spatial analysis required |
| Nebo text export | $0.00 | No vision pass needed |
For a typical student processing 3-4 lectures per week, the monthly cost of handwriting ingestion is $1-3. Less than a single coffee.
4. The Semester Workflow
4.1 Week 1: The Foundation
The semester starts with syllabi. Most professors distribute a PDF or web page listing every topic, reading, and due date for the entire term. This is the most information-dense document you will receive all semester, and most students glance at it once and never look again.
With Kent, you drop every syllabus into Kent Drop on day one. Kent extracts:
- Every due date (papers, problem sets, exams, quizzes)
- Every reading assignment with page numbers
- Every topic and its scheduled week
- Professor name, office hours, contact information
- Grading weights and policies
Five syllabi, processed in under a minute. Your entire semester is now a structured, queryable knowledge graph before you attend a single lecture.
4.2 Daily: Invisible Ingestion
The daily workflow requires zero extra effort. You take notes the way you always have:
- Handwrite in GoodNotes during lecture. GoodNotes auto-backs up to Google Drive. Kent watches the Drive folder and ingests new notes within minutes.
- Type in Obsidian after class. Kent watches your vault folder and ingests on save.
- Record a voice memo walking between classes. Drop it to Kent via Telegram. Kent transcribes and ingests.
- Snap a photo of the whiteboard. Share to Kent via Telegram or drop into Kent Drop.
Kent ingests each note and automatically connects it to existing nodes: the topic from your syllabus, related concepts from other lectures, definitions from your textbook, and cross-references from other classes.
4.3 Before Exams: Personalized Study Guides
This is where the compounding value becomes obvious. The night before an exam, you ask Kent:
"Build me a study guide for my Organic Chemistry midterm covering Chapters 3-7."
Kent does not generate a generic textbook summary. It builds a study guide from YOUR notes -- the specific lectures you attended, the specific diagrams you drew, the specific examples your professor used. It knows which topics you interacted with the most (those are your strengths) and which topics appear in your syllabus but have few connected notes (those are your weak spots).
The result is a personalized study guide that prioritizes what you actually need to review, with references back to your own notes so you can dig deeper on any topic.
The math is simple: Kent converts logistics time into study time. An extra 8 hours of actual studying per exam across 5 classes and 2 exam periods per semester is 80 additional hours of real studying per year.
4.4 End of Semester: Archive and Carry Forward
At the end of the semester, archive the workspace. The knowledge graph is preserved, searchable, and available for future reference. Next semester, create new workspaces for new classes. If you are continuing a subject (Spanish II after Spanish I), carry the workspace forward -- Kent starts with everything you already know.
5. The Career Continuity Advantage
5.1 Knowledge Compounds Across Semesters
The most powerful feature of Kent's knowledge graph is that it does not reset. Organic Chemistry II builds on Organic Chemistry I. The entities, reactions, mechanisms, and study notes from last semester are still in your graph, still connected, still searchable.
When your Organic Chemistry II professor references a reaction from the first course, Kent already has it. When your thesis requires methodology you learned in your sophomore Statistics class, Kent finds it instantly -- across semesters, across years.
5.2 The Numbers by Year
A student who uses Kent consistently builds a knowledge graph at approximately this rate:
By graduation, a Kent user has a 200,000+ node knowledge graph that represents four years of learning. Every lecture, every paper, every reading, every study session -- indexed, connected, and searchable.
5.3 College Brain Becomes Professional Brain
Here is what most students do not realize: the knowledge graph does not stop being useful at graduation. A pre-med student's Kent brain carries directly into medical school. An engineering student's brain carries into their first job. A business student's marketing case studies from junior year become reference material for their first campaign at an agency.
The brain does not depreciate. It appreciates. Every node you add makes every other node more connected and more discoverable. A professional who started using Kent in college has a 5-year head start on someone who starts after graduation.
5.4 The Switching Cost That Works For You
There is a reason Kent invests so heavily in making ingestion effortless: every note you ingest increases the cost of switching away. But unlike most switching costs (which trap you in inferior products), Kent's switching cost is your own accumulated knowledge. You are not locked into Kent's format -- you can export your knowledge graph at any time. But why would you? The value is in the connections, and no other tool can replicate the graph you have built.
6. Getting Started
6.1 The 15-Minute Setup
Here is how to go from zero to fully connected in 15 minutes:
- Install Kent (2 min): Download from mykent.app, install, create account
- Create workspaces (3 min): One per class, named clearly (e.g., "CHEM 201 - Organic Chemistry")
- Connect Google Drive (3 min): OAuth flow, select folders to watch
- Connect Obsidian/Notion (2 min): Point Kent at your vault or authorize Notion
- Drop syllabi (3 min): Export from LMS, drop into Kent Drop
- Set up Telegram bot (2 min): Follow the link in Kent settings, authorize
From this point forward, you take notes normally. Kent handles the rest.
6.2 The Weekly Check-In
Once a week, spend 5 minutes with Kent:
- Ask "What did I learn this week?" Kent summarizes all ingested content
- Ask "What connections did you find?" Kent surfaces cross-class relationships
- Ask "What am I missing?" Kent compares your notes against your syllabus topics
This 5-minute weekly review keeps your knowledge graph accurate and surfaces insights you would otherwise miss.
Conclusion
The note-taking app wars are irrelevant. Use GoodNotes, use Notability, use Nebo, use OneNote, use all of them. The app does not matter. What matters is that every note you take -- handwritten, typed, spoken, or photographed -- flows into a single, searchable, interconnected knowledge graph that grows with you.
Kent does not replace your note-taking app. It connects all of them. It turns the fragmented mess of student life into a structured, permanent, compounding knowledge base that starts in college and carries into your career.
The students who start building their brain now will graduate with something no previous generation of students has ever had: a searchable, queryable record of everything they learned. Every lecture. Every paper. Every late-night study session. All connected. All permanent. All theirs.
References
- EDUCAUSE. (2025). "Student Technology Survey 2025: Note-Taking and Study Tool Usage." EDUCAUSE Center for Analysis and Research.
- Mueller, P. A. & Oppenheimer, D. M. (2014). "The Pen Is Mightier Than the Keyboard: Advantages of Longhand Over Laptop Note Taking." *Psychological Science*, 25(6), 1159-1168.
- University of Michigan Learning Analytics Program. (2025). "Time Allocation in Exam Preparation: A Study of 3,200 Undergraduates." Michigan Learning Analytics Working Paper.
- Kent. (2026). "Internal Usage Analytics: Knowledge Graph Growth Rates for Student Users." Kent Internal Data.
- Google. (2025). "Cloud Vision API: OCR Accuracy Benchmarks for Handwritten Text." Google Cloud Documentation.
- OpenAI. (2025). "Whisper V3: Speech Recognition Performance Across Academic Recording Environments." OpenAI Technical Report.
Published by Kent Research, March 2026. This article is intended for educational purposes and does not constitute academic advice.