Skip to content

OpenAI supremo Sam Altman says he 'doesn't know how' he would have taken care of his baby without the help of ChatGPT

Technology
62 52 0
  • I wonder how people have been doing it, since the beginning of time, with no help from technology.

    Ya big fucking clown.

    Edit:

    Honestly bro what is it about tech bros being the biggest fucking losers on the face of this planet? I have more respect for street sweepers at this point

    If street sweepers went away, people would notice within a week or two.

    If tech bros went away, we'd just enjoy not having tech bros.

    It's like that one thing: "Who would you notice is gone first, the CEO or the janitor?"

  • I’m not as anti AI as a lot of people here but trusting it with very important things is asking for trouble. It still randomly hallucinates and gives you bad info. Not as often as it used to but still not good enough to trust with your child’s health.

    ChatGPT has taken my bread to the next level and helped me diagnose electronics problems way faster than I have figured out on my own, which is awesome. But it has also given me a blueberry muffin recipe with no wet ingredients and calculated bread hydration 10% too low. I can easily imagine a scenario where some tired parent asks it for a Motrin dose for an infant and gets a wildly wrong answer and injures their child.

    Like many things, a tool is only as smart as the wielder. There's still a ton of critical thinking that needs to happen as you do something as simple as bake bread. Using an AI tool to suggest ingredients can be useful from a creative perspective, but should not be assumed accurate at face value. Raisins and Dill? maybe ¯\(ツ)/¯, haven't tried that one myself.

    I like AI, for being able to add detail to things or act as a muse, but it cannot be trusted for anything important. This is why I'm 'anti-AI'. Too many people (especially in leadership roles) see this tool as a solution for replacing expensive humans with something that 'does the thinking'; but as we've seen elsewhere in this thread, AI CANT THINK. It only suggests items that are statistically likely to be next/near based on its input.

    In the Security Operations space, we have a phrase "trust but verify". For anything AI, I would use 'doubt, then verify" instead. That all said. AI might very well give you a pointer to the place to ask how much motrin an infant should get. Hopefully, that's your local pediatrician.

  • Patreon will increase the cut it takes from new creators

    Technology technology
    28
    150 Stimmen
    28 Beiträge
    0 Aufrufe
    V
    I assume new users get lower chance to get high donations. I found this chart today https://graphtreon.com/patreon-stats, not sure how legit it is but it just proves that they are not rapidly growing anymore.
  • 901 Stimmen
    179 Beiträge
    22 Aufrufe
    K
    Most jokes need to be recognizable as funny? Like if you say the word cucked, ever, I'm going to assume you're serious and an imbecile and I would be right to do that, no?!
  • 82 Stimmen
    6 Beiträge
    4 Aufrufe
    merde@sh.itjust.worksM
    (common people, this is the fediverse) [image: 922f7388-85b1-463d-9cdd-286adbb6a27b.jpeg]
  • 585 Stimmen
    57 Beiträge
    2 Aufrufe
    arararagi@ani.socialA
    Because artists are still there.
  • Affordable Assignments

    Technology technology
    1
    1
    0 Stimmen
    1 Beiträge
    4 Aufrufe
    Niemand hat geantwortet
  • 122 Stimmen
    23 Beiträge
    10 Aufrufe
    A
    It's one of those things where periodically someone gets sanctioned and a few others get scared and stop doing it (or tone it down) for a while. I guess SHEIN are either overdoing it or they crossed the popularity threshold where companies become more scrutinized
  • 23 Stimmen
    31 Beiträge
    2 Aufrufe
    A
    World actually.
  • Microsoft's AI Secretly Copying All Your Private Messages

    Technology technology
    4
    1
    0 Stimmen
    4 Beiträge
    6 Aufrufe
    S
    Forgive me for not explaining better. Here are the terms potentially needing explanation. Provisioning in this case is initial system setup, the kind of stuff you would do manually after a fresh install, but usually implies a regimented and repeatable process. Virtual Machine (VM) snapshots are like a save state in a game, and are often used to reset a virtual machine to a particular known-working condition. Preboot Execution Environment (PXE, aka ‘network boot’) is a network adapter feature that lets you boot a physical machine from a hosted network image rather than the usual installation on locally attached storage. It’s probably tucked away in your BIOS settings, but many computers have the feature since it’s a common requirement in commercial deployments. As with the VM snapshot described above, a PXE image is typically a known-working state that resets on each boot. Non-virtualized means not using hardware virtualization, and I meant specifically not running inside a virtual machine. Local-only means without a network or just not booting from a network-hosted image. Telemetry refers to data collecting functionality. Most software has it. Windows has a lot. Telemetry isn’t necessarily bad since it can, for example, help reveal and resolve bugs and usability problems, but it is easily (and has often been) abused by data-hungry corporations like MS, so disabling it is an advisable precaution. MS = Microsoft OSS = Open Source Software Group policies are administrative settings in Windows that control standards (for stuff like security, power management, licensing, file system and settings access, etc.) for user groups on a machine or network. Most users stick with the defaults but you can edit these yourself for a greater degree of control. Docker lets you run software inside “containers” to isolate them from the rest of the environment, exposing and/or virtualizing just the resources they need to run, and Compose is a related tool for defining one or more of these containers, how they interact, etc. To my knowledge there is no one-to-one equivalent for Windows. Obviously, many of these concepts relate to IT work, as are the use-cases I had in mind, but the software is simple enough for the average user if you just pick one of the premade playbooks. (The Atlas playbook is popular among gamers, for example.) Edit: added explanations for docker and telemetry