What are agents (AI Advocates tutorials)

What are agents (AI Advocates tutorials)

Video by Meta Developers via YouTube
What are agents (AI Advocates tutorials)

Three prompts. One interactive scene. And a render pipeline error the agent caught and fixed on its own.

Watch an AI agent go from a blank Unity project to color-shifting spheres, soap bubble shaders, and floating particles with burst interaction, including debugging its own mistakes mid-build.

AI agents won’t replace your process. They take the tedious parts off your plate so you can focus on the build.

🔗 Explore AI tools for Quest development at the link in the comments.

#VR #AI #GameDev

Source

Butterbian: Debian The Way It Should Be

Butterbian: Debian The Way It Should Be

Video by The Linux Cast via YouTube
Butterbian: Debian The Way It Should Be

Today we look at Butterbian, more specificially, Butterknife. @JustAGuyLinux ‘s brand new distro.

👇 PULL IT DOWN FOR THE GOOD STUFF 👇

Patreon – https://patreon.com/thelinuxcast
Paypal – https://paypal.me/thelinuxcast
Youtube – https://www.youtube.com/channel/UCylGUf9BvQooEFjgdNudoQg/join
Ko-fi – https://ko-fi.com/thelinuxcast

===== Follow us 🐧🐧 ======
MERCH – https://shop.thelinuxcast.org
Discord – https://thelinuxcast.org/discord
Odysee – https://odysee.com/$/invite/@thelinuxcast:4
TILvids(Peertube) – https://tilvids.com/c/thelinuxcast_channel/videos
Mastodon- https://fosstodon.org/@thelinuxcast
Bluesky – https://bsky.app/profile/thelinuxcast.bsky.social
https://codeberg.org/thelinuxcast?tab=repositories
Matrix – https://matrix.to/#/#the-linux-cast:matrix.org
The Website http://thelinuxcast.org
Contact us email@thelinuxcast.org
Amazon Wishlist – https://www.amazon.com/hz/wishlist/ls/1J3W9HF4O2M7T?ref_=wl_share
Logo Courtesy of – pedropaulo.net
Intro Courtesy of – https://www.fragcgi.com/?i=1

Get a free month of Proton Mail! https://go.getproton.me/SH1gC
Get 20% Off Your First Year at Hostinger – https://tinyurl.com/27kqbj63

==== Special Thanks to Our Patrons! ====
https://thelinuxcast.org/patrons/

==== My Gear ==== (Affilliate Links)

Shure sm7b – https://amzn.to/42jvata
LG Dual Up Monitor – https://amzn.to/42h7m9e
Sceptre 32 Curved Monitor – https://amzn.to/40CHoeY
Edifier R1280T – https://amzn.to/4gValbW
Elgato Stream Deck MK2 – https://amzn.to/4ga1MJa
Universal Audio Volt 276 – https://amzn.to/4jd8ukh
iPhone 15 Pro Mac – https://amzn.to/4jmxdT2
Logitech Brio Webcam – https://amzn.to/4aqoRFZ
Weilisi Desk Ring Light – https://amzn.to/4aqp1gz
Logitech MX Master 3 – https://amzn.to/3Wm5A2E

==== Referenced ====
https://butterbian.org/
https://www.youtube.com/justaguylinux

#debian #linux #thelinuxcast

Source

Open Source in 2026: AI, Legacy Code & Security

Open Source in 2026: AI, Legacy Code & Security

Open Source in 2026: AI, Legacy Code & Security The open source landscape in 2026 is being reshaped by two powerful forces: a wave of new AI models and tools, and a renewed appreciation for foundational technology. Microsoft’s open sourcing of DOS 1.0 is a gesture that goes beyond nostalgia—it’s a move to expose the … Read more

The future of agile way of working in OpenProject | Part 1

The future of agile way of working in OpenProject | Part 1

Video by OpenProject | Open Source Project Management via YouTube
The future of agile way of working in OpenProject | Part 1

Watch our CPO, Rosanna Sibora, share the latest agile updates and OpenProject’s clear commitment to becoming your team’s go-to agile solution.

Discover what our team has designed after extensive conversations with both current and future users. These updates are built around real needs and pain points – and this is just the beginning.

A first set of features is already available with OpenProject 17.3, with more exciting updates coming in future releases.

Dive deeper into the vision in Rosanna Sibora’s article:
https://www.openproject.org/blog/future-of-agile-work/

Explore OpenProject’s current agile roadmap here:
https://community.openproject.org/projects/stream-jira-agile-replacement/work_packages?query_id=7850

Source

Build Hour: Workspace agents in ChatGPT

