惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
博客园_首页
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
MongoDB | Blog
MongoDB | Blog
The Cloudflare Blog
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor 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 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
Release v3.4.0 — Universal Spine · NickCirv/engram
NickCirv · 2026-05-18 · via Hacker News - Newest: "AI"

The release that turns engram from a Claude Code tool into a universal context spine across every major AI coding tool.

What's new

Universal init detector (5 → 8 IDEs)

engram setup now auto-detects Cline, Zed, and OpenAI Codex CLI alongside Claude Code, Cursor, Continue.dev, Aider, and Windsurf. Per-IDE setup hints include the exact MCP config snippet for Cline.

Anthropic Claude Code plugin

/plugin install engram from the official directory once the listing lands. Plugin manifest at plugins/anthropic-marketplace/ with three skills (/engram:cost, /engram:query, /engram:mistakes) plus the MCP server config.

VS Code / Cursor extension

A thin wrapper around the engramx CLI shipped to OpenVSX. Six commands, status-bar entry, two settings. Compiles to a single out/extension.js. Works in VS Code, Cursor, and any VS Code fork.

Cline integration

docs/integrations/cline.md — Cline supports MCP natively, so the integration is one config-snippet away.

engramx-continue

Sister npm package at adapters/continue/. Continue.dev @engram context provider with HTTP and CLI fallback transports. Tarball clean (2.2 KB, 4 files).

Public surface refresh

  • README.md callout leads with May 2026 market context (Cursor pricing crisis + Claude Code rate-limit pain)
  • IDE matrix expanded from 8 to 11
  • "How It Compares" rewritten as the May 2026 8-row competitive matrix
  • docs/install.html title, OG, hero pill, IDE matrix all v3.4
  • GitHub repo description and topics refreshed

Tests

  • 910 passing across Ubuntu + Windows × Node 20 + 22 (was 907 baseline → +3 detector tests)

Why now

Three things broke at the same time in 2026. Cursor went usage-based and people started getting $1,400 surprise bills. Anthropic tightened Claude Code limits, then quietly tested removing the product from the $20 Pro plan. AI coding fragmented into 8 IDEs with no common context layer. v3.4 puts engram into all of them.

Full strategic audit: ~/Desktop/Projects/Engram/00-strategy/2026-05-02-strategic-audit-v34-pivot.md
7-day execution plan: ~/Desktop/Projects/Engram/01-prds/04-universal-spine-7-day-plan.md

Process

This is the first release that walked the new 8-phase release ritual at ~/.claude/skills/engram-release/SKILL.md. Future releases follow the same checklist by default.

Install

npm install -g engramx@latest
cd ~/your-project
engram setup            # auto-detects every supported IDE

For Continue.dev users:

npm install engramx-continue

For Cursor / VS Code users:

code --install-extension engram-vscode    # OpenVSX