Loading video...

Video Failed to Load

Go Home

Big week for PixiJS • v8.18.0 released (SVG export, alpha masking, WebGL + WebGPU improvements) • reached 500k weekly downloads 🎉 And… PixiJS Skills are live. They can be use with your agent of choice Cursor, Claude, OpenAI, GitHub.

27,287 views • 3 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

Your OpenAI and Anthropic weekly digest (Week 16, 2026) OpenAI announced Cloudflare Agent Cloud partnership with OpenAI frontier models including GPT-5.4, Agents SDK update with native sandbox execution and model-native harness, Codex update with background computer use, image generation, memory, automations, and 90+ new plugins, introduced GPT-Rosalind life sciences reasoning model in research preview, Trusted Access for Cyber partners with GPT-5.4-Cyber, shared ChatGPT tax queries data, life sciences usage report, and closed gender gap data, re-enabled Study mode in ChatGPT, ChatGPT keyboard shortcut customization, ads rollout on Free and Go plans in Australia, New Zealand, and Canada, TeenAegis AI Danger Index lowest risk score, and Kevin Weil (OpenAI for Science lead and former CPO), Srinivas Narayanan (CTO of enterprise applications), and Bill Peebles (head of Sora) departures, with OpenAI for Science decentralized into other research teams and Prism sunset folded into Codex Anthropic released Claude Opus 4.7, launched Claude Design in research preview by Anthropic Labs, introduced routines in Claude Code research preview for scheduled, API, and webhook-triggered automations, redesigned Claude Code desktop app for parallel agents, appointed Vas Narasimhan to Board of Directors by the Long-Term Benefit Trust, published Automated Alignment Researchers study on weak-to-strong supervision, and made Claude for Word available on Pro and Max plans

Tibor Blaho

11,057 views • 3 months ago

Start building for an agent-first world. If you have a product, you need to start offering skills for Claude, Codex, Cursor, and any other agents. Your skills should specify: • How to navigate and use your product • Best practices the agent must follow • Detailed instructions on how to accomplish things • Anti-patterns to avoid Redis is one of the most popular in-memory data stores in the world, and they just released their agent skills. It takes one second to install, and it will turn your agent into a Senior Redis Engineer: $ npx skills add redis/agent-skills In the attached video, I show you how to install it as a plugin in Claude Code and some of its benefits. This is the easiest way to "teach" models what they don't know and keep their knowledge up to date. If you ask me, skills is literally one of the most brilliant ideas that Anthropic has put out there. If you use Redis, their skill is a must-have. If you don't, this skill will show you how to build and structure yours. Here is what their skill teaches your agent: 1. Current patterns for common use cases: caching, rate limiting, session management, vector search, semantic caching, pub/sub, streams. 2. Which data structure to use and when: hashes vs. JSON vs. sorted sets vs. vector sets. 3. Anti-patterns to avoid: no KEYS in loops, no unbounded key growth, no large values that amplify every operation. 4. Production-aware defaults: connection pooling, pipelining, cluster compatibility, error handling that doesn't silently swallow failures.

Santiago

37,546 views • 5 months ago