Skip to content
View itswl's full-sized avatar
😝
😝

Block or report itswl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itswl/README.md

SRE / platform engineering → agent infrastructure. Shenzhen.

I build alerting systems, and the rails that let AI agents touch production without being trusted.


WebhookWise · self-hosted alert intelligence

Sits between your monitoring and your chat: dedup, AI triage, and a decision trace. "Why didn't I get paged?" gets an answer, not a guess.

It also caught itself being wrong. One week it filed 90% of alerts as high; an agentic investigator scored the same alerts and agreed with 26%. Measuring that dropped 59% of weekly volume out of high. The script still refuses to downgrade a rule the investigator called high more than a third of the time — that noise needs a more specific alert, not a mute.

That is the first thing in the README, ahead of the feature list. → How the calibration works (中文)

hookstack · agents on production, without being trusted

Three services; hookprobe runs one read-only agent per investigation. Read-only is constructed, not promised — scoped credentials, a bash guard, a disposable container.

The part I hadn't seen elsewhere is the input guard: an agent cannot write what steers its next run. One injected line in a runbook would otherwise outlive the run that read it. → Read-only by construction (English · 中文)


Measured, not claimed

  • Two alert systems, same production traffic, two days. 88.6% agreement across 35 comparable judgments. All four disagreements traced to one bug: recovery semantics lost across three system boundaries. → Data and method (中文)
  • 13 PRs merged into easzlab/kubeasz (11k ★) — etcd backup paths, nodelocaldns upstream DNS, apiserver health checks behind ex-lb, harbor port probing.

Popular repositories Loading

  1. cloud-native-ai-sre-roadmap cloud-native-ai-sre-roadmap Public

    八阶段路线:Linux/网络 → Kubernetes → 可观测性 → 平台工程 → Service Mesh → 云原生安全 → AI Infra → AIOps/AI SRE

    1 1

  2. kubeasz kubeasz Public

    Forked from easzlab/kubeasz

    使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响

    Jinja

  3. PyVolcEngine PyVolcEngine Public archive

    火山引擎云资源管理工具集 — 支持 ECS/VPC/CLB/EIP/Redis/Kafka/MongoDB/PostgreSQL/ES/VKE/DNS/IAM/CDN 等服务的创建、查询、配置与清理

    Python

  4. hadoop-install-ansible hadoop-install-ansible Public archive

    Jinja

  5. ByteHouseSyncHub ByteHouseSyncHub Public archive

    将 ClickHouse/ES/MongoDB/Postgres 等数据源同步到 ByteHouse(火山引擎 ClickHouse),支持全量与增量

    Python

  6. agent-session-query agent-session-query Public

    查询本机 Agent / CLI 会话记录的只读工具:自带 Web 页面,也提供 HTTP API。支持 Hermes / OpenClaw / Pi / Claude Code / Codex / Gemini CLI,单二进制。

    Go