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

Untitled Linux Show 252

Untitled Linux Show 252

Video by TWiT Tech Podcast Network via YouTube
Untitled Linux Show 252

The Untitled Linux Show covers the week’s hottest Linux news for desktop, gaming, and even enterprise. ULS is the weekly update you don’t want to miss, from the latest kernel development to the updates on your favorite apps! Each episode finishes with a killer command line tip from each host.

You can find more about TWiT.tv and subscribe to our full shows at https://podcasts.twit.tv
Join our community at Club TWiT: https://twit.tv/clubtwit

About us:
TWiT.tv is a technology podcasting network located in the San Francisco Bay Area with the #1 ranked technology podcast This Week in Tech hosted by Leo Laporte. Every week we produce over 30 hours of content on a variety of programs including Tech News Weekly, MacBreak Weekly, Windows Weekly, Security Now, Intelligent Machines, and more.

Source

FSF settles the Office Suite debacle, good news on age verification – Linux Weekly News

FSF settles the Office Suite debacle, good news on age verification - Linux Weekly News

Video by The Linux Experiment via YouTube
FSF settles the Office Suite debacle, good news on age verification - Linux Weekly News

Head to https://squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code thelinuxexperiment

Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#

👏 SUPPORT THE CHANNEL:
Get access to:
– a Daily Linux News show
– a weekly patroncast for more thoughts
– your name in the credits

YouTube: https://www.youtube.com/@TheLinuxEXP/join
Patreon: https://www.patreon.com/thelinuxexperiment

Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/

👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/

Timestamps

00:00 Intro
00:31 Sponsor: SquareSpace
01:47 FSF weighs in on the OnlyOffice vs EuroOffice debate
03:57 More (good) age verification news
06:37 Proton’s CEO talks age verification
08:52 People lose their minds over Mozilla’s new mascot
10:10 Debian elects new project lead
11:37 Ubuntu 26.04 released
14:39 Ubuntu’s audit of the Rust Core Utilities
16:07 New Linux powered console
17:43 Firefox talks more about their Smart Window feature
19:38 Mozilla found 271 flaws using Anthropic Mythos
21:49 Valve gives devs more info on how their game runs on Deck
23:57 Sponsor: Tuxedo Computers

Links:
FSF weighs in on the OnlyOffice vs EuroOffice debate
https://www.fsf.org/blogs/licensing/agpl-is-not-a-tool-for-taking-freedom-away

More age verification news

Colorado Age Attestation Bill May Exclude Open Source OSes and Apps


https://almalinux.org/blog/2026-04-21-california-age-verification-law/

Proton’s CEO talks age verification
https://proton.me/blog/keep-age-verification-from-killing-anonymity-online

People lose their minds over Mozilla’s new mascot
https://itsfoss.com/news/mozillas-firefox-mascot-gender-controversy/

Debian elects new project lead

Debian Names a New Leader for the Project

Ubuntu 26.04 released
https://itsfoss.com/news/kubuntu-26-04-lts/

Ubuntu’s audit of the Rust Core Utilities
https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/80773

New Linux powered console
https://playnix.io/

Firefox talks more about their Smart Window feature
https://www.firefox.com/en-US/smart-window/?view=waitlist
https://support.mozilla.org/en-US/kb/smart-window-models

Mozilla found 271 flaws using Anthropic Mythos

The zero-days are numbered 

Valve gives devs more info on how their game runs on Deck
https://www.gamingonlinux.com/2026/04/valve-make-steps-to-improve-steam-deck-verification-giving-developers-more-performance-data/

#linuxdesktop #linuxnews #linuxdistro

Source

Linux and the Era of Age Verification with @TheLinuxEXP​

Linux and the Era of Age Verification with @TheLinuxEXP​

Video by The Linux Cast via YouTube
Linux and the Era of Age Verification with @TheLinuxEXP​

We’re back! This time we have Nick from @TheLinuxEXP to speak with us about age verification laws.

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

===== Follow us 🐧🐧 ======
Discord – https://thelinuxcast.org/discord
Odysee – https://odysee.com/$/invite/@thelinuxcast:4
Mastodon- https://fosstodon.org/@thelinuxcast

Subscribe at http://thelinuxcast.org
Contact us email@thelinuxcast.org
https://facebook.com/thelinuxcast

# Nick
https://www.youtube.com/@TheLinuxEXP on YouTube

# Drew
– Odysee – https://odysee.com/@justaguylinux:c
– YouTube – https://youtube.com/JustAGuyLinux
– Mastodon – https://fosstodon.org/@justaguylinux
– Website – https://justaguylinux.com

# Nate
– YouTube – https://www.youtube.com/@NatePicksTechWorld
– Mastodon – https://fosstodon.org/@NatePick
– Discord – https://discord.gg/wHCjfSk

#Support Us
MERCH – https://shop.thelinuxcast.org
Patreon – https://patreon.com/thelinuxcast
PayPal – https://paypal.me/thelinuxcast
Kofi – https://ko-fi.com/thelinuxcast
Sponsored by Proton – https://go.getproton.me/SH1gC

#Credits
Logo courtesy of pedropaulo.net
Intro courtesy of https://www.fragcgi.com/?i=1

[show notes]
https://git.thelinuxcast.org/notes/s10/1012.md

[time stamps]
00:00:00 Intro
00:00:54 Interview with Nick
00:20:10 Linux and Age Verification
01:10:44 Nuggies of the Week
01:11:05 Drew’s Nuggie
01:11:39 Nate’s Nuggie
01:12:17 Nick’s Nuggie
01:12:51 Matt’s Nuggie
01:14:29 Contact Info and Goodbyes

Source

Introducing GPT-5.5 with Perplexity

Introducing GPT-5.5 with Perplexity

Video by OpenAI via YouTube
Introducing GPT-5.5 with Perplexity

“I thought building this internal tool was going to take me days…but with Codex and GPT-5.5, I was able to do it in under an hour.”

Denis from Perplexity saw GPT-5.5 cut token usage by 56% while running the same agentic workflows faster and more efficiently.

Build with GPT-5.5: https://openai.com/index/introducing-gpt-5-5/

Source