Remix.run Logo
▲ sandeepkd 4 hours ago

AI has its own benefits but its really a bad idea to use it in education as a primary source. LLMs have lots of information, reasoning ability, however they have their own limitations and by the nature these limitations just amplify.

Few days ago my son was working on a problem which asked if square is a rectangle. Turns out his class teacher and external tutor (who was using AI) had different opinions on it. My wife consulted AI as well and she also came to the conclusion that square is not a rectangle cause AI told her so, AI told the same answer to external tutor. I understand that the context matters and if one probes AI more with additional context it may come up with correct answer, but this depends on the assumption that the person asking AI for something already knows the answer.

▲hahajk 4 hours ago | parent | next [-]

This is not a problem with AI, this is a problem with a human accepting an answer without understanding why it is correct. The tutor could also read a book that states "A square is not a rectangle" (or vice versa) and repeating it back to the student as established fact.

▲opt_dot_step 4 hours ago | parent | prev | next [-]

I am very curious what either person asked that led them to say that AI had told them a square is not a rectangle.

The obvious question of “is a square a rectangle?” is definitely NOT causing any LLM to say “no”.

Hallucinations are an issue but they genuinely are no longer a concern for any modern non-tiny LLM for basic facts that you would expect a K-6 course to cover. Maybe you might be able to find a few random hallucinations in knowledge covered at the high school level but I’m quite skeptical even that still happens. Yes, they can still, at times, hallucinate sources but I cannot recall the last time I actually saw this happen. I think it was at least a year ago

▲maest 4 hours ago | parent | prev | next [-]

In what world is a square not a rectangle?

I don't understand how your wife interrogated the AI to be told a square is not a rectangle.

And how can two tutors disagree on this?

▲cesarb 2 hours ago | parent | next [-]

> In what world is a square not a rectangle?

In the world of object-oriented programming: https://en.wikipedia.org/wiki/Liskov_substitution_principle#...

▲jacobgkau 4 hours ago | parent | prev [-]

I read their comment as the teacher (who was correct) and a tutor (who used AI) disagreed, not two tutors.

With the amount of blatantly false information I've seen LLMs spew out in response to my very simple questions, I can very easily imagine one would get this basic information wrong somehow, although I did just Google it (as Gemini, and particularly the on-search-result-page version of it, seem to be the absolute worst of the common models in my experience), and it did get the answer right.

▲hyperpape 4 hours ago | parent | prev | next [-]

What kind of AI is this? ChatGPT says a square is a rectangle. Google search says it.

▲fn-mote an hour ago | parent [-]

Most charitably, it was not a story of recent AI usage, but a few years ago when such a mistake would be more believable.

▲bigstrat2003 2 hours ago | parent | prev | next [-]

LLMs have lots of information, but they have zero reasoning ability. That is why they are so bad at giving answers: they can't reason from one thing to another, but instead everything is a statistically likely result. If using an LLM for learning, you have to make sure to check everything it says or you will take in false info, guaranteed.

▲judge2020 an hour ago | parent [-]

LLMs have had a reasoning setting for a while now. The reasoning is what allows them to go through and test each output to see which output/answer ends up aligning with known context the best (whether that be constraints that steer it away from some outputs, or information/hints that steer it towards the desired output).

The problem with the tutor's question is that they're going to AI to answer this question and not asking underlying questions like "what makes a square a square" and "what makes a rectangle a rectangle", then doing their own thinking to determine if a square's qualifications also fit inside the qualifications to be a rectangle.

Heck, even if you just feed the underlying into AI it'll reason the answer in a logical manner:

> In standard geometry, A square is a quadrilateral with 4 equal sides and 4 right angles (90° each). A rectangle is a quadrilateral with 4 right angles. Its opposite sides are equal and parallel, but all four sides do not have to be equal. So the key distinction is: Rectangle: four right angles. Square: four right angles plus four equal sides. > > That means every square is a rectangle, but not every rectangle is a square.

Asking LLMs to just give you answers is the real antipattern. But if you remember that the only thing it's good at is finding patterns given context/constraints, it can be an extremely good tool.

Also, I have a feeling the vast majority of the populus is using free versions of Claude or ChatGPT. Thankfully recently ChatGPT Free is GPT-5.6 Luna, but before the response qualities and capabilities of the free chat output were less than stellar.

▲OutOfHere 4 hours ago | parent | prev [-]

Let me say this in a different way: If some rectangles can also be squares, then this shows that a square is a rectangle. This is not a logical deduction; it is an intuitive one.