I had the opportunity to work on this. I let my son try the demo last week. Hours afterward at dinner I asked him to explain binary to my wife. "Mom, imagine you have the number 101 in binary. The first 1 is the fours spot, so you have 4. There's none in the twos spot. and 1 in the ones spot. So that means you have 5." Two days later he came into my office and asked if he could do more tutor. That's a huge win in my…
I’ve taught math at the college level for 25 years. The video looked impressive. Do you know up to what level of math it does?
Synthesis Tutor – Math tutor for children
31–40 of 69 posts
Re: Synthesis Tutor – Math tutor for children
#32Re: Synthesis Tutor – Math tutor for children
#33I tried the demo. As an educator who has taught math: this is frustrating junk. It moves at a crawl. It doesn't explain the reasoning for anything. It provides no motivation. It's full of incorrect statements like "Computers struggle with too many digits." Pretty much the worst practice if you want to teach someone anything.
In third grade parlance it is correct to say computers struggle with too many digits.
>>> a=10**(1000000)
>>> b=a//3
>>> len(str(b))
1000000
Given that computers have calculated the value of Pi to more than 60 million digits , I think we can safely say that computers readily handle numbers with many digits.Re: Synthesis Tutor – Math tutor for children
#34How does this compare to Khanmigo, Khan Academy’s AI chatbot?
Re: Synthesis Tutor – Math tutor for children
#35This is madness. I'm trying the demo and it is completely incomprehensible to me. This would have been incredibly frustrating to me as a child -- I would want them to stop speaking in metaphors and tell me what the fuck they were trying to teach me. Since then I have acquired a scientific PhD and taught myself undergrad computer science and math, and I do not understand this lesson.
Re: Synthesis Tutor – Math tutor for children
#36Re: Synthesis Tutor – Math tutor for children
#37Earlier quoted context omitted.
In third grade parlance it is correct to say computers struggle with too many digits.
Not sure what "struggle" or "too many" is supposed to mean, but my laptop (running Python in a Linux VM) handles million-digit numbers just fine >>> a=10**(1000000) >>> b=a//3 >>> len(str(b)) 1000000 Given that computers have calculated the value of Pi to more than 60 million digits , I think we can safely say that computers readily handle numbers with many digits.
Re: Synthesis Tutor – Math tutor for children
#38Earlier quoted context omitted.
I get that people want this. The issue is that these things go off the rails sometimes. Without any supervision and as an “educational” resource it will be unquestioned and in front of people who don’t know enough to question it.
I think we have to just really drill into our minds that, as convincing as these tools are, sometimes they are flat out lying/mistaken/misinformed. If we treat them like our know-it-all friend who is sometimes just a big bullshitter, and take everything with a pinch of salt, then these can be extremely useful tools for learning the big picture if not the specifics. Now, is it reasonable to expect children to be skept…
That might be the single most important thing to teach children now.
Re: Synthesis Tutor – Math tutor for children
#39If you're pushing a personal education tool that uses AI, you'd better explain exactly how AI is used before I'm going to put it in front of a child.
(- the core infrastructure engineer on this project)
Re: Synthesis Tutor – Math tutor for children
#40Good content is obviously important, but there are literally millions of teachers redundantly creating content every year. It's easy enough to create canonical good content, no AI needed.
I imagine this will be completely ineffective or even counterproductive to an unmotivated, poorly behaved child.