Skip to content
TILens What matters today in tech v0.0.5
Theme

Daily edition

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

14 May 2026 edition
Architecture

Fragments: May 14

Last week I spent a day at The Orchard Retreat, hosted by Mechanical Orchard. that brought together several people working in software development to talk about the profession’s future with the rise of agentic…

Source: Martin Fowler Martin Fowler (martin@martinfowler.com)
Go GitHub

grpc/grpc-go: Release 1.81.1

Security xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first…

Source: gRPC-Go Releases easwars
Architecture

Bliki: Interrogatory LLM

When we need an LLM to perform a complex task, we often need to feed it a lot of context. Coming up with a design for a new feature requires descriptions of how we want the feature to appear to the user, guidelines on…

Source: Martin Fowler Martin Fowler
FastAPI GitHub Python

encode/uvicorn: Version 0.47.0

What's Changed Eagerly import the ASGI app in the parent process by @Kludex in #2919 Add ssl_context_factory for custom SSLContext configuration by @Kludex in #2920 Treat fd=0 as a valid file descriptor with…

Source: Uvicorn Releases Kludex
AI Labs AI

Work with Codex from anywhere

Use Codex anywhere with the ChatGPT mobile app. Monitor, steer, and approve coding tasks in real time across devices and remote environments.

Source: OpenAI News
DevOps

How Building AI Agents Has Changed in 2026

Twelve months ago, building an AI agent meant picking a framework, defining your tools, standing up a RAG pipeline, and writing a stack of glue code to wire it all together. That was the default playbook. The…

Source: Pulumi Blog Engin Diri