Inspiration

I recently found how much the illusion of competence killed me, and everyone else around me.

In the world of finance and economics, this illusion is dangerous. I would watch a 20-minute YouTube tutorial on "How the Stock Market Works" and feel like an absolute expert, only to realize ten minutes later that I couldn't explain the relationship between interest rates and inflation. We’re currently drowning in financial information but starving for actual economic understanding. I wanted to build something that actually engraves knowledge into your head, turning passive consumers into literate economic actors.


What it does: The "Economic Audit"

Serify isn't a summarizer; it’s a study/learning engine built for any topic. You feed it the dense content you’re consuming, from FOMC meeting transcripts to personal finance guides, and it performs a "Cognitive Audit".

  • Model Extraction: It can pull the core economic mental models (e.g., Opportunity Cost, Market Equilibrium) from any source.
  • The Scenario Challenge: It can generate scenario-based questions that require you to apply financial logic to real-world problems.
  • The Literacy Loop: It forces you to bridge the gap between "watching a video about money" and "understanding the mechanics of wealth."

The diagnostic engine is an ambitious work-in-progress, but the vision for a verified financial knowledge layer is clear.


## Relevancy

Serify addresses the Relevancy criteria by tackling the root cause of financial illiteracy: Passive Consumption. Most "FinEd" tools just give more information. Serify provides Diagnosis. By combining high-level computer science (Gemini 2.5 Flash) with pedagogical theory, we’ve created a tool that ensures users can actually navigate the economy. Whether it's a student studying for an Econ 101 exam or a citizen trying to understand a new tax policy, Serify ensures the knowledge "sticks."


How we built it

The core of Serify is built on Next.js and TypeScript for a fast, type-safe experience.

  • Database & Auth: We used Supabase to build a persistent "Knowledge Library" for users.
  • The Brain: Powered by Gemini 2.5 Flash, chosen specifically for its speed and 1M+ context window. This allows Serify to ingest entire 10-K filings or hour-long economic lectures in real-time without losing context.

Challenges we ran into

The hardest part was the "Socratic Shift." Most AI models are trained to be helpful assistants that give you the answers. I had to iterate heavily on my prompting logic to ensure the AI wouldn't "leak" the answers or accept shallow explanations of complex economic variables. Another challenge was the "diagnostic" personality: creating an AI that is encouraging yet rigorous enough to catch a user's mental blind spots.


Accomplishments that we're proud of

I’m proud of the overall theme and landing page. I spent a lot of time iterating on the background design to create the "Architect's Pen" theme.

I wanted to center the app around a Lofi workspace vibe—a place for "Deep Work." While I didn't have time to fully animate the Black Cat mascot for this version, the foundation is laid to make this a truly personality-driven learning companion for anyone's financial journey.


What we learned

Building Serify taught me that metacognition—thinking about your own thinking—is the most important skill of the 21st century. I realized that AI shouldn't just be a shortcut; it should be a mirror that shows us our own misunderstandings. Technically speaking, I learned how to move beyond simple API calls and actually orchestrate complex AI logic to solve a human problem: the lack of true understanding in a digital age.


What's next for Serify

This is just the foundation. I have many ideas for this, some include:

  • Agentic Socratic Loops: Moving beyond static questions into live, debating AI agents that challenge your logic in real-time.
  • Knowledge Graph Persistence: Building a "Long-Term Brain" for users where the AI remembers what you struggled with last month and connects it to what you're learning today.
  • Dynamic Learning Paths Based on Exam dates: Automated, AI-generated curriculum and exam scheduling for full school semesters and professional certifications (CFA, CPA).
  • "Proof of Competence" Badges: Verifiable, on-chain credentials that prove you didn't just "watch" a course, but mastered the material via the Serify Audit.
  • Adding a Black Cat Mascot: Fully integrating the Black Cat mascot into the app, creating a more chill vibe.
  • Mobile Expansion: Dedicated iOS and Android applications featuring offline diagnostic modes for learning on the go.
  • Social Expansion: Add social elements, maybe something where friends can compete in diagnostic loops to see who actually understands a topic the best, or even add something like a collaborative research tool.
  • Semantic Search & Library RAG: A unified search across your entire Knowledge Library, allowing you to ask, "How did that video from last month relate to the concept I'm learning now?"

Built With

Share this project:

Updates