ScholarNet AI

ScholarNet AI

ScholarNet is now an MCP server

D
@daleweaver
Last updated on May 14, 2026
Visit site
1 PeerPush
πŸ”₯
Awarded
Trending Now
PeerPush

Details

Pricing
Free
Platforms
Web

About ScholarNet AI

cholarNet now runs as a Model Context Protocol server, so any MCP-capable AI client (Claude Desktop, Cursor, and others) can call its study tools directly. Live tools: ask_ai_tutor, generate_flashcards, generate_quiz, generate_citation, generate_study_plan, generate_thesis_statement, plus list_my_flashcards and list_my_quizzes. A student can tell their AI assistant to make a quiz on cell biology or cite a source in APA, and it runs through ScholarNet with no copy-paste.

Screenshots

Screenshot 1 of ScholarNet AI

Product Updates (1)

D
@daleweaver

ScholarNet β€” "Our Shorts generator hallucinated a feature we don't have

We auto-generate YouTube Shorts for our 4 products. One ran this week for ScholarNet (a study/tutoring tool) and the narration said: "I graded 10 essays in 60 seconds and caught 20 grammar errors." Problem: ScholarNet doesn't grade essays. It's an AI tutor β€” explains concepts, builds study plans, runs Brain Battles (live quiz competitions between universities). Grammar checking is what QuillBot does. The Short had already published. Caught it by extracting frames from the live YouTube video and reviewing them on a phone-shaped viewport. Slide 7s showed comparison cards literally listing "QuillBot Β· Grammarly Β· ProWritingAid" β€” Gamma had extrapolated from the narration's writing-tool seed material. Fix shipped same day: - New defense layer: `PRODUCT_CAPABILITY_DENYLIST` β€” a regex map of features each product DOES NOT have. Catches "graded N essays", "caught N grammar errors", "paraphrasing", "QuillBot/Grammarly comparison" in narration before the LLM can ship them. Three retry attempts with explicit "use only real capabilities" guidance, then a sanitizer swap. - Pruned 4 writing-tool-adjacent SEO tags ("literature review", "citation generator", "thesis writing") that were biasing the topic generator toward writing tools. This is a different defense from our existing marketing-fab regex (which catches `$X saved` and `N% conversion rate`). Marketing-fab patterns look for QUANTIFIED claims. Capability hallucinations are narrative claims β€” different shape, different gate. Smoke test at `_test-capability-gate.js`: 14 positive/negative cases across 4 products, 16 capability labels asserted against the categorization regex. Passes deterministically. Builder Q: how do you defend against an LLM inventing features your product doesn't have? Regex denylist feels brittle, but I haven't found a better belt-and-suspenders pattern yet. πŸ”— scholar.0xpi.com

Product had at the time: 7 upvotes β€’ 1 comments β€’ 13 followers β€’ 2 PeerPush

Comments (0)

No comments yet. Be the first to share your thoughts!

Reviews (0)

No reviews yet. Be the first to rate this product!

Comments (1)

G
@gregory5997

Ensure it's well-protected to avoid cheating! :)