Skip to content
TILens What matters today in tech
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.

03 Aug 2026 edition
AI

Apple is getting this wrong

OpenAI addresses Apple’s baseless lawsuit, corrects claims about its employees, and shares messages documenting what happened.

Source: OpenAI Blog
AWS

AWS Transform continuous modernization is now generally available

AWS Transform continuous modernization is now generally available in all AWS Regions where AWS Transform is supported. This capability helps engineering teams analyze and remediate technical debt across source code…

Source: AWS What's New aws@amazon.com
AWS

Amazon SageMaker Studio notebooks now support G7 instance types

Amazon G7 instances, powered by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs, deliver up to 4.6x AI inference performance compared to previous-generation G6 instances. Whether you are deploying conversational AI…

Source: AWS What's New aws@amazon.com
AWS

AWS HealthOmics now supports task-level timeout for WDL workflows

AWS HealthOmics now supports task-level timeout for Workflow Description Language (WDL) workflows, enabling you to set maximum execution duration for individual tasks. AWS HealthOmics is a HIPAA-eligible service that…

Source: AWS What's New aws@amazon.com
AWS GitHub

aws/aws-sdk-java-v2: AWS SDK for Java v2 2.50.3

2.50.3 2026-08-03 AWS Direct Connect Features Added route visibility support for AWS Direct Connect, allowing customers to call ListVirtualInterfaceRoutes to view the BGP routes including AS path and BGP communities…

Source: AWS SDK Java v2 Releases aws-sdk-java-automation
AWS GitHub

aws/aws-sdk-js-v3: v3.1102.0

3.1102.0(2026-08-03) Chores scripts: add api-extractor.json validation for packages with public annotations (#8242) (77c1c5c0) core/protocols: switch to v2 JSON codecs (#8234) (54c1c236) Documentation Changes…

Source: AWS SDK JS v3 Releases aws-sdk-js-automation
AWS

AWS Resilience Hub now provides recommended resilience tests

AWS Resilience Hub now offers recommended resilience tests that help platform engineering and site reliability teams validate how their services respond to and recover from known failure scenarios. Resilience Hub…

Source: AWS What's New aws@amazon.com
AWS GitHub

aws/aws-cli: 2.36.15

Tagging 2.36.15 release.

Source: AWS CLI Releases aws-cli-automation
DevOps

Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard

The Kubernetes SIG Network community is thrilled to share the release of Gateway API v1.6.0, which was released on June 30th of this year! Gateway API has become the standard for modern, role-oriented, and expressive…

Source: Kubernetes Blog
AWS

Amazon ECR now supports image layers up to 200 GB

Amazon Elastic Container Registry (Amazon ECR) has increased the maximum image layer size limit to 200 GB, for images pushed via Docker push. Previously, packaging assets required splitting data across multiple layers…

Source: AWS What's New aws@amazon.com
AWS

AWS Config now supports 15 new resource types

AWS Config now supports 15 additional AWS resource types across key services including Amazon Bedrock, Amazon OpenSearch Serverless, and Amazon SageMaker. This expansion provides greater coverage over your AWS…

Source: AWS What's New aws@amazon.com
JavaScript GitHub

nodejs/node: 2026-08-03, Version 26.6.0 (Current), @aduh95

Notable Changes [5a36018abc] - doc: add MikeMcC399 as collaborator (Mike McCready) #64656 [9b04f82d7b] - (SEMVER-MINOR) ffi: add getCurrentEventLoop (Paolo Insogna) #64323 [bb51f2c960] - (SEMVER-MINOR) test_runner: add…

Source: Node.js Releases aduh95
JavaScript GitHub

nodejs/node: 2026-08-03, Version 24.19.0 'Krypton' (LTS), @aduh95

Notable Changes [d08872b530] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #64036 [35222948be] - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry) #62217…

Source: Node.js Releases aduh95
Rust GitHub

rust-lang/rust-analyzer: 2026-08-03

Commit: b54a82b Release: 2026-08-03 (v0.3.2997) New Features #22306 emit inactive-code diagnostics in macros. #22959 support CovariantUnsafeCell. Performance Improvements #22966 avoid having a separate query for defined…

Source: rust-analyzer Releases github-actions[bot]
AI

Trump’s AI protectionism has come for robotics

This story originally appeared in The Algorithm, our weekly newsletter on AI. To get stories like this in your inbox first, sign up here. Humanoid robots usually elicit more cringe than awe: They stumble, kick children,…

Source: MIT Technology Review AI James O'Donnell
Web

Gap Decorations Are Now Available, Here’s What’s New

Today, with CSS gap decorations fully supported in Chrome and Edge, starting with version 149, you can now very easily style gaps, and with a lot of control. Gap Decorations Are Now Available, Here’s What’s New…

Source: CSS-Tricks Sam Davis Omekarajr
Java

The Codename One JavaScript Port Is Now Free and Open Source

Codename One's JavaScript port is now open source, available on every plan, and buildable locally without an account. ParparVM is the default, while TeaVM remains available through a build hint. The post The Codename…

Source: Foojay Today Shai Almog
DevSec

Is There Really a Fix for CISO Fatigue?

Accountability without any real authority is driving CISO burnout, and organizations need to take notice.

Source: Dark Reading AppSec Dirk Schrader
Hardware

28.9M-parameter LLM runs locally on ESP32-S3 at 9 tokens/s

Slava S. (slvDev) has optimized a 28.9M-parameter LLM running locally on an ESP32-S3 development board at around 9 tokens/s while generating text, or more exactly, telling short stories. We’ve written about LLMs and…

Source: CNX Software Jean-Luc Aufranc (CNXSoft)
OCaml

Notes from week 31

A big week, with a couple of long-running efforts finally wrapping up: the Source Cooperative mirror is essentially complete now that we have direct write access, and the three-week Ceph resize has converged. Elsewhere,…

Source: OCaml Planet Mark Elvers
AI

Here’s why AI agents lie and cheat to reach their goals

MIT Technology Review Explains: Let our writers untangle the complex, messy world of technology to help you understand what’s coming next. You can read more from the series here. When two OpenAI models hacked into the…

Source: MIT Technology Review AI Grace Huckins
Java

Embabel Agent Framework Reaches 1.0

Embabel has reached its 1.0 release, providing a framework for AI agents on Java It allows Java and Kotlin developers to define agents as typed domain objects. Built on Spring AI, Embabel supports multiple model…

Source: InfoQ Java Erik Costlow

eve: AI agents without the plumbing

The same agent, built twice: once without eve, once with it. Before a support agent answers a single customer, you need a Slack app with tokens and webhooks, auth for your billing providers, somewhere safe to run code,…

Source: Vercel Vercel