HackerTrans
トップ新着トレンドコメント過去質問紹介求人

shenli3514

675 カルマ登録 11 年前
Blog: https://medium.com/@shenli3514

投稿

Nvidia Is Backstopping GPU Rentals for Neoclouds

newsletter.semianalysis.com
5 ポイント·投稿者 shenli3514·6 日前·2 コメント

Agent Infra: curated resources for production AI agent infrastructure

github.com
3 ポイント·投稿者 shenli3514·6 日前·0 コメント

Databricks LTAP Explained

sys0.substack.com
4 ポイント·投稿者 shenli3514·10 日前·0 コメント

A GitHub-compatible Git service built for AI agents

github.com
1 ポイント·投稿者 shenli3514·12 日前·0 コメント

Nvidia RTX Spark

nvidia.com
428 ポイント·投稿者 shenli3514·先月·421 コメント

The InfraRed 100 Report

redpoint.com
2 ポイント·投稿者 shenli3514·先月·0 コメント

Pioneering the Agentic Shift Within Salesforce Engineering

salesforce.com
4 ポイント·投稿者 shenli3514·先月·0 コメント

ExtendDB: An open source DynamoDB-compatible adapter with pluggable storage

aws.amazon.com
3 ポイント·投稿者 shenli3514·2 か月前·0 コメント

Testing distributed systems with AI agents

github.com
96 ポイント·投稿者 shenli3514·2 か月前·23 コメント

The founder's playbook: Building an AI-native startup

claude.com
3 ポイント·投稿者 shenli3514·2 か月前·0 コメント

How Claude Code works in large codebases

claude.com
248 ポイント·投稿者 shenli3514·2 か月前·160 コメント

Notes from inside China's AI labs

interconnects.ai
7 ポイント·投稿者 shenli3514·2 か月前·1 コメント

RadixArk's $100M Seed Round

radixark.com
2 ポイント·投稿者 shenli3514·2 か月前·0 コメント

Why Your "AI-First" Strategy Is Probably Wrong

twitter.com
28 ポイント·投稿者 shenli3514·3 か月前·10 コメント

Show HN: AgentDog – Open-source dashboard for monitoring local AI agents

github.com
2 ポイント·投稿者 shenli3514·3 か月前·0 コメント

How Claude Code memory works

db0.ai
3 ポイント·投稿者 shenli3514·3 か月前·0 コメント

Agentic software development will change databases

databricks.com
3 ポイント·投稿者 shenli3514·3 か月前·1 コメント

Building a Memory System for OpenClaw

db0.ai
3 ポイント·投稿者 shenli3514·4 か月前·0 コメント

Why OpenClaw "Forgets"

db0.ai
5 ポイント·投稿者 shenli3514·4 か月前·0 コメント

[untitled]

12 ポイント·投稿者 shenli3514·4 か月前·0 コメント

コメント

shenli3514
·2 か月前·議論
[flagged]
shenli3514
·2 か月前·議論
Idempotency is what bites me most in practice — I've been driving these against an unreleased database I work on. The main trap is using the op_id as the idempotency key rather than a business key the client reuses on retry. When they're the same thing, the checker is trivially true and the test passes without testing anything.

No-lost-ack is conceptually the same shape with a simpler property (every acked write shows up at the end), but it breaks the same way most checkers break — if the recorder treats timeouts as success or failure instead of "unknown," real lost writes silently disappear.

Recovery after partial failure is where the AI-agent angle gets shaky honestly. Quiescence is the hard part. Agents will declare a system "recovered" while compaction is still running in the background. The skill forces a three-part check (no in-flight ops, no pending background work, replicas converged) before the invariant runs. How reliably that holds up against a specific SUT, I'm still figuring out.
shenli3514
·2 か月前·議論
The availability of Claude service is terrible :(
shenli3514
·6 か月前·議論
It is sad to see this. MySQL has no future under Oracle. The open-source community is dead. The community should turn to alternatives.