2 comments

  • btschaegg 22 minutes ago
    I tested the use case I could've really used this for, but it doesn't seem to be able to do this: "Biel to Zürich, but not through Grenchen".

    The SBB timetable app and website can become really unhelpful if there has been an "accident involving a person" [0]; other than that, I've got little issues with them day to day.

    But it seems your model doesn't have a way to know that the IC from Biel to Olten goes through Grenchen (it only presents the obvious routes that wouldn't work in this case).

    [0]: https://company.sbb.ch/en/railway-development/services-rus/r...

  • vintagedave 1 hour ago
    Nice. I tested a very simple example and got exactly what I hoped. Is there a LLM behind it or some more traditional kind of AI?
    • bekoeppel 1 hour ago
      I built a combination of rules (e.g. HB is translated to Zurich HB) and LLM (Haiku). The rules were necessary because if I send a user to SBB.ch with destination "HB", SBB translates that to Herzogenbuchsee... not what I had expected.