earthtojake / text-to-cad
A library of agent skills for CAD, CAE and CAM
https://github.com/earthtojake/text-to-cad
A library of agent skills for CAD, CAE and CAM
https://github.com/earthtojake/text-to-cad
GitHub
GitHub - earthtojake/text-to-cad: A library of agent skills for CAD, CAE and CAM
A library of agent skills for CAD, CAE and CAM. Contribute to earthtojake/text-to-cad development by creating an account on GitHub.
👍1
A quick look at zero-knowledge proofs
In this post, the authors break down non-cryptocurrency zero-knowledge proofs (ZKPs) using graph theory and Python. By implementing Protocol 4 from Goldreich, Micali, and Wigderson, they show how a prover uses randomized color permutations, nonces, and cryptographic hashes to iteratively prove they hold a valid 3-coloring for a graph without revealing the actual solution to the verifier.
https://bernsteinbear.com/blog/zkp/
In this post, the authors break down non-cryptocurrency zero-knowledge proofs (ZKPs) using graph theory and Python. By implementing Protocol 4 from Goldreich, Micali, and Wigderson, they show how a prover uses randomized color permutations, nonces, and cryptographic hashes to iteratively prove they hold a valid 3-coloring for a graph without revealing the actual solution to the verifier.
https://bernsteinbear.com/blog/zkp/
Max Bernstein
A quick look at zero-knowledge proofs
NB: This isn’t about crypto. I don’t care about crypto.
🤯1
From Routing Checks to Trajectory Testing: Evaluating an Agentic Chatbot
Traditional chatbot testing that checks only final responses misses many agent failures, so this article builds an evaluation framework that progresses from routing checks and task completion to full trajectory testing of tool use, conversations, and intermediate actions. It also shows how to combine LLM-as-a-judge evals, multi-turn testing, and telemetry to debug agent behavior and vali...
https://edcrewe.blogspot.com/2026/08/from-routing-checks-to-trajectory.html
Traditional chatbot testing that checks only final responses misses many agent failures, so this article builds an evaluation framework that progresses from routing checks and task completion to full trajectory testing of tool use, conversations, and intermediate actions. It also shows how to combine LLM-as-a-judge evals, multi-turn testing, and telemetry to debug agent behavior and vali...
https://edcrewe.blogspot.com/2026/08/from-routing-checks-to-trajectory.html
Blogspot
From Routing Checks to Trajectory Testing: Evaluating an Agentic Chatbot
Which Agentic Chatbot? I have been working on a Python based AI test framework for a chatbot interface for my company 's product, Postgre...
👍1🤔1
interlock
Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API.
https://github.com/bagowix/interlock
Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API.
https://github.com/bagowix/interlock
GitHub
GitHub - bagowix/interlock: Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly…
Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API - bagowix/interlock
👍1
Two lines of Python that segfault the interpreter
Two lines of Python could crash CPython 3.14 through 3.16 because SETADD assumed it was always operating on a real set, while PEP 749 madeconditionalannotationsrebindable from Python code. The post explains how that assumption broke, why it caused a type-confusion crash, and why stable releases and the development branch needed different fixes.
https://deadlovelll.github.io/2026-08-10-conditional-annotations-set-add-crash/
Two lines of Python could crash CPython 3.14 through 3.16 because SETADD assumed it was always operating on a real set, while PEP 749 madeconditionalannotationsrebindable from Python code. The post explains how that assumption broke, why it caused a type-confusion crash, and why stable releases and the development branch needed different fixes.
https://deadlovelll.github.io/2026-08-10-conditional-annotations-set-add-crash/
Timofei Ivankov
Two lines of Python that segfault the interpreter | Timofei Ivankov
SET_ADD trusted the compiler, and PEP 749 quietly handed user code a way to break that trust
❤1
Composite: The Pattern Behind Menus, File Systems and Games
The Composite pattern lets you treat individual objects and entire object hierarchies through the same interface, making tree-like structures much easier to manage. Using a simple Python game engine, the video demonstrates how this pattern naturally applies to game scenes, UI frameworks, file systems, menus, and similar hierarchical designs.
https://www.youtube.com/watch?v=ss6je4-nDx8
The Composite pattern lets you treat individual objects and entire object hierarchies through the same interface, making tree-like structures much easier to manage. Using a simple Python game engine, the video demonstrates how this pattern naturally applies to game scenes, UI frameworks, file systems, menus, and similar hierarchical designs.
https://www.youtube.com/watch?v=ss6je4-nDx8
YouTube
Composite: The Pattern Behind Menus, File Systems and Games
🧱 Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery.
The Composite pattern is one of those design patterns you'll start seeing everywhere once you understand it.
In this video, I build a small game engine…
The Composite pattern is one of those design patterns you'll start seeing everywhere once you understand it.
In this video, I build a small game engine…
❤2👍1
Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite
Numba now runs entirely in the browser through JupyterLite, compiling Python functions to WebAssembly with a new LLVM-based execution engine and delivering substantial performance gains without a server. The work also unlocks browser-native support for the broader Numba ecosystem, including PyMC, PyTensor, and other scientific computing libraries.
https://notebook.link/blog/numba-in-the-browser/
Numba now runs entirely in the browser through JupyterLite, compiling Python functions to WebAssembly with a new LLVM-based execution engine and delivering substantial performance gains without a server. The work also unlocks browser-native support for the broader Numba ecosystem, including PyMC, PyTensor, and other scientific computing libraries.
https://notebook.link/blog/numba-in-the-browser/
notebook.link
Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite | Notebook.link Documentation
A JIT compiler and its scientific Python ecosystem running entirely in the Web browser
🙏2
python-game-server
A lightweight server and framework for turn-based multiplayer games.
https://github.com/feberts/python-game-server
A lightweight server and framework for turn-based multiplayer games.
https://github.com/feberts/python-game-server
GitHub
GitHub - feberts/python-game-server: A lightweight server and framework for turn-based multiplayer games
A lightweight server and framework for turn-based multiplayer games - feberts/python-game-server
🔥2
key-amnesia
Let your AI agent use your passwords and API keys - without ever letting it see them.
https://github.com/fujitoid/key-amnesia
Let your AI agent use your passwords and API keys - without ever letting it see them.
https://github.com/fujitoid/key-amnesia
GitHub
GitHub - fujitoid/key-amnesia: Let your AI agent use your passwords and API keys - without ever letting it see them
Let your AI agent use your passwords and API keys - without ever letting it see them - fujitoid/key-amnesia
Prototype on a laptop, scale to 16 billion rows: one Polars query
The post shows how to prototype a data pipeline locally on 97 million Polymarket orderbook rows, then run the same LazyFrame queries on 16 billion rows using distributed execution. The pipeline pre-aggregates the raw data into small Parquet artifacts in S3 that power a responsive Plotly Dash dashboard without scanning the full dataset on each request.
https://pola.rs/posts/market-data-to-plotly-enterprise-dashboard/
The post shows how to prototype a data pipeline locally on 97 million Polymarket orderbook rows, then run the same LazyFrame queries on 16 billion rows using distributed execution. The pipeline pre-aggregates the raw data into small Parquet artifacts in S3 that power a responsive Plotly Dash dashboard without scanning the full dataset on each request.
https://pola.rs/posts/market-data-to-plotly-enterprise-dashboard/
Polars
Prototype on a laptop, scale to 16 billion rows: one Polars query
Explore a subset of Polymarket orderbook data locally, then run the exact same Polars query on 16 billion rows with Polars Cloud and serve it with Plotly Dash.
jsonfold: Making Pretty-Printed JSON Compact and Readable in Python
jsonfold is a streaming post-filter that compacts pretty-printed JSON by folding small arrays and objects onto single lines while preserving existing serializers and custom encoders. It processes JSON incrementally without reparsing the document, keeping additional memory usage bounded while producing more compact, human-readable output for large JSON files.
https://medium.com/@yair.lenga/a-streaming-json-formatter-that-works-with-existing-serializers-eced220da37d
jsonfold is a streaming post-filter that compacts pretty-printed JSON by folding small arrays and objects onto single lines while preserving existing serializers and custom encoders. It processes JSON incrementally without reparsing the document, keeping additional memory usage bounded while producing more compact, human-readable output for large JSON files.
https://medium.com/@yair.lenga/a-streaming-json-formatter-that-works-with-existing-serializers-eced220da37d
Medium
jsonfold: Making Pretty-Printed JSON Compact and Readable in Python
A Python streaming post-filter for compact, human-readable JSON with configurable formatting behavior.
centaur
Centaur is frontier, agentic infrastructure that you own. Centaur is like Claude Tag, but open source and on steroids.
https://github.com/paradigmxyz/centaur
Centaur is frontier, agentic infrastructure that you own. Centaur is like Claude Tag, but open source and on steroids.
https://github.com/paradigmxyz/centaur
GitHub
GitHub - paradigmxyz/centaur: Centaur is frontier, agentic infrastructure that you own. Centaur is like Claude Tag, but open source…
Centaur is frontier, agentic infrastructure that you own. Centaur is like Claude Tag, but open source and on steroids. - paradigmxyz/centaur
Comfy-Org / ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://github.com/Comfy-Org/ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://github.com/Comfy-Org/ComfyUI
GitHub
GitHub - Comfy-Org/ComfyUI: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - Comfy-Org/ComfyUI
pyhctsa
The most comprehensive time-series feature extraction package in Python.
https://github.com/DynamicsAndNeuralSystems/pyhctsa
The most comprehensive time-series feature extraction package in Python.
https://github.com/DynamicsAndNeuralSystems/pyhctsa
GitHub
GitHub - DynamicsAndNeuralSystems/pyhctsa: The most comprehensive time-series feature extraction package in Python.
The most comprehensive time-series feature extraction package in Python. - DynamicsAndNeuralSystems/pyhctsa
django-waffle - the best Feature Flipper for Django!
This is an introduction to django-waffle, a production-ready Django package for controlling feature rollouts through flags, switches, and sampling. It enables gradual releases, A/B testing, and quick kill switches for features that need to be disabled without redeploying
https://www.youtube.com/watch?v=K-Y9XHEZwU8
This is an introduction to django-waffle, a production-ready Django package for controlling feature rollouts through flags, switches, and sampling. It enables gradual releases, A/B testing, and quick kill switches for features that need to be disabled without redeploying
https://www.youtube.com/watch?v=K-Y9XHEZwU8
YouTube
django-waffle - the best Feature Flipper for Django!
▶ Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?couponCode=BUGBYTES-26
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the…
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the…
Tencent opensource AI Red Teaming platform
A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
https://github.com/tencent/AI-Infra-Guard
A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
https://github.com/tencent/AI-Infra-Guard
GitHub
GitHub - Tencent/AI-Infra-Guard: A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan…
A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation. - Tencent/AI-Infra-Guard
Lians
Evidence-backed proof of done for Claude Code, Codex, Cursor, and other AI coding agents. Run real checks, bind results to current Git state, and know what is ready for human review.
https://github.com/Lians-ai/Lians
Evidence-backed proof of done for Claude Code, Codex, Cursor, and other AI coding agents. Run real checks, bind results to current Git state, and know what is ready for human review.
https://github.com/Lians-ai/Lians
GitHub
GitHub - Lians-ai/Lians: Evidence-backed proof of done for Claude Code, Codex, Cursor, and other AI coding agents. Run real checks…
Evidence-backed proof of done for Claude Code, Codex, Cursor, and other AI coding agents. Run real checks, bind results to current Git state, and know what is ready for human review. - Lians-ai/Lians
The Polars vs SQL differences nobody is talking about
This post explores important differences between Polars and SQL that can cause unexpected results when moving between the two, including row ordering, column independence, literals, null handling, and broadcasting. It explains how understanding these different mental models can help developers write safer Polars code and more reliably translate data workflows between Polars and SQL.
https://labs.quansight.org/blog/polars-vs-sql-differences
This post explores important differences between Polars and SQL that can cause unexpected results when moving between the two, including row ordering, column independence, literals, null handling, and broadcasting. It explains how understanding these different mental models can help developers write safer Polars code and more reliably translate data workflows between Polars and SQL.
https://labs.quansight.org/blog/polars-vs-sql-differences