Innovation Priority Evidence — Deep Research & Circular Search Origins

vEvidence-1.0 March 06, 2026

A comprehensive, verifiable evidence timeline establishing original development of Deep Research, Circular Search, and progressive topic exploration — with cryptographic hashes, immutable Google Drive timestamps, git commits, and source code analysis dating back to October 2023.

Innovation Priority Evidence

Deep Research & Circular Search — Verifiable Origin Timeline

This document presents a factual, verifiable evidence chain establishing the original development timeline of Deep Research, Circular Search, and progressive topic exploration features within the Wheelder platform. All evidence referenced herein is independently verifiable through cryptographic hashes, immutable Google Drive timestamps, public git commits, and source code analysis.

1. The Origin — How "Digging Deeper" Was Born

The Wheelder platform has been in continuous development since late 2020, starting as a simple student project called whl_project. By October 2023, it had evolved into a multi-app platform with database backups containing Unix timestamps that prove its existence (1697997845 = October 22, 2023, 18:24:05 UTC).

By late 2024, the platform included an AI-powered learning app that combined a prompt interface with an answer panel — a pictorial chatbot where users could ask questions and receive AI-generated answers alongside images and keyword extraction.

In December 2024, the developer conceived and implemented a specific new feature: the ability to "dig deeper into a topic level by level with only clicking a button." This feature allowed users to progressively explore any subject by drilling down through layers of information — each level building on the previous one, going deeper with each click.

This concept — progressive, automated, multi-level topic exploration — is what later became known as:

  • "Digging Deeper" — the original feature name (December 2024)
  • "Circular Search" — the renamed feature in Wheelder V2.8 (February 2026)
  • "Deep Research" — the current feature name in the Wheelder platform

The feature was immediately archived to Google Drive, creating an immutable, third-party-timestamped record of its existence.

2. Google Drive Evidence — Immutable Third-Party Timestamps

Why Google Drive timestamps matter: When a file is uploaded to Google Drive, Google's servers record the createdTime (upload date) and compute an md5Checksum of the file contents. Neither value can be modified by the file owner after upload. These serve as independent, third-party-verified timestamps — Google acts as an impartial witness to when the file existed and what it contained.

Five milestone archives were uploaded to Google Drive, with the following server-recorded timestamps:

# Filename Google Upload Date Size Links
1 wheeleder_latest_update_and_backup_04_02_2024.zip Dec 1, 2024 192.8 MB View | Download
2 whl_project-Learn App renamed to ReLearnly and Code Updated... Dec 1, 2024 77 KB View | Download
3 ReLearnApp-double prompt entry input fields added... Dec 1, 2024 77 KB View | Download
4 Relearn App-The Feature of Digging Deeper into the topic... dig deeper in a topic level by level with only clicking a button Dec 2, 2024 85 KB View | Download
5 wheeleder_files_sorted.zip Jun 19, 2025 77.8 MB View | Download
Key Evidence — Archive #4:
The filename "Relearn App-The Feature of Digging Deeper into the topic... dig deeper in a topic level by level with only clicking a button" explicitly describes the progressive topic exploration feature. This file was uploaded to Google Drive on December 2, 2024 — a date set by Google's servers and impossible to alter retroactively. The filename itself serves as a contemporaneous description of the innovation, created at the time of development, not after the fact.
About the Filenames as Evidence:
The archive filenames are not retroactive labels — they were set at the time of upload as natural development notes. Archive #2's name says "Learn App renamed to ReLearnly" — documenting the name change as it happened. Archive #3 describes "double prompt entry input fields" — the dual-prompt research interface. Archive #4 describes "The Feature of Digging Deeper into the topic" — the core Deep Research concept. These filenames are preserved in Google Drive's metadata and cannot be changed after upload without creating a new file with a new createdTime.

Google Drive API Verification

Anyone with a Google API key can independently verify these timestamps using the Google Drive API:

GET https://www.googleapis.com/drive/v3/files/{FILE_ID}?fields=name,createdTime,modifiedTime,md5Checksum&key=YOUR_API_KEY

File IDs:
  140MW9j7RRoT43rfeYmNmrYfe3TrZ2Lww  — wheeleder_latest_update_and_backup
  1nUjcYIyA5kHy4En5ECDn9sVXxbYpITdi  — whl_project Learn App renamed to ReLearnly
  1M7Awxe7NGoMwNPs62EawOVrK65FahHhN  — ReLearnApp double prompt entry
  1IbQMksPJ1rOtqFel1BDLomxMturf7IE0  — Relearn App Digging Deeper (KEY EVIDENCE)
  1sdiJ4zlSIr4APN8S8g7Btl08jghYiXZS  — wheeleder_files_sorted

The API will return the createdTime and md5Checksum exactly as recorded by Google's servers at upload time.

