慣性聚合 高效追讀感興趣之博客、新聞、科技資訊
閱原文 以慣性聚合開啟

推薦訂閱源

博客园 - 司徒正美
V
V2EX
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
月光博客
月光博客
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor GitHub - GenAI-Gurus/awesome-eu-ai-act: Curated tools, official sources, OSS, templates, and guides for EU AI Act compliance. Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims IatroBench: Pre-Registered Evidence of Iatrogenic Harm from AI Safety Measures What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders How to Switch AI Chatbots and Why You Might Want To GitHub - MattMessinger1/agentic_refund_guardrail: Safe refund policy layer for AI agents — Python + TypeScript. Same behavior, shared tests. Adam/papers/emergent_values_whitepaper.md at master · strangeadvancedmarketing/Adam Ask HN: How do you stop playing 20 questions with your AI coding tools How far can automation and AI support psychotherapy? - @theU GitHub - stagas/rtdiff: realtime git diff gui and AI-assisted commits A Mac Studio for Local AI — 6 Months Later A History of the Early Years of AI at the University of Edinburgh Why AI Coding Tools Still Feel Stuck on Localhost MSN AI Datacenters Are Becoming Strategic Targets twitter.com Penn Researchers Use AI to Surface Unreported GLP-1 Side Effects in Reddit Posts Show HN: MoodSense AI (ML and FastAPI and Gradio, Deployed on Hugging Face) Moodsense Ai - a Hugging Face Space by aman179102 AI models are terrible at betting on soccer—especially xAI Grok GitHub - xialeistudio/echoic GitHub - HimashaHerath/github-dev-wrapped: AI-powered weekly GitHub activity reports deployed to GitHub Pages
GitHub - sabir-gbs/the-polyglot-protocol: 一位资深工程师之协议,用于多语言代码生成、架构、测试、安全、性能及代理验证。
sabirsemerka · 2026-05-24 · via Hacker News - Newest: "AI"

多语言代码生成、架构、测试、安全、性能及代理验证之资深工程师规程.

此项目封装一便携之技艺,适用于Codex、Claude Code、OpenCode及其他具备技艺之编码代理。助代理于诸语言间作纪律之编码决断,不须自创API,不略仓库探查,不滥工巧,不忽验证.

所含何物

  • SKILL.md:技艺之入口
  • docs/languages/:为二十二种语言提供个性化指导
  • docs/languages/<language>/readme.md:人可读懂之品质、完整性与准确性决策于各语言
  • docs/language-guidelines.md:语言选择与默认书写政策
  • docs/workflow/dev-workflow.md:规划、审计、验证及N/A之规则
  • scripts/validate-workspace.py:全面本土验证
  • adapters/:轻便之导引,及人可识之README文书,为Codex、Claude Code、OpenCode而设,

速启之法

自支持本地技能文书之智能体取用此技能文书,或抄相关适配器于目标智能体所期之导引处。

单句安装

Codex:

git clone https://github.com/sabir-gbs/the-polyglot-protocol.git /tmp/the-polyglot-protocol && python /tmp/the-polyglot-protocol/scripts/install-skill.py --agent codex --force

Claude Code:

git clone https://github.com/sabir-gbs/the-polyglot-protocol.git /tmp/the-polyglot-protocol && python /tmp/the-polyglot-protocol/scripts/install-skill.py --agent claude-code --force

OpenCode:

git clone https://github.com/sabir-gbs/the-polyglot-protocol.git /tmp/the-polyglot-protocol && python /tmp/the-polyglot-protocol/scripts/install-skill.py --agent opencode --force

自定其位:

git clone https://github.com/sabir-gbs/the-polyglot-protocol.git /tmp/the-polyglot-protocol && python /tmp/the-polyglot-protocol/scripts/install-skill.py --target ~/path/to/skills/the-polyglot-protocol --force

核验此案:

python scripts/validate-workspace.py

所期之果:

language guidance validation: PASS
language files: 22
language readmes: 22
operational files: 11
score: 100/100
workspace validation: PASS

语种涵养

Bash,C,C#,C++,CSS,Dart,Go,HTML,Java,JavaScript,Kotlin,Lua,PHP,Python,R,Ruby,Rust,Shopify Liquid,SQL,Swift,TypeScript,及Zig.

本原之则

  • 存守旧库之仪。
  • 若项目已具更优之本土脚本运行器,则默认操作脚本为Python。
  • 宜以平台固有之语,饰产品之表。
  • 择最短之可靠路径。
  • 核验依存、运行时及API之主张,或于本地代码,或于官方文献。
  • 视不受支持之验如明示N/A物有征验者。

人可解之决断指南

每语皆有专司之README文夹,例如:

  • docs/languages/python/readme.md
  • docs/languages/typescript/readme.md
  • docs/languages/rust/readme.md

此等README文夹,总括制码之质、之备、之确。其全然可施之规,犹存于相配之顶层语文,如docs/languages/python.md

每码境适配亦有其README:

  • adapters/codex/readme.md
  • adapters/claude-code/readme.md
  • adapters/opencode/readme.md

项目之状

今之验分:100/100.

欲观分报,则察docs/languages/score-report.md;欲观评则察docs/languages/scoring-rubric.md.

许可

版权(C)二零二六年增长于萨比尔公司.

依阿帕奇许可证,第二版(Apache-2.0).许商用与非商用,皆依许可之约。