cd/sources/pyrefly-auto-discovered· home sources Pyrefly (auto-discovered)
cat /sources/pyrefly-auto-discovered.feed | wc -l → 4

Pyrefly (auto-discovered)

articles 4 domain pyrefly.org → feed RSS
00:00
2026-07-10
pyrefly.org
artificial-intelligence

FwPython, Part 1: Setting the Stage

A Pyrefly developer introduced FwPython, a small formal language modeled in Lean 4, to explore edge cases in Python's type system. The language includes classes, inheritance, method lookup, and isinst…

14:50
2026-06-18
pyrefly.org
large-language-models

Making Type Coverage Visible in Dify's CI

Dify, an open-source platform for building LLM applications, integrated Pyrefly static analysis into its CI pipeline to improve type coverage without blocking daily work. The rollout uses a blocking c…

00:00
2026-06-10
pyrefly.org
machine-learning

Talk: Tensor Shapes in the Type System

Pyrefly, a Python type checker, has introduced an experimental feature that brings tensor shapes into Python's type system, allowing shape annotations to become inferred type hints instead of comments…

00:00
2026-06-09
pyrefly.org
ai-agents

Talk: Type Checking in Agentic Workflows

A PyCon US 2026 talk presented findings from an experiment on type checking in agentic workflows. The study found that type checking improved agent success rates from 80% to 84% only in well-typed cod…