jobstr - Videos

Back to Channel

AI job search | Schema for jobstr.work | Nostr + MCP + LLM

Walkthrough of jobstr.work and how to use the MCP to seach jobs, get stats, and write a covering letter using an LLM If you are a recruiter, please do contact me to develop this for your business ...

84 views • 1 likes • 1 comments • December 12, 2025

Jobs search with LLMs - jobstr.work - disrupting the recruitment 🤡 shїtshow

jobstr.work uses relays, is mcp server compatible, and makes listings available to all. A common schema, that can be used to pust human jobs or AI Agent tasks. If you like the concept and want to g...

46 views • 3 likes • 6 comments • December 11, 2025

UK Python & Software Jobs | November 2025

Reed, sort your sh*t out. https://python360.substack.com/p/online-recruitment-is-a-mess why do many dev job listings ask for python AND react? Short answer: because they want one person to handl...

57 views • 3 likes • 0 comments • November 22, 2025

P360 Live Stream

Become a patron : 🌏 https://www.patreon.com/drpi Buy me a coffee (or Tea) ☕ https://www.buymeacoffee.com/DrPi If you want a fast VPS server with Python installed check out : https://webdock.io/en?...

0 views • 0 likes • 0 comments • November 18, 2025

70's Ibiza | Coding Music | No Mid roll ads

**1 Hour of warm summer ambience, dreamy guitars, and mellow focus energy** - No mid roll ads. Welcome to your new **coding escape portal** — a soft-focus blend of *1970s Ibiza chill*, *shoegaze h...

76 views • 3 likes • 3 comments • November 18, 2025

Chill Music 🎶| aiviation | 🌿🌸 ❤️ | No mid roll ads | 420 🚬

AI-viation - ai generated chill-out music with an aviation theme for chilling, deep focus out or coding. Spot the fake planes, the dodgy take offs and relax! #planespotting #shoegaze #chillmusic

33 views • 2 likes • 2 comments • November 16, 2025

Airport Chaos ✈️ | AI slop from Python Code 🤣

With a for loop and some sample code from gemini you too can make some AI slop. Airport Chaos - Aeroplanes without wheels, planes with chocks under the wheels, planes going in the wrong directions...

103 views • 5 likes • 4 comments • November 16, 2025

AI Evals - Model Evaluation & Testing Platform | LLM as a judge | Python SDK

Evaluate Large Language Models in 3 easy steps! Code your own 'Evals' : 1: git clone https://github.com/RGGH/evaluate.git cd evaluate cargo run (if you have Rust installed) else build and run wit...

126 views • 10 likes • 1 comments • October 16, 2025

Neural Net - day 1 | SGD with Backpropagation

A quick look at back propagation with a "neural net" using NumPy Not a tutorial! ; ) #StochasticGradientDescent SGD ------- Randomly shuffles data each epoch More "noisy" path to convergence Each...

105 views • 1 likes • 2 comments • August 05, 2025

Semantic Cached Search | RAG

🚀 Build a **Semantic Question Answering System** in Python using a **Vector Database** - with cache for performance. In this project, we load and embed data, populate a vector store, and query it ...

165 views • 8 likes • 0 comments • June 05, 2025

Demo of HTTP Streamable in MCP using FastMCP | model context protocol example

StreamableHttpTransport (recommended, default for HTTP URLs) or SSETransport (legacy option) for web-based deployments. https://gofastmcp.com/clients/transports https://www.youtube.com/playlist?l...

6,528 views • 94 likes • 14 comments • May 19, 2025

Create an MCP Server from an API | OpenAPI with FastMCP

Build an MCP Server from OpenAPI Spec - This will save you hours! The official docs mention the API to MCP capability but I had to work it all out. The examples you may see online typically have a...

5,280 views • 55 likes • 13 comments • May 07, 2025

LLM Group Chat - Websockets

In this video, we dive into building an **async chat server** that supports multiple clients and integrates **OpenAI's language model** for intelligent responses! Using **Python's asyncio**, WebSoc...

342 views • 5 likes • 2 comments • March 31, 2025

MCP Server | Build and Deploy | Docker & Python version

Hello everyone! In this video, we're bringing together several concepts from earlier discussions to dive deep into **Model Context Protocol (MCP)**. You'll learn how to: ✅ **Build Your Own MCP S...

5,296 views • 67 likes • 4 comments • March 24, 2025

How to Create a Docker MCP Server in Python

Creating an MCP Server in Python and serving it with Docker. In this video I explain how I used "MCP Create Server" and then created the boilerplate MCP server and added a Dockerfile to produce a f...

1,791 views • 19 likes • 4 comments • March 21, 2025

MCP protocol - goose client | adding MCP Servers

Want to write and test your own MCP server without needing Claude Desktop? - "Goose is an open source AI agent that supercharges your software development by automating coding tasks. " - I wanted t...

1,425 views • 24 likes • 3 comments • March 19, 2025

MCP Server - Screenshot examaple

In this video we test the MCP Server Screenshot capture example in Python As per the example : "Take a screenshot of the user's screen and return it as an image. Use this tool anytime the user wan...

704 views • 9 likes • 1 comments • March 17, 2025

MCP Python SDK | Websockets 🚀

MCP Python SDK | Websockets have been added in Python SDK 1.4.0 released today. This represents a significant evolution for MCP, as it will allow: Communication between processes on different mac...

1,164 views • 20 likes • 7 comments • March 13, 2025

MCP Resources | Model Context Protocol | Python

MCP Resources : Let’s extend our MCP server’s capabilities using resource templates – one of the most powerful features of the Model Context Protocol (MCP) ecosystem. We will focus on how to make a...

4,622 views • 62 likes • 15 comments • March 12, 2025

MCP - Model Context Protocol - Client | Python & OpenAI

How to build your own MCP client. (Model Context Protocol) in Python. We don't have to use MCP with Anthropic's Claude! I demo a basic client and server written in Python with the Python SDK. Inste...

5,286 views • 97 likes • 15 comments • March 12, 2025

MCP - Model Context Protocol - SDK - Python

In this video we look at how to use the MCP Protocol - created by Anthropic (Claude) . The Python SDK allows you to create your own Server. This enables you to provide additional tools, prompts and...

4,492 views • 74 likes • 13 comments • March 08, 2025

Web Crawler & Scraper : "Crawl4ai" - install & demo

This video shows how to install and test crawl4ai Web Crawler & Scraper. 🚀 Why Crawl4AI? The Ultimate AI-Powered Web Crawler! Crawl4AI is designed for LLMs, RAG, and fine-tuning applications, mak...

2,911 views • 21 likes • 3 comments • March 06, 2025

How to get and execute Python code with LLM (OpenAI API)

In this tutorial, we’ll demonstrate how to generate and execute a Python script dynamically using OpenAI’s API. The script will fetch the latest Bitcoin price from the Gemini API and display the re...

1,321 views • 16 likes • 1 comments • March 01, 2025

Firecrawl | AI web scraper for LLM ready data

A look at firecrawl : "Firecrawl's /extract endpoint allows you to get structured web data with just a prompt—perfect for lead enrichment, KYB automation, or no-code workflows." ❤️‍🔥❤️‍🔥 10% off F...

3,190 views • 33 likes • 4 comments • January 20, 2025