the brief

Lots of shipping across the stack: Vercel wired Chat SDK into Connect and eve, Hugging Face added one‑click SageMaker and Foundry deployments, and sqlite‑utils hit 4.0 with real migrations. Claude Code got quality‑of‑life fixes, Meta changed how Instagram content can feed Muse Image, and CERT/CC flagged a router backdoor. Research on agentic parallel code and multi‑turn LLMs rounds it out.

the poursit · sip · 14 items

alerts

(01)
  • hn/frontpage· AggregatorJul 8, 12:08 AM

    Tenda routers hide authentication backdoor

    CERT/CC reports multiple Tenda firmware versions contain a hidden auth backdoor; patch or isolate affected routers immediately to prevent remote compromise.

    Tenda firmware (multiple versions) contains hidden authentication backdoor — Article URL: https://kb.cert.org/vuls/id/213560 Comments URL: https://news.ycombinator.com/item?id=48825749 Points: 42 # Comments: 7

    signal 5hype 1securityvulnerabilitybackdoortechnicalsource ↗

pulse

(09)
  • simonw/blog· AnalysisJul 7, 07:32 PM

    sqlite-utils 4.0 adds schema migrations

    Major bump adds first-class schema migrations and some breaking changes, with an upgrade guide—useful for teams leaning on SQLite for production workflows and reproducible data pipelines.

    sqlite-utils 4.0, now with database schema migrations — <p>This morning I released <a href="https://sqlite-utils.datasette.io/en/stable/changelog.html#v4-0">sqlite-utils 4.0</a>, the 124th release of that project and the first major version bump since <a href="https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-0">3.0</a> in November 2020. In addition to some small but significant breaking changes (described in <a href="https://sqlite-utils.datasette.io/en/stable/upgrading.html">thi...

    signal 7hype 1library_releasesqliterelease_noteslaunchsource ↗
  • vercel/news· First-partyJul 8, 12:00 AM

    Vercel Chat SDK integrates Connect credentials

    Chat SDK now uses Vercel Connect to issue short‑lived tokens and provide Slack, GitHub, and Linear adapters, eliminating secret storage and simplifying bot credential rotation.

    Chat SDK now supports Vercel Connect — You can now use to manage credentials for your bots, with no tokens or signing secrets to store or rotate yourself.Vercel ConnectChat SDK The new subpath provides adapter helpers for Slack, GitHub, and Linear. Each helper takes a connector UID and returns a config you spread into the matching adapter factory.@vercel/connect/chat Outbound bot calls use a function-form token field backed by , so each API request gets a fresh, short-lived token that Vercel ...

    signal 8hype 1sdk_updatevercel_connectchat_sdklaunchsource ↗
  • vercel/news· First-partyJul 8, 12:00 AM

    Eve channel brings Chat SDK adapters

    Eve agents can now speak through any Chat SDK adapter—Messenger, WhatsApp, Resend, Liveblocks, and more—so one handler powers many surfaces with consistent reactions and webhooks.

    Use any Chat SDK adapter with eve — now supports Chat SDK adapters with the new .eveChat SDK channel One channel connects your eve agent to Facebook Messenger, WhatsApp, Resend, Liveblocks, and any other surface with an . You write normal Chat SDK handler code, and calling inside a handler hands the message to your agent.adaptersend Register handlers on exactly as you would in a standalone Chat SDK app.bot Out of the box, the channel: Supply your own handlers to override any of these defaults...

    signal 8hype 2sdk_updateagent_frameworkmultichannellaunchsource ↗
  • huggingface/blog· First-partyJul 7, 09:15 PM

    One-click from Hugging Face to SageMaker

    From a Hugging Face model page, spin up an Amazon SageMaker Studio project in one click, tightening the path from exploration to managed training/inference on AWS.

    From Hugging Face to Amazon SageMaker Studio in one click

    signal 5hype 2integrationawssagemakerlaunchsource ↗
  • huggingface/blog· First-partyJul 7, 03:20 PM

    Hugging Face models on Foundry compute

    Enterprise teams can run Hugging Face models on Foundry Managed Compute, bringing governed deployment and monitoring to HF workloads within Palantir’s platform.

    Hugging Face Models on Foundry Managed Compute

    signal 5hype 2integrationplatformdeploymentlaunchsource ↗
  • anthropics/claude-code· First-partyJul 7, 09:06 PM

    Claude Code 2.1.203 quality updates

    Release adds login‑expiry warnings, clear manual‑permission indicators, MCP roots change notifications, and fixes slow macOS background sessions—fewer surprises and smoother long‑running agent work.

    v2.1.203 — What's changed Added a warning when your login is about to expire, so you can re-authenticate before background sessions are interrupted Added a grey ⏸ badge to the footer when in manual permission mode, making the active mode always visible Added the session's additional working directories to MCP roots/list, with notifications/roots/list_changed sent when the set changes Fixed opening or switching background agent sessions on macOS stalling for 15–20 seconds due to a false low-me...

    signal 9hype 1release_notesmcpdeveloper_toolinglaunchsource ↗
  • hn/frontpage· AggregatorJul 8, 12:08 AM

    Fortress stealth Chromium for agents

    A hardened Chromium build aims to prevent web agents being flagged or blocked by anti‑bot defenses, improving reliability for browsing, scraping, and automation workflows.

    Show HN: Fortress – a stealth Chromium so your agents stop getting blocked — Article URL: https://github.com/tiliondev/fortress Comments URL: https://news.ycombinator.com/item?id=48825745 Points: 25 # Comments: 23

    signal 8hype 1agentsbrowser_automationanti_bot_detectionlaunchsource ↗
  • techmeme· AggregatorJul 7, 10:30 PM

    Instagram opt-out for Muse Image generations

    With Muse Image rolling out, Instagram public accounts must explicitly opt out to stop others generating AI based on their content—creators should check settings to protect brand and IP.

    As part of Meta's Muse Image rollout, Instagram users with public accounts need to opt out to block AI generations of their content by other users (Reece Rogers/Wired) — Reece Rogers / Wired: As part of Meta's Muse Image rollout, Instagram users with public accounts need to opt out to block AI generations of their content by other users — As part of Meta's Muse Image model rollout, Instagram users with public accounts need to opt out to block AI generations of their content.

    signal 7hype 1platform_policyimage_modelmetalaunchsource ↗
  • simonw/blog· AnalysisJul 7, 04:18 PM

    github-code Web Component for embeds

    A lightweight custom element for embedding GitHub file snippets by URL, prototyped with GPT‑5.5—handy for docs, posts, and demos without copy‑pasting code.

    github-code Web Component — <p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/github-code-component">github-code Web Component</a></p> <p>An experimental Web Component built using GPT-5.5 and <a href="https://gist.github.com/simonw/0e3db21947b5ae7e29e8a4f69a0b0617">the following prompt</a>:</p> <blockquote> <p><code>let's build a Web Component for embedding code from GitHub</code></p> <p><code>&lt;github-code href="https://github.com/simonw/sqlite-ast/blob/437c759129154f05296...

    signal 7hype 1web_componenttoolingllm_assisted_devhacksource ↗

findings

(03)
  • arxiv-cs-ne.bsky.social· BlueskyJul 8, 12:33 AM

    ParEVO evolves parallel code for irregular data

    Introduces agentic evolution to synthesize high‑performance parallel code for irregular data structures, suggesting a path to automate hard‑to‑vectorize kernels developers struggle to write by hand.

    ParEVO: Synthesizing Code for Irregular Data: High-Performance Parallelism through Agentic Evolution https://arxiv.org/abs/2603.02510

    signal 5hype 1paperarxivcode_synthesistechnicalsource ↗
  • tmlr-pub.bsky.social· BlueskyJul 7, 04:25 PM

    Survey of multi-turn LLM interactions

    TMLR‑certified survey charts tasks, evaluation metrics, and open challenges in multi‑turn LLM interactions—useful scaffolding for agent designers and benchmarkers.

    New #Survey Certification: Beyond Single-Turn: A Survey on Multi-Turn Interactions with Large Language Models Yubo Li, Xiaobin Shen, Yidi Miao, Xinyu Yao, Xueying Ding, Ramayya Krishnan, Rema Padman https://openreview.net/forum?id=UYNQXPevpF #dialogues #conversational #dialogue

    signal 6hype 1papersurveymulti_turntechnicalsource ↗
  • tmlr-pub.bsky.social· BlueskyJul 7, 12:21 PM

    Evaluating reversal curse in model editing

    Tests how model editing handles reverse relationships and recall, probing when edits generalize or break—practical signal for teams relying on targeted fact updates.

    Evaluating the Reversal Curse in Model Editing Hao-Xiang Xu, Jun-Yu Ma, Zhen-Hua Ling, Quan Liu, Cong Liu, Jia-Chen Gu Action editor: Jian Kang https://openreview.net/forum?id=jAHwodCUxP #editing #recall #reversal

    signal 5hype 1papermodel_editingknowledge_editingtechnicalsource ↗

voices

(01)
  • thezvi/vase· AnalysisJul 7, 09:49 PM

    Anthropic’s global workspace paper unpacked

    Zvi summarizes Anthropic’s 'verbalizable global workspace' results and why a language‑accessible workspace may explain steerability—an interpretable framing for what capabilities models surface.

    No Space Like J-Space — There is a new very cool Anthropic paper: Verbalizable Representations Form a Global Workspace in Language Models. You can read the blog post verison here.

    signal 7hype 2paper_releaseinterpretabilityanthropictechnicalsource ↗