Slashdot Mirror


Interviews: Ask Lead Developer Ben Kamens About Khan Academy

Ben Kamens spent over 5 years at Fog Creek, eventually working his way up to VP of engineering. However, after watching one of Salman Khan's talks he started to volunteer his time at Khan Academy, and is now the lead developer. In-between providing a free world-class education for anyone anywhere, he's graciously agreed to answer some of your questions. As usual, ask as many questions as you'd like, but please, one question per post.

4 of 69 comments (clear)

  1. Higher Education by null+etc. · · Score: 5, Interesting

    Joel Spolsky has famously stated that he prefers software engineers who come from highly accredited universities, preferably Ivy-league. His thought is that one has to distinguish oneself in order to be granted admission to such places. Do you think that Joel's opinion, and those of other elitist employers, will change with the introduction of free, quality online education?

  2. Verification by GeneralSecretary · · Score: 4, Insightful

    It seems to me that the problem with online education is being able to prove what you have learned. I can learn Calculus online at Khan Academy or at my local community college. I'll probably learn Calculus better at Khan Academy and for less money. But, I cannot use that knowledge to get a degree nor would I have any other way of proving my knowledge to other schools or potential employers. Do you have a solution to this problem?

  3. Where are all the CS courses? by Anonymous Coward · · Score: 4, Insightful

    Where are all the "traditional" Computer Science courses? I'm not asking about the "interactive manual" type courses like how to do loops in Python - there are a ton of materials about that all over the web. I'm asking about theoretical computer science, such as Turing completeness, Chomsky hierarchy, abstract data types, compiler design, that kind of stuff which is the backbone of a university computer science education.

    The reason I'm asking is not to diminish the value of hands-on courses, but because many (including myself) were not able to get a "traditional" CS degree, coming into programming jobs from other disciplines (or no degree at all) and are largely self taught. Self teaching is great when it comes to practical stuff early on, but once you move on to more senior roles you start feeling the gaps of not understanding the theory behind your tools, design, and implementation, as much as you should.

  4. Plans to make KA easier for researchers to use? by Anonymous Coward · · Score: 4, Interesting

    I'm a middle school teacher experimenting with using KA with my classes. I think it is an amazing tool, especially for differentiation -- helping teachers to help their students who are behind have successes in math and, ideally, work towards getting caught back up to their peers. I think it can allow math teachers to do more interesting and fun (non-drill) types of work in the classroom, such as focusing more on students learning by doing open-ended, authentic, rich projects with each other.

    The key word there is that I *think* it must be helpful to the type of classroom described above. I want to know it is, and as part of our practice in Ontario, Canada, it is encouraged that teachers engage in personal inquiry projects to get more data on whether what we think is working actually is. It is difficult to get the data I need out of KA. We're having to do a lot of manual grabbing of student usage times and populating spreadsheets with that. Any plans to extend the external API to allow more sophisticated queries? Or, perhaps plans to provide a tool allowing more extensive data dumps which researchers can use?

    And if you don't have plans at the moment, does this post influence that? ;-) With a more thorough access to student data, I expect there will be researchers who will be more interested in investigating KA in their research and fleshing out the actual benefits (and also any issues that might be addressed).

    My students and I thank you!

    (mr.walker at walker-clan dot com)