3. Source Code Evidence — What's Inside the Archives

The archives are publicly downloadable. Anyone can extract them and inspect the source code. Here is what they contain:

3.1 — The whl_project/ Folder

Every archive contains a whl_project/ root folder — the original project directory name used since 2020. This naming is consistent across all archives and matches the SQL backup filenames (wheeleder_backup_1697997845.sql).

3.2 — Dual-Panel AI Chat Interface (learn.php)

The core file apps/edu/ui/views/notes/cms/learn.php implements:

  • #answerDiv + #imageDiv — a side-by-side layout with AI answers on the left and images/research on the right. This dual-panel layout has been the foundation of the platform since 2023.
  • AI-powered responses — direct OpenAI API integration for answering user queries
  • Keyword extraction — automatically pulling keywords from AI responses for further research
  • Browser Text-to-Speech — using the speechSynthesis API for reading answers aloud
  • Progressive topic exploration — the ability to take keywords and drill deeper into subtopics

3.3 — Hardcoded AI Model: Temporal Evidence

The source code hardcodes the model identifier gpt-3.5-turbo-16k-0613:

  • Released: June 13, 2023 (by OpenAI)
  • Deprecated: June 13, 2024 (by OpenAI)

This proves the code was written during the window when this specific model version was current — between June 2023 and June 2024. A developer writing code after June 2024 would not use a deprecated model identifier.

3.4 — API Key Format: Additional Temporal Evidence

The archived code contains OpenAI API keys using the sk- prefix format. In early 2024, OpenAI changed their API key format to sk-proj-. The presence of sk- format keys in the code further narrows the development window to before early 2024.

3.5 — SQL Database Backups

The archives contain SQL backup files with filenames containing Unix timestamps:

  • wheeleder_backup_1697997845.sqlOctober 22, 2023, 18:24:05 UTC
  • _backup_1698038636.sqlOctober 23, 2023, 07:23:56 UTC

These SQL files contain table structures and data entries with created_at timestamp fields dating to October 2023, establishing the platform's existence at that time.

3.6 — Brand Name Evidence: "Wheeleder" Typo

The source code and SQL backups use the spelling "Wheeleder" (with an extra 'e') — the original misspelling that was later corrected to "Wheelder" in 2025. This organic naming evolution, including the preserved typo, is characteristic of original work developed over time, not work copied from another source.

4. Git Repository Evidence — Public Commit History

4.1 — The relearn Repository (First Public Commit: March 2024)

github.com/Wheelder/relearn

