type-systems

Tag

Cards List
#type-systems

Structural Correctness

Hacker News Top · 2d ago Cached

A technical blog post discussing how structural descriptions like type systems and build systems leverage graph-structured models to ensure correctness, highlighting the definitional nature of systems like Bazel.

0 favorites 0 likes
#type-systems

Counterexamples in type systems (2021)

Hacker News Top · 2d ago Cached

A curated collection of counterexamples that demonstrate limitations and pitfalls in type systems, serving as an educational resource for programmers and language designers.

0 favorites 0 likes
#type-systems

A Core Calculus for Documents

Lobsters Hottest · 3d ago

A formal core calculus for documents is presented, likely exploring type systems or semantics for document processing.

0 favorites 0 likes
#type-systems

The New Blub Paradox, or: Why TypeScript Is a Poor Choice for the AI Era

Lobsters Hottest · 5d ago Cached

Argues that TypeScript is a poor default for the AI era due to its unsound type system, which fails to catch errors in AI-generated code, and likens it to Paul Graham's Blub paradox.

0 favorites 0 likes
#type-systems

Static types and shovels (2026)

Lobsters Hottest · 2026-06-10 Cached

The author argues that the resurgence of static typing in the 2010s was due to improved type systems (e.g., TypeScript, Haskell, Rust) that offer nullable type handling, sum types, and type inference, contrasting with poor static typing in earlier languages like Java and C++98.

0 favorites 0 likes
#type-systems

Safe Made Easy Pt.1: Single Ownership is (Not) Optional

Lobsters Hottest · 2026-06-03 Cached

This article introduces a new approach to memory safety based on linear types and abstract interpretation, aiming to eliminate common bugs like use-after-free and memory leaks more ergonomically than Rust.

0 favorites 0 likes
#type-systems

Types and Neural Networks

Hacker News Top · 2026-04-21 Cached

This article explores the theoretical and practical challenges of training LLMs to produce typed outputs natively, rather than relying on post-hoc typechecking, with a focus on formally typed languages like Idris, Lean, and Agda. It analyzes current ad-hoc approaches to enforcing types during inference and proposes rebuilding LLMs from the ground up to generate inherently typed outputs.

0 favorites 0 likes
#type-systems

Discovering types for entity disambiguation

OpenAI Blog · 2018-02-07 Cached

OpenAI researchers present a novel approach to entity disambiguation using type discovery, where a system predicts entity types from a pre-chosen category set to resolve ambiguous references. The method achieves state-of-the-art results on entity disambiguation datasets and enables efficient O(N) runtime entity ranking through type-based weighting.

0 favorites 0 likes
← Back to home

Submit Feedback