Quote:Wow, that’s pretty amazing. Wondering if there is any parallel to any other boutique shop that has this level of AI sophistication.
When I posted my last response I wondered the same thing, doubted it seriously, but thought it was certainly possible. Now another week into it, I'm absolutely certain the answer is no. A lot of people don't know this, but Decware was the first audiophile website to present products for order online. When the web first started, web sites were just business cards. I looked at companies like SONY, it was just an online business card. I thought it was a pathetic waste of potential, I thought I could do better -- so I went to Best Buy and purchased a book on how to write HTML and got started.
Anyway, as I naively started creating "June" I had no concept of how complicated it would be. I understand LLMs but making one think without making stuff up just to be conversational is a lot harder than it seems. Most, including my last, support avatars are just ChatGPT with a page or two of guidelines. Those are toys.
Since my last post at 47,000 lines of code, we are now here:
Lines of code
~61,900 lines of source (TS/TSX/JS/CSS/HTML/SQL)
~41,100 app/library code
~20,800 of that is tests & behavior checks (a big chunk — June's accuracy is heavily test-covered)
3,200 lines of Markdown (docs/skills/memory)
2,400 lines of JSON/data (incl. the grounding snapshots)
518 tracked files total — overwhelmingly TypeScript (209 .ts + 131 .tsx)
465 commits spanning May 28 → Jun 18, 2026 (~3 calendar weeks)
Commits are changes, bug fixes and new features. I expect to continue this process for the next year because every conversation she has that contains questions she can't answer, we will answer ourselves and then update her knowledge base. I have June wired into our email system so she can forward entire chats to either myself or Sarahs email, preventing customers from having to do it. I am also wiring her into my videos so that when the opportunity presents itself, she can use the knowledge to teach. She stays up at night and reads the web site and all the owners manuals so that if anything changes she can catch it in real time. This is why she is always asleep at her desk. : )
Steve