• 1 Post
  • 118 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle



  • GPT-5 without “thinking” mode got the answer wrong.

    GPT-5 with thinking answered:

    Here are the 21 US states with the letter “R” in their name:

    Arizona, Arkansas, California, Colorado, Delaware, Florida, Georgia, Maryland, Missouri, Nebraska, New Hampshire, New Jersey, New York, North Carolina, North Dakota, Oregon, Rhode Island, South Carolina, Vermont, Virginia, West Virginia.

    It wrote a script that verified it while doing the “thinking” (feeding the hallusinations back to the LLM)




  • Hotzilla@sopuli.xyztoProgrammer Humor@lemmy.mlInsufferable
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    5 months ago

    D365 ain’t really even that bad. It is just model driven power platform app. It is actually quite expandable, you can code it with plain javascript or more complex components on React. Backend is OData which is quite flexible.

    Old Dynamics AX and onprem CRM were shit shows.



  • Open source is in general wrong term in all of these “open source” LLM’s (like LLAMA and R1), the model is shared, but there is no real way of reproducing the model. This is because the training data is never shared.

    In my mind open source means that you can reproduce the same binary from source. The models are shared for free, but not “open”.