#outputs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #outputs, aggregated by home.social.
-
Agent-skills-eval – Test whether Agent Skills improve outputs
https://github.com/darkrishabh/agent-skills-eval
#HackerNews #AgentSkills #Eval #Testing #Skills #Outputs #AIResearch #MachineLearning
-
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. https://www.llrx.com/2026/04/hallucinations-by-west-lexis-ai/
-
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. https://www.llrx.com/2026/04/hallucinations-by-west-lexis-ai/
-
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. https://www.llrx.com/2026/04/hallucinations-by-west-lexis-ai/
-
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. https://www.llrx.com/2026/04/hallucinations-by-west-lexis-ai/
-
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. https://www.llrx.com/2026/04/hallucinations-by-west-lexis-ai/
-
#!/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
-
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?
-
#Design #Approaches
Design for meaningful outcomes · People don’t want outputs; they want outcomes https://ilo.im/157zga_____
#Business #Customers #ProductDesign #UxDesign #UiDesign #WebDesign #Mindsets #Outcomes #Outputs -
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 https://mastodon.social/@the_verge/111014123691436367
-
#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 https://arxiv.org/abs/2307.00184
-
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
-
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
-
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
-
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
-
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
-
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
-
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?
-
A Self-Expanding PWM Driver - For smaller microcontrollers, having enough outputs for the job is sometimes a challenge. A common... more: https://hackaday.com/2019/11/15/a-self-expanding-pwm-driver/ #microcontrollers #microcontroller #multiplexing #driverboard #headers #outputs #inputs #shield #esp32 #trick #led