Build Hour: Workspace agents in ChatGPT

Video by OpenAI via YouTube
Build Hour: Workspace agents in ChatGPT

Build workspace agents in ChatGPT that can do work across your tools and help teams move faster. In this Build Hour, you’ll learn how to turn your team’s best practices into shared agents from start to finish.

Christina Huang (Engineering), Ho Joon Cha (Solutions Engineering), and Victoria Chernova (Product Marketing) cover: 
• How to build agents for common workflows that require multiple steps, tools, and sources of context 
• Using agent builder chat, choosing tools and connectors, and adding guardrails
• Testing, iterating, and sharing agents powered by Codex in the cloud
• Best practices and live Q&A 

👉 Workspace agents in ChatGPT: https://chatgpt.com/agents
👉 Workspace agents blog: https://openai.com/index/introducing-workspace-agents-in-chatgpt/
👉 How to guide: https://developers.openai.com/cookbook/articles/chatgpt-agents-sales-meeting-prep
👉 Sign up for upcoming live Build Hours: https://webinar.openai.com/buildhours

00:00 Introduction
01:22 Intro to Workspace agents
03:24 Demo: Meeting Prep agent
18:02 Demo: Software Review agent
27:34 Getting Started
29:53 Q&A

Source

Securing Enterprise LLMs with h2oGPTe Guardrails | Part 14

Securing Enterprise LLMs with h2oGPTe Guardrails | Part 14

Video by H2O.ai via YouTube
Securing Enterprise LLMs with h2oGPTe Guardrails | Part 14

How Enterprise h2oGPTe protects LLM applications from toxic content, PII leaks, and adversarial jailbreak attempts.

Even high-performing generative AI models require safeguards. h2oGPTe enforces multi-stage guardrails at the collection level—monitoring content during ingestion, at prompt submission, and before final response generation. Built-in toxic topic classifications and configurable custom guardrails keep AI strictly on-topic. PII detection uses a defense-in-depth approach combining regex, Presidio, and a fine-tuned ModernBERT model, while PromptGuard actively blocks adversarial jailbreak patterns and logs every violation.

Technical Capabilities & Resources

➤ Toxic Content & Custom Topic Filtering: Block harmful content and restrict AI to approved business topics using configurable guardrails.
🔗 https://docs.h2o.ai/enterprise-h2ogpte/guide/collections/create-a-collection#guardrails-and-pii-detection

➤ PII Detection & Redaction: Identify and redact sensitive data across prompts and responses using Regex, Presidio, and ModernBERT.
🔗 https://docs.h2o.ai/enterprise-h2ogpte/guide/collections/pii-sanitization#pii-detection-methods

➤ Adversarial Jailbreak Protection: PromptGuard detects and neutralizes adversarial prompt patterns before they reach the model.
🔗 https://docs.h2o.ai/enterprise-h2ogpte/changelog/tags/v-1-5#guardrails

Source

OpenCV Live April 30, 2026

OpenCV Live April 30, 2026

Video by OpenCV via YouTube
OpenCV Live April 30, 2026

Join our Patreon to support the show: https://patreon.com/opencv

OpenCV is a 501(c)(3) registered non-profit in the United States. See how you can support open source CV & AI: http://opencv.org/support/

Watch along for your chance to win during our live trivia segment, and participate in the live Q&A session with questions from you in the audience.

Become a paid member of the channel to help us make more episodes https://www.youtube.com/channel/UCkrcW82Y2kbgU-U9RaYfgxw/join

Got a cool project of your own? Send it to us and you may be featured https://www.jotform.com/form/233105358823151

Source

Top 10 OpenClaw Skills You MUST Install Right Now! (I Unlocked 90% More Power)

Top 10 OpenClaw Skills You MUST Install Right Now! (I Unlocked 90% More Power)

Video by Linux Tex via YouTube
Top 10 OpenClaw Skills You MUST Install Right Now! (I Unlocked 90% More Power)

⚡ Get Your Own OpenClaw running on Hostinger in 2 Minutes.
https://hostinger.com/linuxtex10

Use code : LINUXTEX

Top 10 OpenClaw skills that turn OpenClaw from plain to absolutely insane. In this video, I walk you through the exact 10 skills I install on every fresh OpenClaw setup on Linux — voice-to-task with OpenAI Whisper, real browser automation with Agent Browser, parallel Sub-Agents, the entire ClawHub ecosystem of 13,000+ skills, direct Gmail and GitHub access, structured memory with Ontology, and the ability to teach OpenClaw brand new skills permanently with Skill Creator.

