HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shenli3514

675 karmajoined 11 лет назад
Blog: https://medium.com/@shenli3514

Submissions

Nvidia Is Backstopping GPU Rentals for Neoclouds

newsletter.semianalysis.com
5 points·by shenli3514·6 дней назад·2 comments

Agent Infra: curated resources for production AI agent infrastructure

github.com
3 points·by shenli3514·6 дней назад·0 comments

Databricks LTAP Explained

sys0.substack.com
4 points·by shenli3514·11 дней назад·0 comments

A GitHub-compatible Git service built for AI agents

github.com
1 points·by shenli3514·13 дней назад·0 comments

Nvidia RTX Spark

nvidia.com
428 points·by shenli3514·в прошлом месяце·421 comments

The InfraRed 100 Report

redpoint.com
2 points·by shenli3514·в прошлом месяце·0 comments

Pioneering the Agentic Shift Within Salesforce Engineering

salesforce.com
4 points·by shenli3514·в прошлом месяце·0 comments

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

aws.amazon.com
3 points·by shenli3514·2 месяца назад·0 comments

Testing distributed systems with AI agents

github.com
96 points·by shenli3514·2 месяца назад·23 comments

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

claude.com
3 points·by shenli3514·2 месяца назад·0 comments

How Claude Code works in large codebases

claude.com
248 points·by shenli3514·2 месяца назад·160 comments

Notes from inside China's AI labs

interconnects.ai
7 points·by shenli3514·2 месяца назад·1 comments

RadixArk's $100M Seed Round

radixark.com
2 points·by shenli3514·2 месяца назад·0 comments

Why Your "AI-First" Strategy Is Probably Wrong

twitter.com
28 points·by shenli3514·3 месяца назад·10 comments

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

github.com
2 points·by shenli3514·3 месяца назад·0 comments

How Claude Code memory works

db0.ai
3 points·by shenli3514·3 месяца назад·0 comments

Agentic software development will change databases

databricks.com
3 points·by shenli3514·3 месяца назад·1 comments

Building a Memory System for OpenClaw

db0.ai
3 points·by shenli3514·4 месяца назад·0 comments

Why OpenClaw "Forgets"

db0.ai
5 points·by shenli3514·4 месяца назад·0 comments

[untitled]

12 points·by shenli3514·4 месяца назад·0 comments

comments

shenli3514
·2 месяца назад·discuss
[flagged]
shenli3514
·2 месяца назад·discuss
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
·3 месяца назад·discuss
The availability of Claude service is terrible :(
shenli3514
·6 месяцев назад·discuss
It is sad to see this. MySQL has no future under Oracle. The open-source community is dead. The community should turn to alternatives.