Looking for an “AI” that would tackle my day-to-day issues that are not related to programming, for example acting as a personal assistant / life coach, creating lesson plans for classes I teach at school, explaining how things work and teaching me new skills effectively, etc.

I need it to be able to consider web search options for more comprehensive answers.

Doesn’t have to be free, as I’d be happy to pay if it’s truly worth it.

So far I’ve tried:

  1. Most common options at Poe, including Claude Sonnet 3.5, GPT4o and others. The issue here is that I’m not seeing which one is actually smarter and which one hallucinates more.
  2. Perplexity
  3. Phind
  4. Gemini
  5. Bing AI

I have never had a GPT4 subscription so I might consider that if it’s objectively the best option.

What can you recommend? 🙂

  • @RatherBeMTB
    link
    22 days ago

    I’m learning Kotlin and Android Studio and for that I’m developing a very simple CRUD App. I used sonet 3.5 and was impressed when it developed the XML file, mainactivity, added internet access permits and wrote the restful API in PHP for XAMPP. It compiled at the first try, but for the life of me I can’t find why the restful API keeps returning a 405 error. And I’m a seasoned programmer in C, C++, phyton and XAMPP! It was, at the same time, impressive and extremely frustrating.

    • @[email protected]
      link
      fedilink
      12 days ago

      I don’t know about your specific issue, but I have found that it helps quite a bit to often start new conversations. Also, I have a couple of paragraphs explaining the whole idea of my project that I always paste in at the beginning of each conversation. I’ve not been doing anything terribly complicated or cutting-edge, but I haven’t come across anything yet that Sonnet hasn’t been able to figure out, although sometimes it does take me being very clear and wordy about what I’m doing and starting from a fresh slate. I’ve also found it helps a lot if I specifically tell it to debug with lots of logs. Then I just go back and forth, giving it the outputs and changing code for it.