home.social

#outputs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #outputs, aggregated by home.social.

  1. via #LLRX Hallucinations” by West & Lexis AI? 24 Apr 2026. Michael Berman addresses #benchmarks used for #AI #legalresearch platforms in the context of the #risk of #hallucinations in retrieval-augmented generation #RAG AI #outputs. As Berman states, #verification, of course, is not only good advice, but also an #ethicalBusiness mandate. llrx.com/2026/04/hallucination

  2. via #LLRX Hallucinations” by West & Lexis AI? 24 Apr 2026. Michael Berman addresses #benchmarks used for #AI #legalresearch platforms in the context of the #risk of #hallucinations in retrieval-augmented generation #RAG AI #outputs. As Berman states, #verification, of course, is not only good advice, but also an #ethicalBusiness mandate. llrx.com/2026/04/hallucination

  3. via #LLRX Hallucinations” by West & Lexis AI? 24 Apr 2026. Michael Berman addresses #benchmarks used for #AI #legalresearch platforms in the context of the #risk of #hallucinations in retrieval-augmented generation #RAG AI #outputs. As Berman states, #verification, of course, is not only good advice, but also an #ethicalBusiness mandate. llrx.com/2026/04/hallucination

  4. via #LLRX Hallucinations” by West & Lexis AI? 24 Apr 2026. Michael Berman addresses #benchmarks used for #AI #legalresearch platforms in the context of the #risk of #hallucinations in retrieval-augmented generation #RAG AI #outputs. As Berman states, #verification, of course, is not only good advice, but also an #ethicalBusiness mandate. llrx.com/2026/04/hallucination

  5. via #LLRX Hallucinations” by West & Lexis AI? 24 Apr 2026. Michael Berman addresses #benchmarks used for #AI #legalresearch platforms in the context of the #risk of #hallucinations in retrieval-augmented generation #RAG AI #outputs. As Berman states, #verification, of course, is not only good advice, but also an #ethicalBusiness mandate. llrx.com/2026/04/hallucination

  6. #!/bin/bash

    # disconnect every existing connection

    IFS=$'\n' read -r -d '' -a outputs < <( pw-link -o && printf '\0' )
    IFS=$'\n' read -r -d '' -a inputs < <( pw-link -i && printf '\0' )

    # pw-link -d out in

    i=0; while [ $i -lt ${#outputs[@]} ]; do
    j=0; while [ $j -lt ${#inputs[@]} ]; do
    pw-link -d ${outputs[$i]} ${inputs[$j]} 2> /dev/null
    ((j++));
    done

    ((i++)); done

  7. I'm thinking about making time-lapse videos of my prints and I'm curious if the Prusa XL Buddy board has outputs or open-collector lines that can be managed with gcode to control a camera remote. 🤔 Has anyone tackled something similar or has insights on this?

    #3DPrinting #PrusaXL #TimeLapse #XLBuddy #Board #Outputs

  8. The thing about this working from home debate that I don't like is that it is being top down implemented.

    Different people have different work-life needs & patterns.

    #flexibility is key. Success measured by #outputs.

    #WFH #Meta mastodon.social/@the_verge/111

  9. #Personality #Traits in #LargeLanguageModels. The advent of large language models (#LLMs) has revolutionized #naturallanguageprocessing, enabling the generation of coherent and contextually relevant text. We find that: 1) #personality simulated in the #outputs of some LLMs (under specific prompting configurations) is reliable and valid arxiv.org/abs/2307.00184

  10. I am experimenting with #aiart and would like to publish here some of my #outputs, do you think I should, or should I create a new mastodon page? I know it is a very #flaming subject and there is so much hate about it..

    Any #mastodon #instance you would suggest in such case? Or should I just #CW my posts?

    Here, a post where I am talking about it: Click me

  11. How does Sturgeon’s Law affect the training data which generative AI and large language models “learn” on and what is the impact on the outputs?

    #sturgeonslaw #trainingdata #generativeAI #LLMs #learning #modelgovernance #datagovernance #outcomes #outputs #askingquestions

  12. How does Sturgeon’s Law affect the training data which generative AI and large language models “learn” on and what is the impact on the outputs?

    #sturgeonslaw #trainingdata #generativeAI #LLMs #learning #modelgovernance #datagovernance #outcomes #outputs #askingquestions

  13. How does Sturgeon’s Law affect the training data which generative AI and large language models “learn” on and what is the impact on the outputs?

    #sturgeonslaw #trainingdata #generativeAI #LLMs #learning #modelgovernance #datagovernance #outcomes #outputs #askingquestions

  14. How does Sturgeon’s Law affect the training data which generative AI and large language models “learn” on and what is the impact on the outputs?

    #sturgeonslaw #trainingdata #generativeAI #LLMs #learning #modelgovernance #datagovernance #outcomes #outputs #askingquestions

  15. How does Sturgeon’s Law affect the training data which generative AI and large language models “learn” on and what is the impact on the outputs?

    #sturgeonslaw #trainingdata #generativeAI #LLMs #learning #modelgovernance #datagovernance #outcomes #outputs #askingquestions

  16. I'm still trying to understand why the same #function in #julialang #outputs (pushes) 21 elements into a list, but only #prints 15 when it's given that option. Anyone?