Tag
Pascal's Pager uses AI to turn raw webhook JSON into readable iPhone push notifications, designed for indie developers to streamline alerts and manage webhooks.
This paper presents REAP, a two-stage pipeline for closed-book knowledge base construction from LLMs that combines relation-specific elicitation strategies with deterministic JSON parsing, achieving a macro-F1 of 0.62 on the AKBC Shared Task 2026 test set using Mistral-Small-24B-Instruct-2501.
slurpjson is a Rust library that parses JSON entirely on the GPU using wgpu compute shaders, decomposing parsing into parallel prefix scans for research purposes.
This article explores the fastest methods for matching characters on ARM processors using SIMD instructions, comparing traditional NEON approaches with newer SVE2 capabilities available on modern ARM chips like AWS Graviton4, Google Axion, and others.