FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
AI Jam Sessions — Machine Learning the Old Fashioned Way
How-ToWeb Development

AI Jam Sessions — Machine Learning the Old Fashioned Way

via Dev.to JavaScriptMichael Frilot1mo ago

I built a thing where an AI can practice piano. Not "generate music" — actually practice. Study a piece, play it through your speakers, look at what it played, write notes about it, and come back next session knowing what it worked on last time. It's called AI Jam Sessions , and it's an MCP server — meaning it plugs into Claude Desktop or Claude Code and gives the model a set of tools it can actually use. The idea LLMs can read and write. They can't hear, see, or remember (at least not across sessions). AI Jam Sessions tries to patch three of those gaps for music specifically: Reading — real MIDI sheet music with teaching annotations, not hand-typed approximations Hearing — a piano engine that plays through your speakers, so whoever's in the room becomes the AI's ears Seeing — a piano roll rendered as SVG, so the model can read the markup and verify what it actually played Remembering — a practice journal stored in ~/.pianoai/journal/ , one markdown file per day, append-only The journa

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
17 views

Related Articles

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 17h ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 17h ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 18h ago

How-To

# 5 JSON Mistakes Developers Make (And How to Fix Them Fast)

Medium Programming • 20h ago

10 subtle go mistakes that only show up in production
How-To

10 subtle go mistakes that only show up in production

Medium Programming • 20h ago

Discover More Articles