| ▲ | Imnimo 4 days ago |
| I looked at the example for computer science basics for a 7th grader interested in food. Explanations include: "a list can be used for a recipe" "a set can be used to list all the unique ingredients you need to buy for a week's meals" "a map can be used for a cookbook" "a priority queue can be used to manage orders in a busy restaurant kitchen" "a food-pairing graph can show which ingredients taste good together" Maybe I'm over-estimating the taste of 7th graders, but I feel like I would get sick of this really quickly. |
|
| ▲ | joshvm 4 days ago | parent | next [-] |
| I'm sure computer science has improved in high school over the last (gulp) 20 years, but when I did variations of IT and programming lessons before university, it was bad. This was peak "you must Microsoft Office"-era. I've been involved in outreach for almost as long at this point. A lot of kids ask sensible questions like 'when do I ever need to use trig in real life?', because the examples in lessons and exams are so divorced from reality that it feels pointless. I do think there is pedagogical value in showing where these concepts can be used practically and the advantage of LLMs is that you can transform the examples to what you're actually interested in. For example the Red Blob Games series on A* pathfinding are really good at showing how Dijkstra and graph traversal algorithms work, for a use-case (video games) that is appealing to a lot of nerdy people. |
| |
| ▲ | CodeMage 4 days ago | parent | next [-] | | "When do I ever need to use trig in real life" is an interesting question, because it points out certain flaws in the way our society approaches education. One of those flaws is the one you pointed out: the examples we use are not very interesting. But there's another flaw that gets overlooked most of the time, which is that we're raising kids to believe that "why are you teaching me something that you're not 100% sure I will need in my day-to-day life" is a sensible question, when it really isn't. Outside of my 2-year stint in the game development industry, I never really needed most of what I learned about trigonometry in my day-to-day life. But that doesn't mean it wasn't useful. Yes, we should make the subject matter more approachable to kids, but we should also try to shift the paradigm so that kids are more open to learning new things. | | |
| ▲ | vnorilo 3 days ago | parent | next [-] | | When I was in third grade, I decided I want to make computer games to get more of them. Dad got me started with GW-Basic turtle graphics and I made pictures with them - usually non-functional title screens for my games. At some point I had made a small space ship and was able to make it turn around with the wonderful angle command [1]. However, I could not figure out how to make it move "forward" regardless of the angle. I was also attending an after hours computer graphics club, mostly about Deluxe Paint, taught by a 20-something student (who much later went on to found a GPU company and got acquihired by ATI/AMD). He would help me occasionally, and in this case he took a tiny slip of paper and wrote down a couple of lines about sin and cos. No questions, no explanations, no gatekeeping. Just like that I internalized this foundational piece of trig - later when it arrived in school maths it was easy and obvious for me. I had a practical application, but even more I think was because it started as a need I had, and when given to me, felt like a gift and an enabler. Still much later I studied Seymour Papert's pedagogy and understood I had lived it. I consider myself fortunate. 1: http://www.antonis.de/qbebooks/gwbasman/draw.html | |
| ▲ | ksenzee 4 days ago | parent | prev | next [-] | | If the subject matter isn’t something the kid has a natural aptitude or interest in, and it’s not practical, and it’s not being taught in an unusually captivating way, why wouldn’t kids push back? I don’t blame them. I think adults should be able to justify why we’re using what boils down to the threat of force (if we’re honest) to make them sit in classrooms and listen to us. | | |
| ▲ | Aeolun 4 days ago | parent | next [-] | | I’m not going to use force against him. Threatening to take away the computer or tablet is generally plenty. I don’t think it’s unreasonable that a precondition to using these things is ‘go to school’. | | |
| ▲ | ksenzee 4 days ago | parent [-] | | I’m referring to governments, not parents. If I don’t send my child to school, the state of Washington will have a word to say about it. There are laws. |
| |
| ▲ | CodeMage 4 days ago | parent | prev | next [-] | | I don't see any part of my comment where I blamed the kids. I explicitly said that it's a flaw in the way our society approaches education. | | |
| ▲ | ksenzee 4 days ago | parent [-] | | Sorry, I didn’t mean to make it sound like I was arguing with you. It was more vehement agreement. | | |
| |
| ▲ | lelanthran 3 days ago | parent | prev [-] | | > If the subject matter isn’t something the kid has a natural aptitude or interest in, and it’s not practical, and it’s not being taught in an unusually captivating way, why wouldn’t kids push back? Agreed. > I think adults should be able to justify why we’re using what boils down to the threat of force (if we’re honest) to make them sit in classrooms and listen to us. Disagree. The justification for why they should learn $FOO may never be understood by a mind that we are teaching $FOO to. There's good justification for learning to read, but not one that would be understood by a 6 year old. There's similarly good justification for teaching Maths, but you'd be hard pressed to convince a 16 year old of the value in practicing abstract reasoning, using Maths as the vehicle. Sometimes, the only good answer to give a kid is "you'll see the value when you're older". | | |
| ▲ | vkazanov 3 days ago | parent | next [-] | | As parents do, I had numerous discussions with my kid about math and additional languages. Here's my usual explanation: it's existing knowledge that opens doors, not theoretical one, and you want to have as many doors open as possible. Well, I use other words bit that's my message anyway :-) | |
| ▲ | a96 3 days ago | parent | prev | next [-] | | And the problem with that answer is that it doesn't lead to engagement or interest and that means it doesn't lead to learning. It's a bad answer. I also disagree that there needs to be justification. I don't think students' minds work like that. What's needed is something different and probably many kinds of something different since there's many kinds of learners. So far, a huge percentage of students are getting left behind when teachers and material fail to have a good answer. | | |
| ▲ | lelanthran 3 days ago | parent [-] | | > And the problem with that answer is that it doesn't lead to engagement or interest and that means it doesn't lead to learning. It's a bad answer. With an insufficiently developed brain, there is no answer that leads to engagement or interest. Sometimes you'll find yourself telling kids "How do you know you won't like it unless you try it?" If you, personally, claim to have never told a kid that specific sentence (regardless of context), I have serious doubts that you actually have kids. Sometimes engagement and interest only come after the kid has been forced through a little bit of it. They are children; you can't always reason with them because they have not yet developed sufficient reasoning skills. Making the claim that reasoning is all you need to get children to do the right thing is plain nonsense. > I also disagree that there needs to be justification. Sounds like we're in agreement, after all? I also don't think there needs to be a justification for "You need to learn Maths". This is why I said an answer along the lines of "you'll understand why later" is all you can do when asked for a justification. |
| |
| ▲ | bonoboTP 3 days ago | parent | prev [-] | | If you ask adults about their school experiences, they very often say that it was a waste and they remember nothing and just remember hating math and that they never use any of that. And that we should teach about finance like loans, mortgages, bureaucracy, jobs, contracts, warranty rights, how to buy a house, how to buy a car, how elections work, etc. and other real life things that average adults do. It's super common outside the tech circles that you may be in. | | |
| ▲ | gsinclair 3 days ago | parent [-] | | I’d invite these adults to consider what their life might be like had they never learned maths, or other school subjects they considered a waste of time. Maybe awesome, but I doubt it. |
|
|
| |
| ▲ | andai 4 days ago | parent | prev | next [-] | | I asked my math teacher for applications and she just mumbled something, embarrassed. Took me until a while later to realize that most of my teachers had never stepped foot outside a school in their entire life. Later at university I complained about the lack of applications in the textbook, and my classmates became very upset. One of them responded, "we are mathematicians, we do not concern ourselves with applications." | | |
| ▲ | bonoboTP 3 days ago | parent | next [-] | | That's a bit of a caricature, but would you ask the same of an English major or an art historian? Math is an intellectual activity that's about sharpening and chiseling the mind, and the satisfaction of figuring things out and seeing things fall into place neatly. Thinking about real things out there in the world in math ways (~= applications) can also be fun. Just look at software. It's undeniably useful with many applications. Still, some people treat it playfully and in an enjoyable way, they learn about algorithms they won't ever use, just for the elegance, read Knuth, even if reading some React handbook may be more useful for their day-to-day. There are more considerations than "but how will this make my employer richer?" | |
| ▲ | a96 3 days ago | parent | prev [-] | | Posing was the application for them :) |
| |
| ▲ | theptip 3 days ago | parent | prev | next [-] | | I agree this is a problem. The best reason I can come up with is “because it is fun/beautiful/interesting” (to some people). But IMO that pushes you to making the curriculum more flexible and not forcing every student into the same sequence where math is the core IQ test for STEM. If a kid doesn’t find it interesting I struggle to justify forcing them. Personally I also think trig and calculus are far inferior to statistics for most people. If you have an intuition for probability distributions, precision/recall, and a few other basic concepts, you’ll be guaranteed to apply them everywhere in your life. Of course if you are interested in STEM then calculus must be available too, but it’s pretty specialized in practice. | |
| ▲ | watwut 3 days ago | parent | prev | next [-] | | It is also a fallacy. Interesting and practical are two different things, especially for kids. Kids will happily learn completely useless things and will dislike clearly practical and important subjects. | |
| ▲ | Aeolun 4 days ago | parent | prev | next [-] | | > One of those flaws is the one you pointed out: the examples we use are not very interesting. I think the truth is a lot simpler. Most kids won’t use trig in real life. | | |
| ▲ | melagonster 4 days ago | parent | next [-] | | Because they can not go to the department that uses trig in university. This is the basic design of society; people want to remind these kids they are not good enough forever. | |
| ▲ | ponector 4 days ago | parent | prev | next [-] | | There was a popular joke during my studies in university: Advanced math came in handy just once in my life. My keys fell in the toilet, and I realized the best tool was a wire bent like an integral. | |
| ▲ | CodeMage 4 days ago | parent | prev [-] | | That was pretty much my point. Most kids won't use trig in real life, so making trig more interesting is only half of what we need to do. The other half is making kids more interested in learning. | | |
| ▲ | a96 3 days ago | parent | next [-] | | Kids are interested in learning. Adults are interested in learning. The human brain is interested in learning. It becomes tremendously happy when it learns and so do the humans. The problem is that the brain doesn't like effort and is very good at thinking about things that are more fun to learn. There's skills that can help with directing it back, but they need to be learned. | |
| ▲ | bonoboTP 3 days ago | parent | prev [-] | | Or drop the idea that everyone has to be forced to learn the same academically-inclined curriculum. Of course this is a non-starter, because it sounds like "giving up on" some kids. |
|
| |
| ▲ | Terr_ 3 days ago | parent | prev [-] | | There's also the distinction between "I know that X% of this will (not) be useful" versus "I know which X% of this will (not) be useful." Especially when "useful" includes "to get a future job" or study something else much more useful and interesting later." |
| |
| ▲ | graemep 3 days ago | parent | prev | next [-] | | The "trig in real life" is a common question, but its deeply flawed. You can use trig in real life - I used it last time I bought a monitor because I wanted to compare the areas of models with different aspect ratios and I only had the diagonal size and aspect rations. There are much deeper flaws in this question: 1. That you only learn what you are guaranteed to use in everyday life. Education should leave you with choices. You learn trigonometry so you can later choose to do things that require it. 2. That everything you learn in school has to be something that is likely to be useful. When did you last use history or literature or art? | |
| ▲ | locococo 4 days ago | parent | prev | next [-] | | All the text books I've ever seen had practical examples in them.
Like determining the height of a tree or a house simply based on trigonometry. Your suggestion is interesting but I am not convinced that a student would be helped by aligning the examples with their interests.
I could see a student asking how trig relates to computer games and the example the LLM generates becoming much more involved. I see no problem with the examples being boring. The people that developed these techniques had such fundamental problems to solve and the wonder to me is the human mind that came up with these
methods. All this to say, maybe we lack appreciation for the fundamental sciences that underpin every aspect of our modern lives. | | |
| ▲ | II2II 4 days ago | parent | next [-] | | > All the text books I've ever seen had practical examples in them. Like determining the height of a tree or a house simply based on trigonometry. The trouble is a lot of those practical examples fall into the, "why would I care category". I had a high school physics teacher who described his university antics, one of which included a funny story of a bunch of his friends climbing on top of each other to measure the height of a flag pole. I guess the profs got tired of dealing with students scaling flag poles because I was measuring the height of mountains on the moon at the same university a couple of years later. The thing is nobody really cares about the height of a flag pole, while only a few would care about the height of the mountains on the moon. The reality is the interesting applications are much more involved. They either require a depth of thought of process or a depth of knowledge that isn't appropriate for a textbook question. Take that trigonometry in games example. The math to do it was in my middle school curriculum, but it becomes obvious that computer graphics is more than trigonometry the moment you try to frame it as an example. I had linear algebra in high school. That will take you pretty far with the mathematics, but it will also be clear that a knowledge of computer programming is involved. Even knowing how to program isn't going to take you all of the way because few are interested in rendering verticies and edges ... And that is just the obvious progression of knowledge in a simple application. Physics itself involves buckets full of trigonometry in extremely non-obvious ways, non-geometric ways. | | |
| ▲ | amluto 3 days ago | parent [-] | | I agree with your point in general, but I do find myself actually using trigonometry for fairly basic real-world purposes more often than one might expect. For example: how big of a piece of material fits in a particular position if it’s not parallel or perpendicular to the stuff around it? If a rope supports a load in the middle, how much tension does the rope need? How much of an angle should be cut into a door to comfortably clear the jamb? (If you’ve never contemplated this before: a door with a rectangular cross-section will have less clearance to the jamb when almost closed than when fully closed.) | | |
| ▲ | Terr_ 3 days ago | parent | next [-] | | > If a rope supports a load Rambling off-topic, but I remember being very impressed at how a uniform hanging rope makes a catenary [0] shape which is related to making strong structural arches. So maybe if the students were somewhere where the class could design and make an igloo... :p [0] https://en.wikipedia.org/wiki/Catenary | | |
| ▲ | amluto 3 days ago | parent [-] | | Fun exercise for the reader: if you have that uniform hanging rope support a uniform flat suspension bridge (via a bunch of closely spaced vertical ropes), and the bridge is much, much heavier than the ropes, then you get a parabola instead of a catenary. Wikipedia gives a derivation involving differential equations, but it glosses over the actual fundamental difference between these situations. But you can explain what’s going on with just trigonometry and no calculus, let alone differential equations: consider how much weight a small section of chain that isn’t right in the middle is supporting. You’ll end up with a drawing involving a right triangle and some numbers associated with the sides, and those numbers will line up differently with the opposite, adjacent and hypotenuses in the two cases. So your off-topic rambling isn’t off-topic at all :) |
| |
| ▲ | lovehashbrowns 3 days ago | parent | prev [-] | | I think for me personally although I don’t use maths often enough in any practical sense, the one thing I think has stopped me progressing in life how I feel I want to has been my lack of maths knowledge. I don’t mean in a career sense but in an enjoyment sense. I watched a video about proving that the square root of two is irrational and that made me irrationally happy, and I’d love to keep going but a lot of the maths in other proofs or concepts gets absolutely insane. I don’t know how to express that to kids learning maths for the first time, though. It also almost feels like the world of math is so vast there’s something for everyone to enjoy casually. That feels like a video game analogy to me with all the different genres built around basic fundamental concepts. |
|
| |
| ▲ | lelanthran 3 days ago | parent | prev [-] | | > I see no problem with the examples being boring. I'm in agreement with this point; the examples are boring, but that's not really relevant. After all, we're mostly talking about Maths ITT, not history or social sciences. 1. Some foundational study is needed before you get to the really interesting problems at a higher grade/level/school/university. 2. Who cares if they are boring? A spectacular facility to learn Maths which is demonstrated by high marks indicates better abstract reasoning skills, making it easier for specific trades to decide who is more suitable. 3. How will the kids know whether they like Maths or not if they skip trig in high school? (Sidenote: Am I the only one who finds trig easy and everything else in Maths hard?) |
| |
| ▲ | hdctambien 3 days ago | parent | prev | next [-] | | To be fair, the applications of geometry that most people might end up using in real life are going to be boring to a 15 year old. How many paving stones do I need to buy for the walkway I'm building in my backyard? How far from the top of the roof should I start attaching this gutter so that I still have roof to nail it to 30 feet later? How big of a ladder do I need to get to that branch I want to cut down in that tall tree? Will I be able to get this couch up the stairs, around the corner, and through the door? | |
| ▲ | huflungdung 4 days ago | parent | prev [-] | | [dead] |
|
|
| ▲ | amsilprotag 4 days ago | parent | prev | next [-] |
| I have used the quiz-making learning tool within gemini. It is very good for things that would exist in a typical K-12 textbook. The first 30 or 40 multiple choice questions on a subject are usually pretty good and useful. But then it will tend to repeat multiple choice answers, give strictly wrong answers, repeat questions, or offer multiple valid answers. The answer explanations are what you'd expect with little human QA. Still a useful tool for people who sanity-check the given answers, but it might do more harm than good if people don't follow up on their confusion. |
|
| ▲ | raincole 4 days ago | parent | prev | next [-] |
| > "a list can be used for a recipe" I don't even know what it means, tbh. I feel it's going to confuse the hell out of 7th graders. |
| |
| ▲ | kccqzy 4 days ago | parent [-] | | How is that difficult to understand? A recipe is an ordered list of steps of what to do. So of course a list can be used for a recipe. I personally prefer a serious text without bringing in unrelated concepts like food, but this is still understandable. | | |
| ▲ | non_aligned 4 days ago | parent | next [-] | | I think it's just clunky, like "a pencil can be used for a recipe". My first take is "wait, are we cooking a pencil? or stirring with it?" The first meaning of "use for a recipe" is "use as an ingredient." But then, it's a pretty weird thing to explain to begin with, approximately every human on the planet knows what the word "list" means. So what does this pseudo-definition add? | | |
| ▲ | a96 3 days ago | parent [-] | | Well, this list (heh) was cs concepts or data structures. Most humans on the planet definitely don't know what a linked list is or how it's used, let alone how it's implemented. The cooking analogy is trying to bridge that gap a little. I don't think it's good either. You'll mostly get the meaning if you already knew it. |
| |
| ▲ | layer8 4 days ago | parent | prev | next [-] | | You have to already have a good understanding of the concept that is meant by “list” here, in order to make sense of that sentence. And even then it might not be clear that the list would be used to represent the recipe. This does almost nothing to explain what a “list” is in the CS sense. Teaching material needs to show how a list could be used for a recipe, and from that the student might begin to form a first incomplete understanding of what a “list” is. | |
| ▲ | legacynl 3 days ago | parent | prev | next [-] | | > A recipe is an ordered list of steps of what to do. So of course a list can be used for a recipe. That you felt you need to add 'ordered ... of steps of what to do' to your definition of list, kind of proofs that a recipe is a bad analogy for a list. A recipe contains multiple lists, has a name, has a purpose and a desired outcome. Totally different from a simple list. But a kid who's unfamiliar with the programming concept of 'list' doesn't know that, so it's very possible that at some point they will get confused when a list can't do things that a recipe can do. | |
| ▲ | qingcharles 4 days ago | parent | prev | next [-] | | I read it fine, but it would have been clearer as: - a list can be used for the steps of a recipe | |
| ▲ | raincole 3 days ago | parent | prev [-] | | Uh, exactly. See how you describe the same concept: > A recipe is an ordered list of steps of what to do Understandable. > a list can be used for a recipe Not so much. Moreover, a recipe usually at least consists of two parts, ingredients and steps. "pierogi_recipe": {
ingredients: Set<(Item, Quantity)>,
steps: List<Step>
} So the analogy kinda muddies the waters. |
|
|
|
| ▲ | duskwuff 4 days ago | parent | prev | next [-] |
| The Hawthorne effect[1] (aka "novelty effect") comes to mind. Even if students report finding this style of content more engaging after a single session, is that actually because it's better, or just because it's different? [1]: https://en.wikipedia.org/wiki/Hawthorne_effect |
|
| ▲ | iLoveOncall 4 days ago | parent | prev | next [-] |
| My issue with that it's more that those are extremely poor analogies. The first 3 are simply plain wrong. GenAI's gonna GenAI I guess. |
| |
| ▲ | CodeMage 4 days ago | parent | next [-] | | Okay, maybe I'm dumb, but I don't get how the first 3 are "simply plain wrong". They're open-ended enough that I have no trouble imagining how you could use those 3 data structures for those 3 purposes, so I must be missing some aspect of what you're trying to say. | | |
| ▲ | iLoveOncall 4 days ago | parent [-] | | It's not that they cannot be used. You can use any data structure for any purpose if you torture it enough. It's that the metaphors are terrible. > "a list can be used for a recipe" A recipe is not just a list of steps, it's also a list of ingredients, potentially an introduction, some pictures, etc. Ask a kid to draw you a mock recipe, you won't just get a list of steps in return. > "a set can be used to list all the unique ingredients you need to buy for a week's meals" Ingredients have quantities attached. If I tell you to make a cake you need sugar, an egg and flour and give you all the steps but no quantities, you're not making a cake. A map is the obvious choice for storing ingredients. I agree that ingredients are unique, but they have attached data which is just as relevant as the ingredient itself. > "a map can be used for a cookbook" I just don't understand how a cookbook is supposed to represent a map, it just doesn't make sense, not even with the additional context of the previous metaphors. At best it would be somewhat understandable if it said a map can be used for a cookbook, with dish names mapping to recipes, but even this would be a stretch and assume a dish can be made in a single way. Keep in mind the goal is to teach someone who has zero ideas about datastructures what they are, not to give some analogies to an experienced software engineer. | | |
| ▲ | recursivecaveat 4 days ago | parent | next [-] | | My beef with the list is what does "a list can be used for a list of steps" explain? Feels like the sort of thing you nod along too and then wake up the next day realizing you didn't learn anything at all. | |
| ▲ | CodeMage 3 days ago | parent | prev [-] | | > Keep in mind the goal is to teach someone who has zero ideas about datastructures what they are, not to give some analogies to an experienced software engineer. I agree, which is exactly the problem I have with your objections. If you're teaching data structures to a kid with zero knowledge, you do it gradually, rather than trying to turn them into an experienced software engineer right from the start. Start with an oversimplification and then build on top of that. The point of an introductory example is to focus on a single concept or a single aspect, and communicate it in a way that is intuitive to someone with no knowledge of it, without overwhelming them or distracting them with additional details. Then, once they've grokked it, challenge them to find flaws in the oversimplification and use that to teach the next concept. > Ask a kid to draw you a mock recipe, you won't just get a list of steps in return. Depends on the age. When they're young enough and haven't actually done any serious cooking, kids tend to think that recipes are a series of steps. Hell, a lot of adults I know, when I ask them something like "how do you make X", start by explaining the steps instead of laying out all the ingredients and their quantities. This is exactly what I'm talking about when I refer to overwhelming or distracting your students with additional details. You're not trying to build a cookbook app, you're trying to teach someone about a specific data structure. > Ingredients have quantities attached. If I tell you to make a cake you need sugar, an egg and flour and give you all the steps but no quantities, you're not making a cake. A map is the obvious choice for storing ingredients. If you're trying to teach sets and your domain of choice is cooking, it makes sense to start with a "list of unique ingredients". You're focusing on uniqueness as a property of sets. Then, once you've explained sets, you can point out that a list of ingredients without quantities isn't very useful, which gives you a great way to introduce maps. As a bonus, if you've already taught your students about tuples, you can then compare a set of tuples and a map, drawing parallels and pointing out important differences. > At best it would be somewhat understandable if it said a map can be used for a cookbook, with dish names mapping to recipes, but even this would be a stretch and assume a dish can be made in a single way. Again, you're thinking like an experienced software engineer. Yes, you can totally assume a dish can be made in a single way if you're teaching kids. If I'm introducing "string" as a concept for the first time, I won't immediately start explaining the difference between a byte, a Unicode code point, and a glyph. |
|
| |
| ▲ | saltcured 4 days ago | parent | prev [-] | | Maybe you need to ask it for 8th graders to get, "A Petri Net can be used for a recipe"? |
|
|
| ▲ | ookdatnog 3 days ago | parent | prev | next [-] |
| Especially the set example is also just confusing for 7th grade kids (or anyone who doesn't already understand sets, really). It's technically correct to say that you can store the unique ingredients of a recipe in a set, but that's not an obviously useful thing to do (if you want to compose a shopping list, you need the quantities as well), so the example doesn't actually illustrate anything that helps make sets more intuitive to the student. I think many, if not most, kids of that age will also not even correctly parse the phrasing "list all the unique ingredients" (not to speak of the unfortunate phrasing "a set can be used to list all ..." while you're trying to illustrate the difference between a list and a set). |
|
| ▲ | miki123211 4 days ago | parent | prev | next [-] |
| Gemini is extremely fond of this writing style. If you ask it to explain some complex algorithm, it'll go "imagine a football field..." If you tell it you're a college-educated software engineer in the system prompt and ask it a non-cs question, it will go "imagine a variable..." instead. |
|
| ▲ | apwell23 4 days ago | parent | prev | next [-] |
| yea this is stupid . agreed. I don't know when these dorks will understand that education isn't a technical problem. Its a social and emotional problem. existing material is clear enough to learn from. |
| |
| ▲ | rhetocj23 4 days ago | parent | next [-] | | Theres a reason why theres a grave yard of Google's dead projects. Its annoying that software is such a high gross margin industry - I would love to see Googles cash get taken away so they cant take these vanity projects. | | |
| ▲ | golem14 4 days ago | parent | next [-] | | There's a _huge_ cottage industry of edu apps and programs that are both hugely expensive and not better at teaching, consuming a lot VC and end user $$$. As a first step, this seems not bad at all. I do agree that it would be better to dial in on a pupil's interest than the grade level (my kid may be 7th grade in English but 9th grade in Chemistry, for instance.) [Edit: fix typo] | |
| ▲ | blibble 4 days ago | parent | prev [-] | | if the US government had done its job and split google's monopolistic ad business into what should be 4 different companies, then we wouldn't have this problem | | |
| ▲ | rhetocj23 4 days ago | parent [-] | | The average ROIC is doing a nice job in compensating for their awful marginal ROIC. |
|
| |
| ▲ | Mtinie 4 days ago | parent | prev [-] | | It’s both. Technology is a component (I’d we wouldn’t have books, recorded videos, multimedia aids, etc.). | | |
| ▲ | lo_zamoyski 4 days ago | parent | next [-] | | Technology can help, but in recent history, there's a track record of bogus pedagogy that insists on incorporating technology without any sound justification. Some of this was motivated by corporations trying to sell shit (like computers), some by silly or clueless teachers and administrators. Some of it is informed by dubious pedagogical methodologies like gamification. For the most part, it's a matter of clear presentation, student engagement, and effort. A well-written textbook (many suck) and a good teacher (same) and a properly disposed student (which presupposes things like certain virtues; parents are responsible for teaching and supporting these for the most part). Technology won't get around the basic human reality, and sometimes, there's nothing to fix. Some people aren't interested. | |
| ▲ | mattlutze 4 days ago | parent | prev [-] | | Technology is a tool to expand the possible ways to educate, but isn't necessary for education to happen. i.e. we've been educating people for 1,000s of years even without textbooks. Education itself isn't primarily a technology problem. Treating it as such is an administrative failure, as is pursuing a technological solution in many scenarios that are first social in nature. | | |
| ▲ | groby_b 4 days ago | parent | next [-] | | > i.e. we've been educating people for 1,000s of years even without textbooks. And we've been doing a pretty crappy job educating people without written texts. The written word led to a tremendous acceleration of knowledge transmission. The printing press enabled that transmission at a larger, but unified, scale. Anything we even remotely recognize as science has only ever been practiced by literate cultures. Discarding technology for education because it's not a panacea is an absolute failure as educator. | |
| ▲ | squigz 4 days ago | parent | prev | next [-] | | > i.e. we've been educating people for 1,000s of years even without textbooks. By using the tools available at the time we did, certainly. That involves physical tools like writing, but also non-physical tools like better ways of conveying and disseminating information, better ways of testing the efficacy of various approaches, etc, etc. Education has to evolve, as it always has. While I'm not sure TFA is it, I do think LLMs will have a role to play in making learning more accessible and enjoyable for everyone, not just kids. | | |
| ▲ | lo_zamoyski 4 days ago | parent | next [-] | | FWIW, I find the classic texts of certain fields much more intelligible than the intellectually shoddy 56th iteration of some overpriced glossy Pearson textbook. Compare a typical chemistry textbook with something like Pauling's "General Chemistry" which you can get from Dover, modulo any dated information. You will walk away with a far more solid grasp of the basic principles. A lot of the failure of learning is a failure of teaching. Incompetent teachers throw disconnected information at you instead of trying to explain or lead you to an understanding of what something is about. I attribute part of this to a loss of solid philosophical coursework where you are taught to think from first principles, taught within a larger integral context, and taught to reason clearly. It used to be the case that everyone with a college degree had at least some basic philosophy under their belts (compare a Heisenberg to a Feynman to a Krauss; the progression is clear). And don't forget the success of the trivium and quadrivium or some variation of them that was often presupposed and prepared students for intellectual work. | | |
| ▲ | squigz 4 days ago | parent [-] | | I don't disagree with anything you're saying, really; education has been broken by things like too strong an emphasis on test scores, credentials, etc. This not only produces students who don't know how to learn properly, but those students then go on to become teachers who can't learn how to teach properly. That said, teaching is hard. I don't fully blame teachers who cannot effectively convey subjects to 30 kids, especially these days. Even in an ideal situation, there's so much variance in how people learn best, that it would be hard to blame it on incompetence if a teacher cannot reach every one of their students. Considering how hard it's going to be to fix the bigger problems with society* - obsession with credentials, lack of funding, better paying, less stressful jobs means less teachers, etc, etc - shouldn't we embrace tools that help kids learn things in a more accessible way to them? As I said, I don't think TFA is it, and we should obviously be aware of the issues, but surely people on HN of all places can see the value in tailoring subjects and lessons to a student's preferred method of learning? * This is not to say we shouldn't also try to solve those problems |
| |
| ▲ | mattlutze 3 days ago | parent | prev [-] | | > By using the tools available at the time we did, certainly. Yes, tools which help. But the point is that education occurs with any collection of tools, or even the simplest of all, if we want to go so broad as to call speech technology. Technology is an augmenter of education, but not the fundamental problem of education. > I do think I'm not sure whether they should have a role, or what that roll should be, as such a feeling would be moralizing to some degree. But I agree that we will _make_ LLMs have a role, because the capitalism that drives our societies wants them to have a role. |
| |
| ▲ | SgtBastard 4 days ago | parent | prev | next [-] | | Nitpick: Language is technology, it’s not something we’re genetically born with and is critical for education to happen. | |
| ▲ | 4 days ago | parent | prev [-] | | [deleted] |
|
|
|
|
| ▲ | legacynl 3 days ago | parent | prev | next [-] |
| At first glance this seems fine, but pondering it for a moment, I think this is pretty bad. These analogies don't fully make sense. Also they kind of work on their own, but they clash together. A map is the same as a cookbook, and a list is the same as a recipe. A cookbooks contains recipes, so a map contains lists? |
|
| ▲ | floatrock 4 days ago | parent | prev | next [-] |
| It's a cute "how do I reach these kids?" idea -- find what they like and explain the concepts with custom-tailored analogues. I don't think the failure mode here is really "7th graders will see through the superficiality of this really quick". I think the failure mode here will be: > Explain computer science basics for a 7th grader interested in poop and butt-sniffing Although who knows... maybe this will unleash a generation of memes of the likes we have never seen before. And if the side-effect is more people are at least conversant in more topics, well, maybe that's not a failure mode at all |
| |
| ▲ | non_aligned 4 days ago | parent [-] | | > It's a cute "how do I reach these kids?" idea But... which kids? Do we have a fundamental problem reaching kids who are interested in basketball? My kid had a period of being interested in dinosaurs, but I never felt the need to reframe everything in dinosaur-terms because of that. In fact, you kinda want them to broaden their horizons beyond dinosaurs? The real challenges in education are elsewhere, and a lot of it has to do with socioeconomic status and bad influences early in life. | | |
| ▲ | rhetocj23 4 days ago | parent [-] | | "a lot of it has to do with socioeconomic status and bad influences early in life." Haha, you think most Googlers understand this? No chance. This is why products like this fail, dead on arrival - the person leading the charge simply doesnt get it. But hey go ahead and burn the cash of shareholders. |
|
|
|
| ▲ | selvan 3 days ago | parent | prev | next [-] |
| May be personalization for narration ?. Different narration style, based on their own interest. edit: Their demo video shows they allow learners to set different narration style based on their interest. |
|
| ▲ | j45 4 days ago | parent | prev [-] |
| This is a start, not the end. Instruction and instructors won't be going away. Most people have never looked at textbooks needing evolving. It's like the LLM ai shift to not think about how software used to be. |