Cognitive / AI
COGNOS
An AI cognitive operating system designed to capture raw thoughts, classify them, and map connections between ideas.
Problem
Notes apps store text; they do not store thinking. Ideas arrive unformed, at bad times, and the connection between two of them is usually the valuable part. COGNOS was an attempt to build a capture surface that classifies a raw thought the moment it lands and then shows how it relates to everything captured before.
What I built
- Thought capture
- AI classification
- Idea graph mapping
Inside the product
The main screens and what each one does.
- Instant entryNo taxonomyTimestampedOffline-tolerant
Raw capture
One input box, no folders, no decisions. The cost of capturing a thought has to be near zero or the thought is lost.
- Type detectionAuto tagsConfidenceManual correction
Automatic classification
Each entry is typed — idea, question, task, observation — and tagged, so structure appears after capture instead of blocking it.
- Semantic linksClustersTimeline viewSearch
Idea graph
Related thoughts are linked by meaning, and clusters surface themes you did not know you kept returning to.
Tech stack
Capture
Fast entryVoice-to-text inputTag inferenceAI layer
ClassificationEmbeddingsSimilarity linkingNLP cleanupGraph
Node/edge modelCluster detectionInteractive mapPlatform
Base44Persistent store
Challenges & how I solved them
Classification that is useful, not noisy
Over-eager tagging made everything look connected. I constrained the label set and added a confidence threshold, so low-certainty entries stay unclassified rather than polluting the graph.
Meaningful edges
Keyword overlap linked unrelated notes. Switching to embedding similarity with a minimum distance produced far fewer but far better connections.
Graphs that stay readable
Past a few hundred nodes the map turned into hairball. Rendering now collapses clusters by default and expands on demand.
Results so far
- Status
- LiveUsable at cognos-app.base44.app.
- Pipeline
- Capture → classify → connectFully automatic.
- Link quality
- Embedding-basedReplaced keyword matching.
Related work
Career Technology · AI
Gradr
An AI-powered career accelerator designed to help students, graduates, and early-career professionals build stronger resumes, prepare for interviews, and manage their career journey.
Open casePersonal Finance · Gamification
Stack Up
The first product I shipped. A personal finance system designed to make spending, budgeting, and saving easier to understand and more engaging.
Open caseAI · Sustainability · E-commerce
TerraCart
An AI-powered shopping assistant designed to help people discover more sustainable alternatives while shopping online.
Open case