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

推荐订阅源

V
Visual Studio Blog
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
S
SegmentFault 最新的问题
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Jina AI
Jina AI
WordPress大学
WordPress大学
U
Unit 42
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
GitHub - Ag3497120/verantyx: AI Memory Refresh System & A...
2026-04-26 · via Hacker News

Verantyx IDE — Native macOS AI Code Editor

A neuro-symbolic long-term memory architecture and secure Gatekeeper IDE, built on Apple MLX, JCross spatial nodes, and Swift.

🎥 Demos

Local Nano LLM Memory & Kanji Topology

Demonstrating infinite context retention and language enforcement on local 2B models using [和:1.0] Kanji Topology memory nodes.

Gatekeeper Mode in Action

Protecting intellectual property by converting Swift code into abstracted JCross IR before sending to cloud LLMs.


🚀 Latest Features

1. The Native macOS IDE (VerantyxIDE)

Verantyx has evolved from a Node.js CLI into a fully native macOS application built with Swift and SwiftUI. It features a hyper-fast code editor, deeply integrated with Apple's MLX framework for ultra-low latency local AI inference directly on Apple Silicon.

2. JCross Tri-Layer Memory & Kanji Topology

A radical departure from standard RAG. Memory is encoded in a proprietary format that small local models (~2B) can actually understand without context-blindness:

  • L1 (Kanji Topology): Semantic anchors (e.g., [和:1.0][疑:1.0]) used to instantly force language modes and fight LLM sycophancy.
  • L1.5 (Bridge Index): One-line summaries for massive O(1) scanning without context pollution.
  • L2 & L3 (Facts & Raw Text): The actual conversation and structural code storage. This enables infinite context retention and perfect recall even on extreme edge models like Gemma-2B.

3. Gatekeeper Mode (Zero-Knowledge Inference)

Cloud LLMs (like Claude/GPT) are incredible, but sending proprietary source code is a major security risk. Gatekeeper Mode acts as a blind proxy:

  1. It transpiles your source code into a synthetic, anonymized language called JCross IR.
  2. It sends this IR to the cloud LLM.
  3. The LLM returns a patch in IR, and the IDE automatically reverse-transpiles it back into working Swift/TS code. Your raw source code never leaves your machine.

4. BitNet (1-bit LLM) Subprocess Inference

Native integration for ultra-fast, ultra-low memory 1.58-bit models. Verantyx uses BitNet models silently in the background (e.g., as an L1 Tagger) to dynamically organize memory and tag code without burning through your main GPU cycles or token budgets.


🛣 Windows Roadmap

Thanks for the interest! A Windows version is definitely on the radar, but it's going to be a massive undertaking.

To make it cross-platform, I essentially have to rewrite the core cognitive engine (Swift -> Rust) and swap out Apple's MLX backend for something like llama.cpp to get CUDA/DirectML support.

Since I'm building this solo, my strategy right now is to stay hyper-focused and get the macOS/Swift version to 100% completion first before splitting my attention.

Also, full disclosure: I actually don't own a Windows rig with an NVIDIA GPU at the moment! 😅 So when the time finally comes to build the Windows port, I won't be able to run local tests or benchmark the CUDA performance myself. I'll definitely be leaning heavily on this community for beta testing and feedback when that happens.

I hope you'll stick around to help me out when the time comes!


🛠 Building from Source (macOS Only)

Prerequisites

  • macOS 14.0+ (Apple Silicon highly recommended)
  • Xcode 15+

Build & Run

  1. Clone the repository.
  2. Open VerantyxIDE/Verantyx.xcodeproj in Xcode.
  3. Select the Verantyx scheme and hit Run (Cmd+R).