frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Operation Earnest Voice

https://en.wikipedia.org/wiki/Operation_Earnest_Voice
1•rbanffy•1m ago•0 comments

DNS-based Tracking Evasion (2021)

https://arxiv.org/abs/2102.09301
1•afpx•3m ago•0 comments

A leaderboard of the biggest trading losses of all time

https://www.ft.com/content/340bf9e7-0e67-4d19-b671-3dc8186efb99
1•root-parent•3m ago•1 comments

OpenAI's second-quarter sales show tepid growth compared with Anthropic

https://www.msn.com/en-us/money/companies/openai-s-second-quarter-sales-show-tepid-growth-compare...
2•PLenz•4m ago•0 comments

Your Modules Are Lying to You

https://blog.gaborkoos.com/posts/2026-08-14-Your-Modules-Are-Lying-to-You/
1•thunderbong•5m ago•0 comments

Agentic Fitness Functions: Extending Evolutionary Architecture

https://www.infoq.com/articles/agentic-fitness-functions-evolutionary-architecture/
1•raju•6m ago•0 comments

OpenAI says announcement it would buy Irish teenager's startup was a 'joke'

https://www.independent.ie/business/irish-business/openai-says-announcement-it-would-buy-irish-te...
1•mbdalpha•7m ago•1 comments

Chinese Banks Start Lending Based on AI Computing-Power Usage

https://www.globaltimes.cn/page/202608/1368315.shtml
1•aggrrrh•8m ago•0 comments

Moderna, Merck Vaccine Succeeds in Preventing Melanoma from Returning

https://www.wsj.com/health/pharma/moderna-merck-vaccine-succeeds-in-preventing-melanoma-from-retu...
3•marc__1•11m ago•0 comments

Answers Are Cheap. Questions Are the Work

https://blog.robinverlangen.nl/posts/answers-are-cheap-questions-are-the-work-26c807d8.html
2•RobinUS2•11m ago•0 comments

Confidential AI: Let AI Work for You Without Handing over Your Privacy

https://plugos.net/blog/2026/08/confidential-ai-how-plugclaw-keeps-your-ai-work-private/
2•PlugMate•12m ago•0 comments

A Calm Digital Notebook

https://paplo.app/
1•tillcarlos•14m ago•0 comments

Benchmarking Small Models for DigiKam's Natural Language Search

https://srirupa19.github.io/gsoc/2026/08/17/gsoc3.html
1•oever•16m ago•0 comments

Show HN: Knownbase, an MCP server for persistent AI agent memory

https://knownbase.dev/
1•knownbase_dev•17m ago•0 comments

Show HN: Sofka – much faster k9s alternative in Rust

https://github.com/nklmilojevic/sofka
2•nklmilojevic•18m ago•0 comments

Ask HN: What the Industry Is Missing?

1•amiosamu•19m ago•1 comments

The critical tech staying safe by going underground

https://www.bbc.com/news/articles/c20ydrndr0wo
1•neversaydie•20m ago•0 comments

New D-Day weather reconstruction highlights key driver of military success

https://climate.copernicus.eu/new-d-day-weather-reconstruction-highlights-key-driver-military-suc...
1•Bluestein•22m ago•0 comments

GLM-5.3 achieves 60 on Artificial Analysis

https://twitter.com/ArtificialAnlys/status/2089830890709135426
1•tosh•23m ago•0 comments

The Physics of Golf

https://sharkclub.golf/golf_physics.html
1•TomVeitch•26m ago•1 comments

CVE-2026-24301: "CoSnitch" vulnerability in Microsoft Copilot

https://cyberupdates365.com/copilot-cosnitch-cve-2026-24301/
1•sysadmin_diarie•30m ago•0 comments

Show HN: ChatGPT plugin for deterministic world facts

https://chatgpt.com/plugins/plugin_asdk_app_6a6a0832a59081918b19aec0ddf9ec77/
1•avijeetsingh16•35m ago•0 comments

Show HN: Cairn – self-hosted Shape Up tool with a code-aware PM agent

https://github.com/cairnpm/cairn
1•jrpersico•36m ago•0 comments

When success doesn't fix low self esteem

https://www.pasthepast.com/p/when-success-doesnt-fix-low-self
1•ElysiumAbove•36m ago•1 comments

Peter Thiel-Linked Race Science Network That Penetrated Cambridge University

https://bylinetimes.com/2026/08/18/the-peter-thiel-linked-race-science-network-that-penetrated-ca...
9•Lapra•37m ago•0 comments

What's the difference between speaking with a friend and a therapist?

https://www.pasthepast.com/p/whats-the-difference-between-speaking
1•ElysiumAbove•37m ago•0 comments

Show HN: Basis – A free crypto terminal without paywalls

https://www.basischarts.com/
1•Alrady•39m ago•0 comments

Benchmarking General-Purpose Agents on Market-Validated End-to-End Workflows

https://arxiv.org/abs/2608.17800
2•tcp_handshaker•41m ago•0 comments

Deterministic behavioral (lethal-trifecta defeating) sandboxes with liquid types

https://wiki.alcidesfonseca.com/blog/aeonbox-logical-guardrails-for-agents/
1•alcidesfonseca•41m ago•0 comments

The guide to healing your insecure attachment

https://www.pasthepast.com/p/the-ultima-guide-to-healing-your
1•ElysiumAbove•41m ago•0 comments
Open in hackernews

SIL: A semantic interface layer for web applications and AI agents

https://github.com/ais-space/sil
1•vladimir_si•42m ago

Comments

vladimir_si•40m ago
I’m the author of SIL and STF.

The idea came from a simple distinction: an agent can *extract* semantics from an interface, or the application can *publish* the semantics it already knows about its own state.

Semantic browsers make extraction much better, but they still cannot recover domain semantics that were never present in the UI. SIL is an attempt to explore the other side: an application publishes its state, actions, constraints, and events directly to an agent, using STF as the underlying representation.

This is an early, open specification rather than a finished standard. In particular, authenticated interfaces, permissions, stale state, and consistency are still open questions.

I wrote a longer explanation of the extraction vs. publication distinction here: https://dev.to/bswvladimirbeep/stf-from-semantic-inference-t...

I’d be particularly interested in criticism of the architecture and in comparisons with WebMCP and semantic browsers.