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

Open Source Digest: Community Wins, New Tools & Security

Open Source Digest: Community Wins, New Tools & Security

Community & Language Wins Fulfulde Wikipedia Reaches 18,000 Articles: A community-led milestone celebrating language, identity, and free knowledge. Rencontres R 2026 in Nantes: The R language community gathers in Nantes for its annual conference. Harvard Professor on Iranian History: An expert answers burning questions, bridging open knowledge and academia. Open Data in Agriculture Saving Alphonso … Read more

Open Source News: Ubuntu 26.04, AI, Python Library & More

Open Source News: Ubuntu 26.04, AI, Python Library & More

Ubuntu 26.04: Sudo Out, Rust & Post-Quantum SSH In Ubuntu 26.04 ‘Resolute Raccoon’ removes sudo in favor of Rust-based alternatives and introduces post-quantum SSH for enhanced security. This marks a significant shift towards memory-safe languages and future-proof cryptography. Python Library for Solar/Heat Transfer Analysis pyViewFactor computes exact view factors between planar faces, useful for thermal … Read more

Open Source Digest: AI, Linux, and Age Verification

Open Source Digest: AI, Linux, and Age Verification

Insight: The Open Source Ecosystem in Flux This week’s news highlights a community actively shaping its future amidst rapid AI advancements, legislative pressures, and core infrastructure changes. The recurring themes are privacy, decentralization, and the tension between commercial and community interests. For open source enthusiasts, the key takeaway is that while the landscape evolves, the … Read more