Skip to main content
← All Tags

Tutorials

34 articles in this category (Page 1 of 2)

AI NewsAgentic AITutorials

Building Repository-Level Code Intelligence with Repowise and Graph Analysis

Repowise enables deep repository intelligence through graph-based PageRank analysis and dead-code detection, offering a structured approach to mapping dependencies and architectural decisions for LLM integration.

Read more
AI NewsSoftware EngineeringTutorials

Building Advanced Django-Unfold Dashboards: Custom Models, Filters, and KPIs

A technical guide to building professional Django admin dashboards using Django-Unfold, featuring custom KPI cards and dynamic back-office navigation.

Read more
AI NewsData ScienceTutorials

Portfolio Optimization with skfolio: A Scikit-Learn Compatible Approach to Modern Investment Strategies

Optimize investment portfolios using skfolio, a scikit-learn compatible library for building, testing, and tuning strategies. This technical guide demonstrates how to implement mean-variance, risk-parity, and hierarchical clustering methods while utilizing robust covariance estimators and Black-Litterman views to achieve higher Sharpe ratios through systematic hyperparameter tuning.

Read more
AI NewsData ScienceTutorials

Building Advanced Technical Analysis and Backtesting Workflows with pandas-ta-classic

Learn to implement a complete trading workflow using pandas-ta-classic, including RSI-based signals and Sharpe ratio performance metrics.

Read more
AI NewsSecurityTutorials

Recovering Hidden Malware IOCs: Beyond Classic Strings with FLARE-FLOSS

Learn to recover obfuscated malware strings using FLARE-FLOSS to uncover URLs and registry paths that traditional string extraction tools miss.

Read more
AI NewsAgentic AITutorials

Advanced Browser Automation with CloakBrowser: Stealth Chromium and Persistent Profiles

Master stealthy automation using CloakBrowser and Python to bypass detection by inspecting signals and managing persistent profiles in Colab environments.

Read more
AI NewsTutorialsEditors Pick

Mastering Pyright: Advanced Type Checking for Modern Python Development

Learn to implement Pyright's high-performance static type checking across 11 key areas including generics, protocols, and strict mode for Python 3.11.

Read more
AI NewsMachine LearningTutorials

Building Conditional Bayesian Hyperparameter Optimization Pipelines with Hyperopt and TPE

Implement a production-grade Bayesian optimization pipeline using Hyperopt and TPE to dynamically switch model families with early stopping and ROC-AUC evaluation.

Read more
AI NewsArtificial IntelligenceTutorials

Mastering Property-Based Testing: A Technical Guide to Hypothesis and Stateful Design

Learn to build rigorous testing pipelines using Hypothesis to validate functional correctness through stateful, differential, and metamorphic test designs, systematically uncovering hidden bugs in complex systems.

Read more
AI NewsAI InfrastructureTutorials

Mastering ModelScope: A Technical Guide to End-to-End AI Workflows

Implement ModelScope for NLP and CV tasks using a DistilBERT fine-tuning workflow on IMDB with native ONNX export support.

Read more
AI NewsAI InfrastructureTutorials

How to Deploy Open WebUI with Secure OpenAI API Integration, Public Tunneling, and Browser-Based Chat Access

Deploy Open WebUI on Colab with secure OpenAI API integration and Cloudflare tunneling to establish browser-based access in under 120 seconds.

Read more
AI NewsAgentic AITutorials

Deploying Gemma 3 1B: A Production-Ready Pipeline with Hugging Face Transformers

Build an efficient Gemma 3 1B Instruct pipeline on Colab using Hugging Face Transformers, bfloat16 precision, and automated chat templates for low-latency text generation.

Read more
AI NewsAgentic AITutorials

OpenSpace: A Self-Evolving Skill Engine for Autonomous AI Agents

HKUDS introduces OpenSpace, a self-evolving engine achieving 46% token reduction and 4.2x income improvement in real-world professional tasks.

Read more
AI NewsAgentic AITutorials

Designing Advanced Tree-of-Thoughts Agents for Multi-Branch LLM Reasoning

Build a Tree-of-Thoughts reasoning agent using FLAN-T5 that solves complex 24-game puzzles through beam search and heuristic scoring.

Read more
AI NewsAgentic AITutorials

Building Production-Grade Support Pipelines with Griptape and Agentic Reasoning

Learn how to build an automated support pipeline using Griptape to sanitize PII, categorize issues, and assign SLAs with deterministic tools before using GPT-4 for synthesis.

Read more
AI NewsAgentic AITutorials

Design Tool-Driven Agentic Workflows for Deterministic Route Optimization

Learn to build a production-style Route Optimizer Agent using LangChain and Pydantic that computes precise ETAs and distances deterministically instead of hallucinating results.

Read more
AI NewsAgentic AITutorials

Building Reliable Agentic Workflows with PydanticAI and Strict Schemas

Build production-ready agentic workflows using PydanticAI to enforce strict, typed outputs and dependency injection, ensuring 100% schema compliance in enterprise systems.

Read more
AI NewsAgentic AITutorials

Building a Production-Grade Agentic AI System with Hybrid Retrieval and Episodic Memory

A tutorial on building an ultra-advanced agentic AI workflow with hybrid retrieval, provenance-first citations, repair loops, and episodic memory, achieving a 99% success rate in retrieving relevant information.

Read more
AI NewsMachine LearningTutorials

A Coding Implementation to Build a Unified Apache Beam Pipeline Demonstrating Batch and Stream Processing with Event-Time Windowing Using DirectRunner

Build a Unified Apache Beam Pipeline Demonstrating Batch and Stream Processing with Event-Time Windowing Using DirectRunner in a single implementation.

Read more
AI NewsAgentic AITutorials

A Complete Workflow for Automated Prompt Optimization Using Gemini Flash, Few-Shot Selection, and Evolutionary Instruction Search

This tutorial demonstrates an automated prompt optimization workflow achieving improved sentiment analysis accuracy with Gemini 2.0 Flash.

Read more
AI NewsAI AgentsTutorials

How to Design a Fully Local Agentic Storytelling Pipeline Using Griptape Workflows, Hugging Face Models, and Modular Creative Task Orchestration

This tutorial demonstrates building a fully local agentic storytelling system, generating a coherent short story without relying on external APIs.

Read more
AI NewsAgentic AITutorials

How to Design a Fully Local Multi-Agent Orchestration System Using TinyLlama for Intelligent Task Decomposition and Autonomous Collaboration

Build a fully local multi-agent system using TinyLlama for task decomposition and autonomous collaboration, with 1.1B parameter efficiency.

Read more
AI NewsAgentic AITutorials

Control-Plane Architecture for Agentic AI Systems

A control-plane architecture enables safe, modular agentic AI with real-time tool orchestration and logging.

Read more
AI NewsTutorialsDeep Learning

How to Implement Functional Components of Transformer and Mini-GPT Model from Scratch Using Tinygrad

This tutorial demonstrates building a Mini-GPT model from scratch with Tinygrad, achieving a model with 18,816 parameters.

Read more