DeepInfra on Hugging Face Inference Providers 🔥

We’re thrilled to share that DeepInfra is now a supported Inference Provider on the Hugging Face Hub! DeepInfra joins our growing ecosystem, enhancing the breadth and capabilities of serverless inference directly on the Hub’s model pages. Inference Providers are also seamlessly integrated into our client SDKs (for both JS and Python), making it super easy to use a wide variety of models with your preferred providers. DeepInfra is a serverless AI inference platform offering one of the most cost-effective pricing […]

Read more

Granite 4.1 LLMs: How They’re Built

An in-depth technical walkthrough of data engineering, pre-training, supervised fine-tuning, and reinforcement learning behind the Granite 4.1 LLMs. Authors: Granite Team, IBM TL;DR — Granite 4.1 is a family of dense, decoder‑only LLMs (3B, 8B, and 30B) trained on ~15T tokens using a multi‑stage pre‑training pipeline, including long‑context extension of up to 512K tokens. The models are further refined with supervised fine‑tuning on ~4.1M high‑quality curated samples and reinforcement learning via on‑policy GRPO with DAPO loss (Yu et al., 2025). […]

Read more

AI evals are becoming the new compute bottleneck

Summary. AI evaluation has crossed a cost threshold that changes who can do it. The Holistic Agent Leaderboard (HAL) recently spent about $40,000 to run 21,730 agent rollouts across 9 models and 9 benchmarks. A single GAIA run on a frontier model can cost $2,829 before caching. Exgentic‘s $22,000 sweep across agent configurations found a 33Ă— cost spread on identical tasks, isolating scaffold choice as a first-order cost driver, and UK-AISI recently scaled agentic steps into the millions to study […]

Read more

Quiz: The Factory Method Pattern and Its Implementation in Python

Interactive Quiz â‹… 10 QuestionsBy Joseph Peart Share In this quiz, you’ll test your understanding of The Factory Method Pattern and Its Implementation in Python. Factory Method is one of the most widely used design patterns, and it’s a powerful tool for separating object creation from object use in your code. By working through this quiz, you’ll revisit the components of the pattern, recognize opportunities to apply it, and see how you can implement a reusable, general-purpose solution in Python. […]

Read more

Quiz: Using Python for Data Analysis

Interactive Quiz â‹… 12 QuestionsBy Joseph Peart Share In this quiz, you’ll test your understanding of Using Python for Data Analysis. By working through this quiz, you’ll revisit the stages of a data analysis workflow, including cleansing raw data with pandas, spotting outliers and typos, and using regression to find relationships between variables. The quiz contains 12 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive […]

Read more

Quiz: Python 3.13: A Modern REPL

Interactive Quiz ⋅ 7 QuestionsBy Joseph Peart Share Test your knowledge of the redesigned interactive interpreter introduced in Python 3.13: A Modern REPL, including the help system, multiline statement editing, code pasting improvements, and the history browser. Good luck! The quiz contains 7 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck! Related Resources

Read more

Quiz: ChatterBot: Build a Chatbot With Python

Interactive Quiz â‹… 8 QuestionsBy Joseph Peart Share In this quiz, you’ll test your understanding of ChatterBot: Build a Chatbot With Python. You’ll revisit how ChatterBot learns from conversation data, how it picks replies based on similarity to what it’s already seen, and how it can pull in a local LLM to round out its responses. The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the […]

Read more

AI Coding Agents Guide: A Map of the Four Workflow Types

AI coding agents can read your code, reason about changes, and act on your behalf. To choose the right one, it helps to understand the four common workflow types: integrated development environment (IDE), terminal, pull request (PR), and cloud. Before exploring the four workflow types, it’s worth looking at what makes a coding tool agentic in the first place. Take the Quiz: Test your knowledge with our interactive “AI Coding Agents Guide: A Map of the Four Workflow Types” quiz. […]

Read more

Quiz: Testing Your Code With Python’s unittest

Interactive Quiz â‹… 9 QuestionsBy Joseph Peart Share In this quiz, you’ll test your understanding of Testing Your Code With Python’s unittest. By working through this quiz, you’ll revisit key concepts like structuring tests with TestCase, using assertion methods, skipping tests conditionally, parameterizing with subtests, and preparing test data with fixtures. The quiz contains 9 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total […]

Read more
1 2 3 4 5 1,035