This repository contains the initial public commit of the platform's source code, dated March 18, 2024. The commit includes the full learn.php file with:

  • Dual-panel layout (#answerDiv + #imageDiv)
  • OpenAI API integration with gpt-3.5-turbo-16k-0613
  • Keyword extraction and progressive topic exploration
  • speechSynthesis TTS
  • SQL backups from October 2023
  • "Wheeleder" branding throughout

The commit history, author dates, and file contents are all publicly inspectable by anyone.

4.2 — The wheelder_platform Repository (166+ Commits)

github.com/Wheelder/wheelder_platform

The main platform repository with continuous development history from August 2025 to present. This includes the evolution from "Circular Search" to "Deep Research" and all subsequent features.

4.3 — The wheelder-releases Repository (9 Tagged Releases)

github.com/Wheelder/wheelder-releases

Formal version history with tagged GitHub Releases documenting each milestone.

5. Public Timeline Comparison

The following table presents Wheelder's documented development dates alongside the public announcement dates of similar features by other companies. All dates are based on publicly available information.

Date Event Evidence Type
Oct 22, 2023 Wheelder: SQL database backups prove platform existence with created_at timestamps Unix timestamp 1697997845 in SQL files
Mar 18, 2024 Wheelder: First git commit — full dual-panel AI learning interface with keyword-based topic exploration Git commit in Wheelder/relearn
Dec 1, 2024 Wheelder: Three archives uploaded to Google Drive — platform backup, ReLearnly rename, dual-prompt interface Google Drive createdTime (immutable)
Dec 2, 2024 Wheelder: "The Feature of Digging Deeper into the topic... dig deeper in a topic level by level with only clicking a button" archived to Google Drive Google Drive createdTime (immutable). View file
Dec 11, 2024 Google announces Gemini 2.0 with "Deep Research" feature Public announcement
Jan 20, 2025 DeepSeek releases R1 model with "Deep Think" reasoning Public release
Feb 2, 2025 OpenAI announces "Deep Research" for ChatGPT Pro Public announcement
Feb 14, 2025 Perplexity launches "Deep Research" feature Public announcement
Feb 6, 2026 Wheelder: "Circular Search & Deep Research" feature formalized in Wheelder V2.8 (Archive #16) OneDrive archive, MD5: e6ade3cbf94c6f78226ac009bc7cf6d2
Summary of Timeline Gaps:
  • Wheelder's "Digging Deeper" archive (Dec 2, 2024) predates Google's Deep Research announcement (Dec 11, 2024) by 9 days
  • Wheelder's archive predates DeepSeek R1 / Deep Think (Jan 20, 2025) by 49 days
  • Wheelder's archive predates OpenAI's Deep Research (Feb 2, 2025) by 62 days
  • Wheelder's archive predates Perplexity's Deep Research (Feb 14, 2025) by 74 days

6. The Complete Evidence Chain

The evidence forms a continuous, verifiable chain from October 2023 through March 2026:

October 2023: Platform exists — SQL backups with timestamps (1697997845), database tables with created_at entries, "Wheeleder" branding

June 2023 – June 2024: Active development with gpt-3.5-turbo-16k-0613 and sk- prefix API keys (both now deprecated)

March 2024: First git commit preserving the full dual-panel AI interface with keyword extraction and topic exploration

December 1-2, 2024: Four archives uploaded to Google Drive — including the "Digging Deeper into the topic level by level" feature. Google Drive's server-side timestamps prove existence at this date.

June 2025: Complete sorted archive of the "Wheeleder" era uploaded to Google Drive (77.8 MB)

August 2025: Platform rewrite begins — continuous git commits in wheelder_platform repository

November 2025: Production deployment on DigitalOcean, consecutive archive series begins

February 2026: "Circular Search" and "Deep Research" features formalized in Wheelder V2.8. 30+ archives with MD5 hashes document rapid feature development including Research Threads, TTS, Extreme Focus, Center App, Spinning Prompt, and Magic Link authentication.

This chain demonstrates continuous, organic development — not a project created retroactively. The gradual evolution from whl_project to "Wheeleder" to "ReLearnly" to "Wheelder," including the preserved typo, the deprecated model identifiers, and the messy student-quality code, all point to authentic, long-term development by an independent developer.

7. How Anyone Can Independently Verify This Evidence

Step 1: Verify Google Drive Upload Dates

Use the Google Drive API to confirm the createdTime for any of the five files listed above. The API endpoint returns the server-recorded upload date, which cannot be modified by the file owner.

GET https://www.googleapis.com/drive/v3/files/1IbQMksPJ1rOtqFel1BDLomxMturf7IE0?fields=name,createdTime,md5Checksum&key=YOUR_API_KEY

Step 2: Verify Git Commit History

git clone https://github.com/Wheelder/relearn.git
cd relearn
git log --format="%H %ai %s" --all

Step 3: Verify Archive Integrity (OneDrive)

45 ZIP archives are stored on OneDrive with recorded MD5 hashes. Download any archive and verify:

# Windows PowerShell
(Get-FileHash "filename.zip" -Algorithm MD5).Hash

# Linux/macOS
md5sum filename.zip

The complete hash manifest is available at wheelder.com/timeline.

Step 4: Verify SQL Timestamps

# Python
import datetime
print(datetime.datetime.utcfromtimestamp(1697997845))
# Output: 2023-10-22 18:24:05

Step 5: Inspect Source Code

Download any archive from Google Drive, extract it, and inspect the code. Look for:

  • gpt-3.5-turbo-16k-0613 — deprecated model proving pre-June-2024 development
  • sk- prefix API keys — pre-2024 OpenAI key format
  • #answerDiv + #imageDiv — the dual-panel layout
  • speechSynthesis — browser TTS implementation
  • "Wheeleder" branding — the original misspelling

8. Public Repository Links

Repository Description Key Evidence
deep-research-founding-proof Complete founding evidence pack with Google Drive screenshots and archive links Google Drive file details, timestamps, and download links
wheelder-circular Wheelder Circular — Meta-AI Orchestrator proof of concept Architecture, screenshots, and documentation
wheelder_platform Main platform — 166+ commits (Aug 2025 – present) Full commit history with author dates
relearn Legacy archive — March 2024 initial commit containing 2023 code First public commit with dual-panel learn.php and SQL backups
wheelder-releases Version history with 9 tagged GitHub Releases Formal version tagging and release descriptions

Additional Public Resources

9. Important Note

This document presents verifiable facts and evidence. Every claim made herein can be independently confirmed using the methods described in Section 7. The Google Drive timestamps, git commit history, SQL database entries, cryptographic hashes, and source code artifacts all form a consistent, corroborating evidence chain.

The complete evidence pack, including Google Drive screenshots, archive links, and detailed documentation, is publicly available at github.com/Wheelder/deep-research-founding-proof.

For questions about this evidence or to request additional verification materials, visit wheelder.com/timeline.

Document Version: Evidence-1.0 | Published: March 6, 2026 | Author: Abdul Baays Fakhri

Wheelder — AI-Powered Research Platform — A Student Project Since 2020, Innovating Since 2023