If you’re running OpenClaw on Linux and feel like you’re only scratching the surface of what it can do — this is the video that will change that.

ClawHub:
Pre-installed
Link: [https://clawhub.ai](https://clawhub.ai)
Docs: [https://docs.openclaw.ai/tools/clawhub](https://docs.openclaw.ai/tools/clawhub)

Agent Browser:
npm install -g agent-browser
agent-browser install –with-deps
openclaw skills install agent-browser-clawdbot
ClawHub page: [https://clawhub.ai/matrixy/agent-browser-clawdbot](https://clawhub.ai/matrixy/agent-browser-clawdbot)
Restart OpenClaw after installation

Self-Improving Agent:
openclaw skills install self-improving
ClawHub page: [https://clawhub.ai/ivangdavila/self-improving](https://clawhub.ai/ivangdavila/self-improving)
Restart OpenClaw after installation

Sub-Agents:
Pre-installed
Docs: [https://docs.openclaw.ai/tools/subagents](https://docs.openclaw.ai/tools/subagents)

GitHub:
sudo apt install gh
gh auth login
openclaw skills install github
ClawHub page: [https://clawhub.ai/steipete/github](https://clawhub.ai/steipete/github)
Restart OpenClaw after installation

GOG — Google Ops Gateway:
openclaw skills install gog
brew install steipete/tap/gogcli
gog auth credentials /path/to/client_secret.json
gog auth add [you@gmail.com](mailto:you@gmail.com) –services gmail,calendar,drive,contacts,sheets,docs
gog auth list
ClawHub page: [https://clawhub.ai/steipete/gog](https://clawhub.ai/steipete/gog)
Restart OpenClaw after installation

OpenAI Whisper:
sudo apt install ffmpeg python3-pip pipx
pipx install openai-whisper
openclaw skills install openai-whisper
ClawHub page: [https://clawhub.ai/steipete/openai-whisper](https://clawhub.ai/steipete/openai-whisper)
Restart OpenClaw after installation

Ontology:
openclaw skills install ontology
ClawHub page: [https://clawhub.ai/oswalpalash/ontology](https://clawhub.ai/oswalpalash/ontology)
Restart OpenClaw after installation

Summarize:
openclaw skills install summarize
Install/configure the summarize CLI if OpenClaw reports it missing
Official bundled skill file: [https://github.com/openclaw/openclaw/blob/main/skills/summarize/SKILL.md](https://github.com/openclaw/openclaw/blob/main/skills/summarize/SKILL.md)
Restart OpenClaw after installation

Skill Creator:
Pre-installed
Bundled skill file: [https://github.com/openclaw/openclaw/blob/main/skills/skill-creator/SKILL.md](https://github.com/openclaw/openclaw/blob/main/skills/skill-creator/SKILL.md)

📺 Watch Next
Top 10 OpenClaw Workflows — voice-note-to-task pipelines, auto-cleaning Downloads folders, calendar planners, and research bots that will blow your mind.

🔔 Subscribe to LinuxTex for Linux tutorials, distro first-looks, GNOME and KDE deep-dives, and local AI guides for desktop Linux users.

📌 Topics covered: OpenClaw, OpenClaw skills, OpenClaw tutorial, ClawHub, Agent Browser, Sub-Agents, OpenAI Whisper Linux, Skill Creator, GOG Google Ops Gateway, GitHub CLI, Ontology, Summarize, local AI on Linux, Linux AI assistant, OpenClaw setup guide, OpenClaw on Ubuntu, OpenClaw on Fedora.

#OpenClaw #LinuxAI #OpenClawSkills #LocalAI #LinuxTutorial #ClawHub #AgentBrowser #LinuxDesktop #AIonLinux #Linux #Ubuntu #Fedora #OpenSource #LinuxTex #SelfHostedAI #Whisper #SkillCreator

Source

Open Source Digest: April 2026 Highlights

Open Source Digest: April 2026 Highlights

Community & Events Rencontres R 2026 will be held in Nantes. The annual R conference brings together the community for talks, workshops, and networking. Wikidata Community Summit 2026 @ COSCUP is now accepting session proposals. Submit your ideas for talks on Wikidata tools, data modeling, or community projects. MISP 2.5.37 released with enhanced templates and … Read more

Open Source News: AI, Linux, Age Verification & More

Open Source News: AI, Linux, Age Verification & More

Open Source Community at a Crossroads This week’s digest paints a picture of an open source ecosystem navigating rapid change on multiple fronts. From AI model advancements and licensing debates to age verification laws and NASA budget cuts, the stories reveal a community grappling with external pressures while pushing forward with innovation. The common thread … Read more