Generative AI

An End-to-End Copying Guide for Using OpenAI GPT-OSS Open Weight Models with Enhanced Workflows

An End-to-End Copying Guide for Using OpenAI GPT-OSS Open Weight Models with Enhanced Workflows

In this tutorial, we explore how to use the open source OpenAI GPT-OSS The models at Google Colab are focused…
Top 19 AI tools for the red team (2026): Protect your ML models

Top 19 AI tools for the red team (2026): Protect your ML models

What is AI Red Teaming? AI Red Teaming is the process of systematically testing artificial intelligence systems—especially generative AI and…
A Coding Guide to Building a Backend Production System Using Huey with SQLite, Scheduling, Retry, Pipelines, and Cost Control

A Coding Guide to Building a Backend Production System Using Huey with SQLite, Scheduling, Retry, Pipelines, and Cost Control

consumer = huey.create_consumer( workers=4, worker_type=WORKER_THREAD, periodic=True, initial_delay=0.1, backoff=1.15, max_delay=2.0, scheduler_interval=1, check_worker_health=True, health_check_interval=10, flush_locks=False, ) consumer_thread = threading.Thread(target=consumer.run, daemon=True) consumer_thread.start() print("Consumer…
Building a Transformer-Based NQS for Frustrated Spin Systems with NetKet

Building a Transformer-Based NQS for Frustrated Spin Systems with NetKet

The intersection of many body physics again deep learning open a new frontier: Neural Quantum States (NQS). While traditional methods…
How to Build a Universal Long-Term Memory Framework for AI Agents Using Mem0 and OpenAI

How to Build a Universal Long-Term Memory Framework for AI Agents Using Mem0 and OpenAI

In this tutorial, we build a long-term memory layer for AI users to use Mem0OpenAI models, and ChromaDB. We are…
Back to top button