OffNet Newsroom The Brief

Wednesday, July 15, 2026

6 stories worth your scroll — picked from 50 curated today.

Share on LinkedIn

1 · Copy  →  2 · Share  →  3 · Paste & post

View the post text

AI / ML NEW AWS Database Blog

AWS: Build semantic ontologies for AI assistants using property graphs and vector indexing

AWS outlines a method for grounding AI assistants in enterprise data by constructing a semantic ontology from existing information. The approach combines property graph stores for relationship mapping with vector indexing to enable semantic search capabilities. An automated fact-learning layer is introduced to refine the ontology by extracting patterns directly from observed data rather than relying on theoretical models.

Use property graphs to explicitly model data relationships for AI context.

Database Technology NEW PostgreSQL Releases

PostgreSQL 19 Beta 2 Released

The PostgreSQL Global Development Group has published the second beta for version 19. This release continues the stabilization process for the upcoming major version, allowing developers and testers to evaluate new features and performance improvements. As a pre-release candidate, it is intended for testing rather than production deployment.

Beta 2 indicates the feature set is largely frozen, focusing now on bug fixes and stability.

LLMs NEW arXiv cs.CL

LLM Countdown Subcircuit Identified in Llama-3.1-70B

Researchers have isolated a specific mechanism in Llama-3.1-70B-Instruct that enables precise token counting across diverse tasks. This countdown subcircuit compares the current token position against a target length to estimate remaining tokens. The study reveals that this motif is shared across various applications requiring exact length control, such as sentence generation and sequence formatting.

LLMs use a reusable subcircuit for precise token counting tasks.

Agentic AI NEW InfoQ

DoorDash AI Assistant Boosts Conversion with LLM-Tool Hybrid Architecture

DoorDash engineered Ask DoorDash by integrating large language models with specialized agents and MCP-based tooling, supported by an intelligence layer handling persistent consumer memory and live backend data. This hybrid approach moves beyond pure generative text to execute precise shopping tasks with real-time context. Early metrics indicate a 24% lift in checkout conversion and a 17% increase in basket size, driven by improved intent accuracy through memory-backed sessions.

Combines LLMs with specialized agents and MCP tooling for precise task execution.

AWS NEW AWS What's New

GuardDuty AI Protection adds threat detection for Bedrock and SageMaker

AWS has extended Amazon GuardDuty to monitor AI-specific workloads in Bedrock and SageMaker. The service analyzes CloudTrail events to identify threats like prompt injection and anomalous model invocations. It also detects cost harvesting attacks where actors exhaust GPU time and tokens. This provides visibility into AI security without requiring custom tooling or manual configuration.

GuardDuty now covers Bedrock and SageMaker for AI threat detection

Automation / DevOps / IaC NEW Hacker News (100+ points)

Tailscale TS-2026-009: Insecure SSH args allowed root access

Tailscale disclosed a security vulnerability where insecure handling of command-line arguments in its SSH service permitted unauthorized root access. The flaw allows attackers to bypass intended restrictions by manipulating how arguments are processed. This issue has been addressed in a recent security bulletin released by the company.

Tailscale SSH service had a critical argument handling flaw.