跪拜 Guibai
Artificial Intelligence
A visual glossary of 30 core large language model concepts — covering attention mechanisms, inference optimization, and emerging architectures — each explained with a single diagram.
周末程序猿  ·  Jul 11, 2026
Android · Android Jetpack · Kotlin
Every Kotlin DSL, from Gradle scripts to Compose layouts, is ordinary Kotlin code built on five language features, with lambdas with receivers doing the heavy lifting.
稀有猿诉  ·  Jul 10, 2026
Artificial Intelligence
A visual glossary breaks down the first 30 of 120 core large language model concepts, from Transformer architecture to quantization.
周末程序猿  ·  Jul 10, 2026
Backend
AI coding assistants now run standardized, reusable workflows called Skills — packaged processes that enforce engineering discipline instead of ad-hoc prompting. A curated set of 10 Skills has emerged from thousands of community submissions, each solving a specific delivery problem.
苏三说技术  ·  Jul 10, 2026
Backend
An internal LLM API platform scaled from 50,000 to 20 million daily calls while dropping P99 latency from 4,800ms to 720ms by abandoning a self-hosted GPU for a dual-vendor MaaS architecture with dynamic routing.
倔强的石头_  ·  Jul 10, 2026
Backend · JavaScript
Node's `fs` module offers four distinct I/O patterns — synchronous, callback, Promise chains, and async/await — each with clear trade-offs in blocking behavior and code structure.
mONESY  ·  Jul 10, 2026
Electron · AI Programming
Opencode's desktop client migrated from Tauri back to Electron, citing WebKit rendering inconsistencies, CLI startup failures, and a Bun-to-Node shift that made Electron's built-in Node runtime the simpler choice.
程序员老刘  ·  Jul 10, 2026
Frontend · JavaScript · AI Programming
AI coding agents control browsers by reading the same accessibility tree screen readers use, not by parsing raw HTML or analyzing screenshots. The page becomes a numbered YAML tree of interactive elements, and the LLM picks ref IDs to click, fill, and navigate.
谭sir  ·  Jul 10, 2026
Backend · Programmer · Java
A tech lead details the real-world trajectory of a junior developer promoted twice in two years: clean code on small tasks, then independent system-design judgement that overruled a vendor's architecture.
SamDeepThinking  ·  Jul 10, 2026
AI Programming · Agent · Programmer
A practical study guide of 22 interview questions covering LLM fundamentals, Agent architecture, tool calling, RAG, safety guardrails, and production deployment for AI engineers.
Coffeeee  ·  Jul 10, 2026
Artificial Intelligence
OpenAI shipped GPT-5.6 with native multi-agent orchestration, programmatic tool calling, and a 1M-token context window, while folding the Codex app into ChatGPT and adding a dedicated Work mode.
甲维斯  ·  Jul 10, 2026
Backend · Programmer · Artificial Intelligence
GPT-5.6 ships as three models — Sol, Terra, and Luna — alongside ChatGPT Work, a rebranded Codex, and a quota reset. Sol leads coding-agent benchmarks, but Fable 5 still wins on SWE-Bench and general intelligence scores.
cxuanAI  ·  Jul 10, 2026
Frontend
Three converging shifts in July 2026—a leaked Gemini 3.5 Pro that dominates frontend code generation, big-tech frontend-backend team mergers, and a Go-rewritten TypeScript compiler that runs 10x faster—are dismantling the job title "frontend engineer" and replacing it with a role defined by end-to-end delivery.
涛涛ing  ·  Jul 10, 2026
Android · Kotlin
Starting September 2026, any Android app from an unregistered developer will be blocked from installation, even outside the Play Store. Sideloading survives only behind a 9-step, 24-hour cooldown buried in developer options.
RockByte  ·  Jul 10, 2026
ChatGPT · AI Programming
OpenAI released GPT-5.6 in three tiers — Sol, Terra, and Luna — with pricing that undercuts Claude by half or more, while Codex is rebranded and merged directly into the ChatGPT desktop app.
卡卡罗特AI  ·  Jul 10, 2026
Android
Android's real complexity was never threading — it was the chaos of mixed async models across callbacks, RxJava, LiveData, and Flow that turned large projects into unmaintainable patchworks.
潜龙勿用之化骨龙  ·  Jul 9, 2026
Artificial Intelligence · AI Programming
Grok 4.5 ships as a coding-focused model that beats Opus 4.8 on three of five benchmarks, runs at 80 TPS, and costs $2/$6 per million input/output tokens.
甲维斯  ·  Jul 9, 2026
Claude
Claude Code embeds a three-layer backdoor to detect Chinese users, deliberately breaks prompt caching on third-party APIs, and silently exfiltrates telemetry through seven undocumented channels.
文歌子  ·  Jul 9, 2026
Frontend · Programmer · AI Programming
Ink-Learner is a Tauri desktop app that binds vocabulary memorization to keyboard typing through a progressive chain of spelling, occluded recall, dictation, and short sentences, with all data stored locally in SQLite.
碎_浪  ·  Jul 9, 2026
Frontend · Architecture
Three years of writing features doesn't teach you how to set up a maintainable project from scratch. The missing skill is boundary design—separating build tools from business code, controlling dependency direction, and establishing single sources of truth.
Liora_Yvonne  ·  Jul 9, 2026
Backend
Starting with JDK 27 in September 2027, the official OpenJDK build will no longer support Intel-based Macs, ending x86-64 macOS support and forcing Java developers on older hardware to migrate or use workarounds.
Java编程爱好者  ·  Jul 9, 2026
JavaScript · Node.js · Programmer
Node.js's `path.join` blindly concatenates strings, while `path.resolve` acts like `cd` in a terminal, resetting to the last absolute path it encounters. The `fs` module's evolution from callback hell through Promises to async/await maps the entire history of JavaScript asynchrony.
烬羽  ·  Jul 9, 2026
Frontend · Backend · Bun
535,496 lines of production Zig were rewritten into Rust in 11 days by 64 Claude agents, costing $165K in API fees and passing all 60,000+ tests with zero deletions.
iDao技术魔方  ·  Jul 9, 2026
LangChain · JavaScript · Frontend Framework
A lightweight AI agent built with LangChain JS and DeepSeek reads local files and explains code by manually wiring the full tool-calling loop: model instruction, local I/O execution, and result handoff.
YIAN  ·  Jul 9, 2026
Agent · Data Visualization · Data Analysis
Using Tencent's EdgeOne Makers platform, a backend developer added a floating AI chat window to a company SmartBI system in a single day. The agent answers natural-language data queries by calling SmartBI APIs, with no frontend code, no server setup, and no source-code changes to the BI tool.
Homi  ·  Jul 9, 2026
Cursor · AI Coding · Grok
SpaceXAI released Grok 4.5, a model trained specifically for programming and agents that scores near Claude Fable5 at roughly one-seventeenth the cost.
卡卡罗特AI  ·  Jul 9, 2026
Artificial Intelligence
An AI coding agent that scaffolds React projects boils down to a ReAct loop — Think, Act, Observe — wired to four file and shell tools through LangChain.
橘子星  ·  Jul 9, 2026
Frontend · macOS · VibeCoding
DevPilot is a macOS menu bar app that surfaces every listening port, shows which project owns it, and kills the process in one click — no more `lsof` and `kill -9`.
青椒肉丝_  ·  Jul 9, 2026
HarmonyOS
A HarmonyOS Agent workbench replaces the standard chat UI with a task-status dashboard that surfaces model intent, tool selection, and failure context directly on screen.
一只牛博  ·  Jul 9, 2026
Backend · Database
A LEFT JOIN with a WHERE clause on the right table silently drops rows because the query optimizer eliminates the outer join, treating it as a plain inner join.
一只牛博  ·  Jul 9, 2026
Backend · Programmer · Artificial Intelligence
OpenAI is expanding preview access to GPT-5.6 Sol, Terra, and Luna globally, with a public launch set for this Thursday.
cxuanAI  ·  Jul 9, 2026
Android
SDK, NDK, APP, Framework, and Native describe different dimensions of Android development — toolkits, delivery units, system layers, and runtime implementations — and conflating them leads to wrong mental models for debugging and system design.
爱笑鱼  ·  Jul 9, 2026
Backend
Spring AI 2.0 treats LLMs as pluggable middleware with a unified API, while Spring AI Alibaba layers a Graph engine and multi-agent orchestration on top for complex, stateful workflows.
苏三说技术  ·  Jul 9, 2026
Frontend · JavaScript · Performance Optimization
Astro 7 replaces its Go-based compiler with a Rust rewrite, adopts the Rust-powered Vite 8 bundler, and switches to a Rust-native Markdown engine, making it the fastest Astro release yet.
Web情报局  ·  Jul 9, 2026
Frontend · Vue.js
Flyfish Viewer is a browser-based document preview library that maps 206 file extensions across 24 rendering chains, including legacy .doc and .xls formats that pdf.js and pptx.js cannot open.
唐一科  ·  Jul 9, 2026
Frontend · AI Programming · Claude
Anthropic embedded steganographic tracking inside Claude Code that silently marked requests from Chinese developers by swapping a single apostrophe character.
kyriewen  ·  Jul 9, 2026
Database · Architecture · Distributed
Dewu migrated reporting and transactional workloads from MySQL and StarRocks to OceanBase, cutting complex SQL execution time by up to 200x and overall database costs by 43%.
得物技术  ·  Jul 9, 2026
Frontend
TypeScript 7.0 replaces the original TypeScript compiler with a Go rewrite that delivers 8–12x faster builds, lower memory use, and a multi-threaded language server.
Kyrie678  ·  Jul 9, 2026
Frontend
Vue 3.6 introduces Vapor Mode, a per-component compile strategy that skips the Virtual DOM entirely, and alien-signals, a 1KB Push-Pull hybrid reactivity engine that delivers up to 30x higher computed throughput.
涛涛ing  ·  Jul 9, 2026
Database
A LEFT JOIN followed by a WHERE filter on the right table triggers the optimizer's outer join elimination, silently converting it to an INNER JOIN and dropping rows without warning.
倔强的石头_  ·  Jul 9, 2026
Frontend · Android · Flutter
The 600,000-line migration of Material and Cupertino into standalone packages is complete, with localization work and M3 Expressive widget support now underway.
恋猫de小郭  ·  Jul 9, 2026
Frontend · Backend · Programmers
A viral comparison between Hangzhou's AI startup elite and Nanjing's top IT firms reveals the latter are almost entirely large-scale software outsourcing companies like Chinasoft and iSoftStone.
CodeSheep  ·  Jul 9, 2026
Frontend · Backend · AI Programming
CodeGraph pre-indexes a project's functions, classes, and their relationships into a local SQLite database so AI coding tools query a graph instead of blindly searching files.
培歌行Coding  ·  Jul 9, 2026
Artificial Intelligence
A ReAct loop of under 30 lines, four file-and-shell tools, and a language model can autonomously scaffold, code, install, and launch a full React TodoList app. The same skeleton powers Cursor.
BreezeJiang  ·  Jul 8, 2026
Frontend · JavaScript
ECMAScript 2026 quietly shipped four long-overdue standard library additions: Map.getOrInsert, Error.isError, Iterator.zip, and Math.sumPrecise.
Agions  ·  Jul 8, 2026
Interview · Algorithm · Programmer
Finding one poisoned bottle among 1,000 takes exactly 10 mice when you encode the bottle numbers in binary and let each mouse's life-or-death state form a 10-bit address.
Fox爱分享  ·  Jul 8, 2026
Frontend · Backend · Artificial Intelligence
A weekly digest from China's Juejin developer community captures the mood: clean layoffs with full severance, AI coding tools that destroy uncommitted work, and performance-review rituals that everyone knows are a game.
掘金一周  ·  Jul 8, 2026
Interviews · Algorithms · Developers
A ByteDance interview puzzle asks whether a sheep survives among 100 perfectly rational tigers that turn into sheep after eating. The answer flips on a single parity rule: odd tigers eat, even tigers don't.
Fox爱分享  ·  Jul 8, 2026
AI · Frontend · Open Source
OpenAI Codex blocks Chinese phone numbers during signup, and temporary SMS verification platforms fail on re-verification, locking users out permanently. A UK giffgaff eSIM provides a durable, low-cost workaround.
金色的暴发户  ·  Jul 8, 2026
GitHub · Web Crawling · AI Programming
Scrapling wraps HTTP requests, headless browsers, and anti-detection measures into a single Python framework, letting crawlers switch channels at runtime through a unified session interface.
王若风  ·  Jul 8, 2026
Frontend · React.js · React Native
React's Fiber node is a plain JavaScript object with just over 20 fields, yet those fields encode component identity, tree structure, work state, and side-effect tracking—everything the reconciler needs to interrupt, resume, and commit work.
老王以为  ·  Jul 8, 2026
Artificial Intelligence
Enterprise AI adoption is following the same path as the 1980s PC revolution, where unglamorous back-office cost savings built the installed base long before consumer hits appeared.
写代码像蔡徐抻  ·  Jul 8, 2026
Backend · Agent · AI Programming
A Go project's `.trae/` directory encodes DDD layering rules, plan-generation skills, autonomous review subagents, and pre-commit hooks into a single AI-enforceable specification.
王中阳AI编程  ·  Jul 8, 2026
Frontend · JavaScript · HTML
A hands-on lab catalogs every browser-based copy-protection technique—from CSS blocks to font obfuscation—and pairs each with its instant bypass, proving that front-end defenses only raise the attacker's cost, never eliminate it.
AsherJ  ·  Jul 8, 2026
Android
A Kotlin coroutine delay is not a sleep. It's a four-stage pipeline of suspension, time registration, dispatch, and state-machine resumption that releases the calling thread immediately.
潜龙勿用之化骨龙  ·  Jul 7, 2026
Frontend · AI Programming · Claude
A hands-on breakdown of Cursor, Claude Code, and Codex as they converge into agent platforms, with a decision matrix built from daily use on production projects.
kyriewen  ·  Jul 7, 2026
Uni-app · iOS · SwiftUI
DCloud's uni-app x Vapor Mode compiles Vue templates to machine code and runs on the native rendering pipeline, delivering 2x the rendering speed of UIKit and 1.32x the frame rate of SwiftUI in a complex long-list benchmark on an iPhone SE2.
CHB  ·  Jul 7, 2026
Frontend · JavaScript · Open Source
A Chrome extension replaces dumb timers with idle-state detection — lock the screen or walk away, and it counts a rest automatically, resets the countdown, and builds a daily health score from real sitting data.
JacksonChen  ·  Jul 7, 2026
Frontend
DOMagic is a dev-time browser plugin that lets you click a DOM node, describe a style or logic change in natural language, and have the AI write the edit straight back to the source file — no editor switching required.
灏仟亿前端技术团队  ·  Jul 7, 2026
Frontend · JavaScript · Programmer
The textbook `Promise.all` chunked upload collapses under browser connection limits and packet loss. A production-grade replacement needs a concurrency queue, silent retry, pointer-based slicing, and persistent chunk state.
ErpanOmer  ·  Jul 7, 2026
Artificial Intelligence · AI Programming
OpenAI's GPT-5.6 ships as a three-model lineup — Sol, Terra, and Luna — with the flagship Sol Ultra and its multi-agent mode arriving in Codex on the same day Anthropic's Fable 5 exits free access.
卡卡罗特AI  ·  Jul 7, 2026
Backend
Moving from Java engineer to architect demands three mental shifts: questioning why frameworks work the way they do, designing for system health instead of feature completion, and trading individual technical prowess for team-wide responsibility.
神奇小汤圆  ·  Jul 7, 2026
GitHub
FuckClaude is an open-source browser tool that scores six environment signals — timezone, language, fonts, locale, UTC offset, and emoji rendering — to estimate whether Claude Code would flag you as a Chinese user.
逛逛GitHub  ·  Jul 7, 2026
Frontend · Claude · AI Programming
Claude Code runs as a terminal-based agent loop that reads entire projects, modifies files directly, and follows codified team rules through CLAUDE.md, skills, and sub-agents.
Lsx_  ·  Jul 7, 2026
Agent · LangChain · LLM
An Agent is an LLM plus five precise patches—Memory, Tool, RAG, MCP, and Skills—each fixing a specific deficiency that prevents a model from doing real work.
小月土星  ·  Jul 7, 2026
Frontend · Backend · GitHub
A single-page typhoon tracker overlays forecast paths from four meteorological agencies, counts down impact time per city, and aggregates news—all from a serverless Cloudflare Worker with no database.
HiSt  ·  Jul 7, 2026
Backend · Java · Interview
Switching an I/O-bound Java service from a 200-thread pool to virtual threads delivered a measured 10.5× QPS increase, from 812 to 8,530, while cutting P99 latency by nearly two-thirds.
卷毛的技术笔记  ·  Jul 7, 2026
Agent · Interview
A new open-source AI skill encodes years of frontend interview and resume-review experience into a reusable agent prompt that diagnoses thin resumes and rewrites them with quantified results, structured project descriptions, and recruiter-ready formatting.
双越AI_club  ·  Jul 7, 2026
Agent
An AI agent is not a new model but an LLM extended with memory, tool use, RAG, and skills — a composition that turns a chatbot into a system that plans, retrieves, and executes multi-step tasks.
凌涘  ·  Jul 7, 2026
Java · Artificial Intelligence
Integrating Dify's knowledge base Q&A into a real business system demands far more than calling an API — it requires identity passing, session management, SSE streaming, Prompt governance, and a backend that acts as an adaptation layer, not a pass-through proxy.
地铁潜行者  ·  Jul 6, 2026
Electron
Electron fuses Chromium's rendering engine with Node.js's system-level APIs behind a dual-process model, letting web developers ship cross-platform desktop apps with full native capabilities.
Worlds  ·  Jul 6, 2026
Frontend · Backend · Programmers
Requirements documents, variable names, and system architectures are maps, not the territory. Laozi’s first chapter argues that naming makes complexity manageable but also hides the real problems underneath.
勇宝趣学前端  ·  Jul 6, 2026
Agent · JavaScript
A raw LLM has no memory, can't call APIs, and can't read files. An Agent is what you get when you bolt on Memory, Tools, RAG, MCP, and Skills, then use Promise.all to run tool calls in parallel instead of waiting on each one.
bonechips  ·  Jul 6, 2026
Backend · Frontend · Hacking
Letting users set an avatar from an external URL exposes every page viewer to IP tracking, content swapping, and SSRF attacks on the backend.
AsherJ  ·  Jul 6, 2026
GitHub
Leaked benchmarks and demos show Google's delayed Gemini 3.5 Pro producing polished, one-shot frontend UIs and SVGs that outperform Fable 5 on visual tasks, though it still trails on hard reasoning and long-horizon agent work.
Maynor在掘金  ·  Jul 6, 2026
Frontend
An interactive cubic Bezier curve editor built inside ECharts lets you drag four control points and two handles to shape a curve visually, then export the result as ready-to-paste JavaScript or JSON.
知了清语  ·  Jul 6, 2026
Frontend · AI Programming · Claude
The Godot game engine now permanently bans contributors who submit AI-generated code without review, the strongest anti-Vibe Coding move yet from a major open-source project.
kyriewen  ·  Jul 6, 2026
Kotlin · Android · Open Source
Syncox is a new open-source Kotlin Multiplatform library that wraps network requests in a local outbox, so the UI never waits on a flaky connection again.
机智的张尼玛  ·  Jul 6, 2026
Frontend · JavaScript · Vue.js
uni-app v5.14 eliminates conditional compilation for modals and overlays by compiling Vue's <teleport> tag into the native <root-portal> on WeChat, Alipay, and JD mini programs.
前端毕业班  ·  Jul 6, 2026
Frontend · JavaScript · Programmer
Frontend fatigue and FOMO have pushed teams into resume-driven development, where stable projects get rewritten for every new build tool or framework. The antidote is restraint: saying no to anything that doesn't solve a P0 business problem, and backing that refusal with hard-edged fallback plans.
ErpanOmer  ·  Jul 6, 2026
AI Programming · Frontend · Backend
Tool search lets AI agents list hundreds of tools by name only, loading full schemas on demand to slash context-window usage from 64k tokens to under 5k.
谭sir  ·  Jul 6, 2026
JavaScript · Artificial Intelligence
LLM APIs are stateless; every request is independent. The illusion of a continuous conversation comes from the application layer re-sending the entire chat history in the `messages` array each time.
东风破_  ·  Jul 6, 2026
AI Programming · Flutter
A two-week test of free LLM providers found three stable services — until they all failed during peak afternoon hours, exposing rate limits and network instability.
程序员老刘  ·  Jul 6, 2026
Frontend · Backend · Programmer
Simple Deploy is a VS Code extension that uploads locally built frontend projects to a Linux server with one click, handling backup, extraction, and swap-in automatically.
前端之虎陈随易  ·  Jul 6, 2026
Backend · Artificial Intelligence · Programmer
Claude Code 2.1.91 and later versions embed a hidden Unicode apostrophe in system prompts to secretly flag requests from Chinese timezones and proxy domains.
cxuanAI  ·  Jul 6, 2026
Frontend · Backend · Artificial Intelligence
Restored source code from Claude Code v2.1.88 exposes the product's internal roadmap, a two-stage AI safety classifier, and the caching architecture that cuts API costs by 90%.
道友可好  ·  Jul 6, 2026
Frontend · Backend
A full-stack satellite network simulation platform renders thousands of satellites on a 3D globe in real time, using Cesium with a custom dual-mode rendering engine and dynamic MySQL sharding.
Imchendiana  ·  Jul 6, 2026
Agent · OpenAI · AI Programming
A five-agent team built on the Hermes framework autonomously handles Reddit market research, GEO content, and TikTok video production for a cross-border e-commerce brand, all coordinated through a Feishu group chat.
饼干哥哥  ·  Jul 6, 2026
Android · Frontend
Tencent's Kuikly uses Kotlin Multiplatform to share UI and logic across Android, iOS, HarmonyOS, Web, Mini Programs, and macOS, with each platform providing its own native renderer.
黄林晴  ·  Jul 6, 2026
Frontend · iOS · APP
Integrating Apple's Dynamic Island means building a Live Activity whose UI runs entirely inside a system-owned Widget Extension, not your app process. The app's only job is to hand off a data model and token, then get out of the way.
_瑞  ·  Jul 6, 2026
Frontend · Backend · Android
Loop Engineering is the execution pattern that lets AI agents observe, act, check results, and retry autonomously until a task is done, replacing single-shot prompting with continuous work.
程序员_小雨  ·  Jul 6, 2026
Android · Google · Frontend
Android 15 restricted audio focus requests to foreground apps; Android 17 now silently blocks background playback, focus requests, and volume changes entirely unless a foreground service with "When In Use" capability is active.
Coffeeee  ·  Jul 6, 2026
Interviews · Programmers · Recruitment
A tiered ranking of 12 Chinese internet companies—from Tencent to Didi—evaluates them not by prestige, but by a four-part formula: salary, humane treatment, real benefits, and future prospects.
狂师  ·  Jul 6, 2026
Frontend · Uni-app · AI Programming
The uView Pro UI library for uni-app now ships an MCP server that gives AI coding assistants structured, real-time access to every component's props, events, slots, and methods.
前端梦工厂  ·  Jul 6, 2026
Backend · Redis
A naive `SETNX` call is not a distributed lock. Five progressive pitfalls—atomicity, safe unlock, timeout renewal, reentrancy, and master-slave failover—each demand a specific Go implementation pattern to reach production readiness.
左诗右码  ·  Jul 6, 2026
Frontend · AI Programming · Claude
AI coding tools produce functional demos at high speed but consistently fail at production-grade engineering: audit trails, permission granularity, concurrency safety, and long-term maintainability remain human-only responsibilities.
乘风gg  ·  Jul 6, 2026
JavaScript
Prompt Engineering is giving way to Context Engineering, a method that structures background, constraints, and output requirements into a framework so LLMs produce reliable results instead of hallucinations.
默_笙  ·  Jul 6, 2026
Frontend · JavaScript · CSS
pnpm builds a Rust-based private registry, Meta rewrites Flow in Rust and ships Astryx, and Node.js 26.4 adds experimental package mapping.
晓得迷路了  ·  Jul 6, 2026
Frontend · Flutter · Android
A full-stack Flutter Agent built on Google's GenKit SDK uses an 11-state FSM, a three-set tool permission model, and a structured audit loop to keep LLM outputs grounded in business facts.
恋猫de小郭  ·  Jul 6, 2026
Database
A step-by-step walkthrough for connecting a Java application to a KingbaseES database, moving from the default `system` account to a dedicated business schema, application user, and a minimal JDBC query.
倔强的石头_  ·  Jul 6, 2026
Frontend · Data Visualization · Three.js
A demo project assembles four industry-specific data dashboards—cultural tourism, logistics, industrial IoT, and green energy—using a 3D China-map SDK and a drag-and-drop dashboard scaffold, both available on npm.
柳杉  ·  Jul 6, 2026
Android
Launching coroutines inside Dispatchers.IO when the underlying task already manages its own thread pool creates a hidden layer of scheduling redundancy that can double an app's thread count, especially during startup.
潜龙勿用之化骨龙  ·  Jul 5, 2026
Backend
Loop Engineering replaces prompt-by-prompt AI coding with autonomous loops that prompt, verify, and iterate agents until a goal is met, pulling the human out of the driver's seat.
码事漫谈  ·  Jul 5, 2026
Frontend · JavaScript · AI Programming
ByteDance's Doubao and Alibaba's Qianwen are shutting down their user-defined agent features on July 15, breaking any automation built on them. A developer details the three workflows that broke and maps out migration paths to Coze, Dify, and Claude Code.
kyriewen  ·  Jul 5, 2026
Flutter · Dart · Android
Flutter 3.44 and AGP 9.0 deprecate explicit Kotlin Gradle Plugin declarations, but a dynamic Gradle sniffing strategy lets plugin maintainers support both old and new build environments simultaneously.
GitLqr  ·  Jul 5, 2026
Frontend · Backend · Interview
A free browser plugin called QuanTiWen broadcasts a single prompt to up to 16 Chinese AI platforms at once, displaying all answers side-by-side for cross-referencing.
五阳  ·  Jul 5, 2026
Artificial Intelligence · Command Line
GPU-accelerated rendering and native Kitty protocol support make Ghostty a drop-in fix for the flickering, stuttering, and broken shortcuts that plague AI coding tools on iTerm2.
深度学习机器  ·  Jul 5, 2026
Artificial Intelligence
Tool Use in AI agents isn't the model running functions — it's a strict division where the LLM decides what to call and the runtime executes it.
东风破_  ·  Jul 5, 2026
Backend · Database
A systematic walkthrough of INNER, LEFT, RIGHT, and FULL JOINs using deliberately incomplete data reveals where NULLs appear, how ON vs. WHERE changes result sets, and why COUNT(*) after a join rarely means what you think.
一只牛博  ·  Jul 5, 2026
Agent · DeepSeek · AI Programming
Reasonix achieves near-perfect DeepSeek API cache hits by enforcing byte-stable system prompt prefixes and isolating all mutable state into XML blocks appended to each user turn.
HLAIA光子  ·  Jul 5, 2026
Java
Java's Future gets a single async result; CompletableFuture chains, combines, and recovers from multiple async tasks without blocking.
唐青枫  ·  Jul 5, 2026
LLM
LLM inference is a stateless HTTP request-response cycle. The server remembers nothing; the client must resubmit the full conversation history every time, and all higher-level AI engineering is about managing what goes into that messages array.
凌涘  ·  Jul 5, 2026
Vue.js · Frontend
A developer secretly replaced a legacy jQuery frontend with Vue3 page by page, using route hijacking and a shared data layer to avoid backend changes and management pushback.
奶油mm  ·  Jul 5, 2026
Architecture
An AI Loop replaces manual prompt tweaking with a code-driven cycle where one LLM call generates content and a second validates it against a checklist, repeating until the output passes or a budget runs out.
mONESY  ·  Jul 5, 2026
Architecture
Tokenization splits text into the numerical IDs models compute and bill by, while embedding vectors capture semantic meaning so similar texts cluster in high-dimensional space.
mONESY  ·  Jul 5, 2026
Programmers · Artificial Intelligence
AI coding tools have slashed the cost of software delivery, but customer acquisition remains as hard as ever, forcing a career reckoning for developers who treat business skills as optional.
程序员烟斗  ·  Jul 5, 2026
Artificial Intelligence · ChatGPT · Claude
July 2026 compressed a year of AI industry shifts into a single week: OpenAI's strongest model was blocked from public access over cybersecurity fears, Anthropic embedded a persistent AI agent into Slack, and every major lab is now designing its own silicon.
米小虾  ·  Jul 5, 2026
LLM · Agent · AI Programming
An Agent Harness is the runtime control framework that wraps a large model, managing execution loops, tool scheduling, state, and security to turn open-ended reasoning into predictable, multi-step operations.
Worlds  ·  Jul 4, 2026
Frontend · Architecture · Vite
PavilionMfe is a Vite-native micro-frontend framework that uses stack-based side-effect tracking, CSS `:where()` scoping, and popstate proxies to isolate sub-apps without requiring any framework SDK inside them.
木木的木云  ·  Jul 4, 2026
Frontend · AI Programming · Claude
Most Claude Code Skills are just repackaged prompts. Five stand out by altering the AI's workflow itself — from systematic debugging and TDD to design taste enforcement and codebase knowledge graphs.
kyriewen  ·  Jul 4, 2026
Frontend · JavaScript · Artificial Intelligence
Server-Sent Events paired with xterm.js deliver real-time, line-by-line terminal output from AI coding agents directly into a web UI, with built-in reconnection and ANSI rendering.
anOnion  ·  Jul 4, 2026
Frontend · Backend · Programmer
A Fibonacci benchmark compiled to WASM pits MoonBit, Rust, and Go against each other on output size and execution speed.
前端之虎陈随易  ·  Jul 4, 2026
Agent · LLM · Architecture
A TF-IDF and Ward hierarchical clustering pipeline groups messy customer questions into stable semantic clusters, then assigns new queries incrementally without re-running the full model.
久愿Y  ·  Jul 4, 2026
Backend
An enterprise knowledge base system ships with two functionally identical backends—Java (Spring Cloud) and Python (FastAPI + LangChain)—plus a React frontend, totaling over 50,000 lines of code.
苏三说技术  ·  Jul 4, 2026
Frontend · JavaScript · Interview
Image optimization cuts page weight by matching picture resolution to device pixel ratio, using modern formats like AVIF, and lazy-loading off-screen content.
林希_Rachel_傻希希  ·  Jul 4, 2026
Backend
Easy Rules extracts business logic from tangled conditional blocks into independent, priority-ordered rule objects that can be defined via annotations, fluent APIs, expression languages, or YAML files.
苏三说技术  ·  Jul 4, 2026
Frontend · Interview
A systematic interview playbook for vetting frontend candidates at small-to-medium companies, using a real resume dense with Vue3, WebSocket, and RAG keywords to demonstrate how to separate genuine delivery capability from keyword-stuffed packaging.
掘金安东尼  ·  Jul 4, 2026
JavaScript · TypeScript · Frontend
Running a Web Worker from a userscript inside Vite's dev server fails silently because of same-origin restrictions, missing files, and unbundled TypeScript. A fetch-based trick and a custom Vite plugin both solve it.
天平  ·  Jul 3, 2026
Artificial Intelligence
Volcano Mem0 is an enterprise-grade long-term memory system that captures, stores, and recalls interaction data so AI agents can learn across sessions instead of resetting each time.
火山引擎Agent社区  ·  Jul 3, 2026
Frontend
A structured walkthrough of the modern frontend knowledge system, spanning JavaScript internals, React architecture, browser rendering, HTTP, security, and engineering practices.
原则猫  ·  Jul 3, 2026
Android · Android Jetpack · Kotlin
A solo developer migrated a 170-screen Android app from Navigation 2 to Navigation 3 in two weeks, hitting serialization crashes at launch and discovering that bottom sheets require manual dismissal to avoid stuck-back-stack bugs.
稀有猿诉  ·  Jul 3, 2026
Frontend · Backend · Programmer
MoonBit's skills.mooncakes.io turns packages into single-command, pre-built Wasm executables that run without dependency trees, virtual environments, or platform-specific builds.
前端之虎陈随易  ·  Jul 3, 2026
Architecture
Anthropic's Model Context Protocol (MCP) is an open standard that lets any LLM talk to any external data source or tool through a single integration, eliminating the M×N wiring problem that has plagued AI app development.
mONESY  ·  Jul 3, 2026
Frontend · Flutter
A layered mixin architecture wraps EasyRefresh into reusable list and detail-page components, cutting pull-to-refresh boilerplate to a single callback.
SoaringHeart  ·  Jul 3, 2026
Backend · Go
A rapid walkthrough of Go's core data types — strings, numbers, arrays, slices, maps, structs, and interfaces — with the syntax and semantics that trip up newcomers.
小满zs  ·  Jul 3, 2026
Go
Google archived Wire in August 2025, and Uber Fx still panics at startup on missing dependencies. A new compile-time DI library called dig offers Fx-like syntax with Wire-level safety and none of the dummy return values.
程序员老鹰  ·  Jul 3, 2026
Frontend · Backend · Go
A manual code review of a Go click-CAPTCHA module catches naming inconsistencies, a variable passed through too many function signatures, and initialization logic split awkwardly between init() and Create().
妙码生花  ·  Jul 3, 2026
Android · Android Jetpack · Architecture
Type-safe navigation with Kotlin Serialization replaces error-prone string routes in Jetpack Compose, making screen destinations, parameters, and deep links fully checked at compile time.
杉氧  ·  Jul 3, 2026
Frontend · Claude · Artificial Intelligence
A TypeScript tool system for LLM agents that uses a declarative registry, Zod-to-JSONSchema dual validation, and a centralized sandbox to keep 30+ tools as stable as 5.
小白菜的编程日记  ·  Jul 3, 2026
Backend
Combining the Chain of Responsibility and Strategy patterns replaces sprawling conditional blocks with a pipeline of swappable, ordered handlers — each carrying its own processing logic.
神奇小汤圆  ·  Jul 3, 2026
Database · Developer · Artificial Intelligence
More than half of new slow-query tickets now trace back to AI-written SQL that is syntactically perfect but blind to real data distribution, indexes, and concurrency.
这个DBA有点耶  ·  Jul 3, 2026
AI Programming · AIGC · OpenAI
A side-by-side test of five LLMs running the same multi-step Agent tasks reveals that leaderboard rankings mean little when a model can't finish the job. Step 3.7 Flash, DeepSeek V4-Pro, MiniMax M3, Gemini 3.5, and GPT 5.4 all attempted PPT generation and browser-based data scraping; the gaps in stability, tool selection, and per-task cost were stark.
猫猫头啊  ·  Jul 3, 2026
Frontend · AI Programming
Skill descriptions consume a fixed token budget at startup, and at 100+ Skills the index alone can eat 5% of a 200K context window. The fix is a three-stage architecture: compress descriptions into routing triggers, lazy-load by domain, and eventually replace keyword matching with semantic vector search.
莪_幻尘  ·  Jul 3, 2026
Backend
Large language models go from general-purpose text predictors to production-ready domain experts through three stages: pre-training on massive corpora, LoRA fine-tuning on specific datasets, and GGUF quantization for efficient local deployment.
大鸡腿同学  ·  Jul 3, 2026
Backend
An agent harness is the runtime control system that wraps a model, enforcing permissions, tool visibility, loop termination, and evidence traceability—boundaries a prompt alone cannot hold.
lizhongxuan  ·  Jul 3, 2026
AI Coding · Agent
Five models — MiniMax-M3, DeepSeek-V4-flash, Step-3.7-flash, GLM5.2, and Gemini 3.5 Flash — were put through an identical long-chain agent task: building a complete AI tools directory as a single HTML page. The results expose sharp trade-offs in cost, tool-calling diligence, and visual quality.
轻口味  ·  Jul 3, 2026
Frontend · JavaScript · Git
A practical cheatsheet covering the ten most-Googled Git mistakes, from amending commit messages and recovering `--hard` resets to cleaning up stale branches.
kyriewen  ·  Jul 3, 2026
Backend · AI Programming · Artificial Intelligence
A production-line model maps out how LLMs, tokens, context, prompts, RAG, MCP, skills, and agents connect—from the reasoning engine down to the execution loop that delivers finished work.
Shepherd  ·  Jul 3, 2026
Claude · Agent · Interview
A single CLAUDE.md file cannot enforce coding standards across a team using AI assistants. The rules/ directory separates project facts from executable, file-scoped coding rules that AI can actually follow, while hooks catch the violations that rules alone cannot guarantee.
洛卡卡了  ·  Jul 3, 2026
Backend · Frontend · Architecture
Giving every employee an AI assistant accelerates individual work by 3–10x, yet team output cycles barely budge. The bottleneck isn't processing speed inside a person's head—it's the coordination edges between people.
HiSt  ·  Jul 3, 2026
Developers · Artificial Intelligence · Interviews
US and Chinese tech giants cut hundreds of thousands of jobs in 2025 while simultaneously pouring record capital into AI infrastructure. The layoffs hit profitable divisions, not just failing ones, marking a deliberate restructuring rather than a defensive retreat.
狂师  ·  Jul 3, 2026
Frontend
Eve is Vercel's new AI agent framework that enforces a directory-based project structure, turning prompts, tools, and skills into versionable files instead of ad-hoc strings.
猩猩程序员  ·  Jul 3, 2026
Frontend
A solo developer built a 7-page Next.js site with a blog, product pages, and a toolbox in half a day using Claude Code, then deployed it to Cloudflare Pages for under $13 a year.
小牛不牛的程序员  ·  Jul 3, 2026
AI Programming · Agent · Claude
CC GUI embeds Claude Code directly into IntelliJ IDEA by loading Anthropic's Agent SDK, not by wrapping a terminal. It supports any API-compatible model, including DeepSeek V4, and adds MCP tooling and Skill packs inside the editor.
沉默王二  ·  Jul 3, 2026
Frontend
Junior frontend hiring in China dropped 62% year-over-year, while Forward Deployed Engineer (FDE) postings grew 42-fold, with salaries reaching $280K at OpenAI and 1.05M yuan at ByteDance.
涛涛ing  ·  Jul 3, 2026
AI Programming · OpenAI · AIGC
A hands-on comparison of MiniMax-M3, DeepSeek-V4-flash, Step-3.7-flash, GLM5.2, and Gemini 3.5 Flash on a single long-chain agent task — building a complete AI tools directory page — reveals that task completion rates are uniformly high, but cost, data thoroughness, and visual polish diverge sharply.
猫猫头啊  ·  Jul 3, 2026
Frontend
A Cocos video puzzle game that already ran on Web and Android now supports WeChat Mini Games by using wx.createVideoDecoder to extract frame data and upload it as a dynamic texture.
亿元程序员  ·  Jul 3, 2026
Backend · Python
A production-ready FastAPI + MySQL setup requires a clear separation of concerns across PyMySQL, SQLAlchemy, and dependency injection, not just a connection string.
copyer_xyf  ·  Jul 3, 2026
Android · Android Jetpack
Room 3.0 lands in a new `androidx.room3` Maven group, drops KAPT and `SupportSQLite` from the main API, and requires KSP and coroutines — all to make Kotlin Multiplatform the first-class target.
黄林晴  ·  Jul 3, 2026
Android
Wrapping a suspend call in `runBlocking` inside a `synchronized` block breaks coroutine suspension, blocks the calling thread, and can cause ANRs on Android.
潜龙勿用之化骨龙  ·  Jul 2, 2026
Frontend
An advanced health-tracking app built by a single front-end engineer hit #48 on the China App Store download charts after just one week.
神奇的程序员  ·  Jul 2, 2026
Frontend · Backend · Artificial Intelligence
Git worktrees let a single repository host multiple independent working directories, each on its own branch, so AI coding tools can run parallel tasks without stepping on each other's context or uncommitted code.
阳光是sunny  ·  Jul 2, 2026
Artificial Intelligence · Open Source · News
obsidian-skills is a set of five Agent Skill files, written by Obsidian CEO Steph Ango, that teach AI coding tools the proprietary syntax — wikilinks, embeds, callouts, Properties — they otherwise get wrong when writing into a vault.
冬奇Lab  ·  Jul 2, 2026
Architecture · Artificial Intelligence · Programmer
A unified architecture for AI agents maps every component—perception, brain, memory, tools, and skills—directly onto human cognition, with the MLLM as the central CPU running four distinct thinking loops.
ethantan  ·  Jul 2, 2026
Frontend · JavaScript
A single-file Cesium dashboard renders 3D parabolic arcs, flowing Canvas particles, and breathing glow lines to connect fire sources with nearby resources like water points and airports.
尘世中一位迷途小书童  ·  Jul 2, 2026
Artificial Intelligence
Claude Fable 5, Anthropic's strongest public model, was globally shut down three days after launch by a US export control order triggered by a minor jailbreak. It returned 18 days later with a new safety classifier that downgrades flagged requests to Opus 4.8, introducing false positives on routine coding tasks.
AGIPlayer  ·  Jul 2, 2026
AIGC
A production RAG pipeline for SMEs that treats retrieval as the core engineering challenge, with hybrid search, automatic rerank degradation, and a full evaluation loop.
一只牛博  ·  Jul 2, 2026
Backend · Database
KingbaseES's ksql client replaces MySQL's per-statement `\G` with session-level meta-commands that toggle vertical display, auto-expansion, timing, border styles, and in-session file redirection.
一只牛博  ·  Jul 2, 2026
Frontend · Vue.js · Architecture
A Vue.js login page reaches sub-500ms first-screen loads by combining dynamic UI imports, a lean manual chunk strategy, and Nginx Gzip.
锋行天下  ·  Jul 2, 2026
Frontend · Backend
Combining Windows Terminal, Cmder, and Starship with a Nerd Font-aware prompt and Rust-powered CLI tools produces a Windows command-line experience on par with macOS.
非洲农业不发达  ·  Jul 2, 2026
Frontend · AI Programming
Heavy AI coding assistance accelerates delivery but introduces fragile failure boundaries that traditional manual coding naturally guarded against.
玄星啊  ·  Jul 2, 2026
Agent · Database · Big Data
Agent engineering has entered a third phase, Harness Engineering, where the scaffolding around a model determines cost, stability, and correctness more than the model itself. The only way to know if a Prompt change, tool swap, or model upgrade actually improved an Agent is to store and analyze the full execution trace.
Databend  ·  Jul 2, 2026
Artificial Intelligence
A large language model is a contextual probability machine that converts text into tokens, maps them to semantic vectors, processes them through stacked attention layers, and predicts the next token one step at a time.
东风破_  ·  Jul 2, 2026
Trae
A new integration between BytePlus's TRAE Work IDE and its Pages hosting service collapses the path from natural-language prompt to deployed, globally-accessible webpage into a single conversation.
TRAE_ai  ·  Jul 2, 2026
Frontend · Backend · AI Programming
AI engineering has moved from single-point prompts to autonomous loops, and the next frontier is the "Field" — an ecosystem where multiple agents collaborate, evolve, and align with business value through social contracts rather than master-slave hierarchies.
程序me  ·  Jul 2, 2026
Frontend · JavaScript · AI Programming
A developer used Codex to refactor a sprawling 3,000-line form engine over a weekend, only to discover that the speed of AI-driven change itself became an act of professional disrespect.
kyriewen  ·  Jul 2, 2026
Backend · Go
Go compiles to a single static binary with no external runtime, ships with 25 keywords, and uses goroutines for lightweight concurrency — a first-chapter walkthrough covers installation, toolchain setup, and the mandatory `package main` entry point.
小满zs  ·  Jul 2, 2026
Backend · Java · Programmer
Well-factored methods turn a complex order-placement routine into a plain-English checklist of steps, making the core business flow visible at a glance.
SamDeepThinking  ·  Jul 2, 2026
Frontend · Backend · JavaScript
Bun's built-in S3Client talks to any S3-compatible object store — including Alibaba OSS, Tencent COS, and Huawei OBS — with a single API and no SDK dependencies.
半刻纬度  ·  Jul 2, 2026
Backend · Go
NSQ is a decentralized, push-based message queue written in Go that trades Kafka's partition ordering and persistence guarantees for zero-dependency deployment and sub-millisecond latency.
左诗右码  ·  Jul 2, 2026
Android · Android Studio · Android Jetpack
XLog uses mmap and optional AES encryption to write Android logs without I/O stalls, and unlike Logan, it ships a standalone Python decoder so you can read your own files without standing up a server.
李斯维  ·  Jul 2, 2026
Testing · AIGC · LLM
A vision-language model replaces brittle element locators with a screenshot-to-execution loop, letting a single JSON script run and self-heal on three mobile platforms without modification.
得物技术  ·  Jul 2, 2026
AI Programming · Interview · Agent
A developer walks into an Alibaba interview armed with deep, hands-on knowledge of LangGraph4j, MCP, and Multi-Agent architectures, then flips the script by asking the interviewer how their team actually implements these technologies.
沉默王二  ·  Jul 2, 2026
Backend · Artificial Intelligence · Developers
Anthropic is issuing mass account bans for Claude Code, hitting legitimate paying subscribers without warning and providing a broken appeal process that redirects users in an endless loop.
cxuanAI  ·  Jul 2, 2026
AI Programming · OpenAI · AIGC
Gradio and Streamlit turn backend AI agents into interactive products with streaming output, visual debugging for tool calls and reasoning chains, and built-in feedback collection for RLHF data.
怕浪猫  ·  Jul 2, 2026
Backend · Frontend · JavaScript
A complete AI-powered goal-execution app—user client, API, admin panel, and AI integration—was built solo using Codex, turning a vague idea into a shipped product.
有趣的老凌  ·  Jul 1, 2026
Programmer
A `CLAUDE.md` file in the project root gives Claude Code a persistent, auto-loaded rulebook for tech stack, coding standards, and file constraints, eliminating repetitive prompting.
mONESY  ·  Jul 1, 2026
Backend
RapidOCR converts PaddleOCR models to ONNX format, cutting per-image processing time from roughly 5 seconds on an Apple M1 to a fraction of that without a GPU.
勇哥Java实战  ·  Jul 1, 2026
Frontend · AI Programming · Claude
Anthropic released Claude Sonnet 5 as the default model and launched Claude Science, an AI platform for automated drug discovery, while its valuation reached $965 billion.
kyriewen  ·  Jul 1, 2026
Frontend · Uni-app · WeChat Mini Program
Wot UI 2.2.0 ships a new `subtle` button variant that sits between soft and outlined, full-screen video preview support, and a critical fix that stops hidden form fields from blocking validation.
不如摸鱼去  ·  Jul 1, 2026
Database
A single B-Tree index on a 2-million-row table drops a query from 88 ms to 0.032 ms, but implicit casts, functions on columns, and high-selectivity scans can still force the optimizer into a full table scan.
倔强的石头_  ·  Jul 1, 2026
Frontend · CSS
A handful of modern CSS properties—object-fit, overscroll-behavior, text-wrap, isolation, :has(), and @container—eliminate common hacks for image distortion, scroll chaining, orphaned text, z-index wars, and component-level responsiveness.
大前端历险记  ·  Jul 1, 2026
Backend
LangChain4j and LangGraph4j are not competitors but complementary layers: one provides unified model access and tool calling for Java, the other adds stateful, multi-agent graph orchestration with checkpoint recovery.
苏三说技术  ·  Jul 1, 2026
AI Coding · OpenAI · AIGC
A side-by-side test pits Step 3.7 Flash, Qwen3.6-flash, and MiniMax M3 against two real business tasks: extracting logic from a flowchart and pulling structured data from an invoice.
猫猫头啊  ·  Jul 1, 2026
Frontend · Android
GPSSimulate is a Kotlin and Compose Android app that uses the official LocationManager Test Provider to spoof GPS and network location, built to preview city-restricted content in rental apps.
石山岭  ·  Jul 1, 2026
Frontend · JavaScript · Interview
More than half of JavaScript async bugs come from the same eight patterns: serial loops, swallowed errors, missing awaits, and uncontrolled concurrency.
kyriewen  ·  Jul 1, 2026
Backend · Vue.js · Open Source
CyberVerse is an open-source framework that turns a single photo into an interactive AI avatar capable of real-time video calls, offline video generation, and task execution via a modular agent system.
稀土熊猫君  ·  Jul 1, 2026
Backend
Huolala's AI-native fund-loss prevention system uses a data flywheel, model distillation, and multi-agent adversarial checks to automatically keep financial reconciliation rules from decaying.
货拉拉技术  ·  Jul 1, 2026
Android · Android Jetpack · Architecture
Compose's Side Effect APIs — LaunchedEffect, DisposableEffect, rememberCoroutineScope, SideEffect, and rememberUpdatedState — form a lifecycle-aware execution model that replaces imperative onCreate/onResume/onDestroy patterns with declarative, key-driven scheduling.
杉氧  ·  Jul 1, 2026
Frontend
A lightweight React library, render-promise, turns modal dialogs into awaitable Promises, eliminating scattered visible state and callback chains in complex enterprise UIs.
灏仟亿前端技术团队  ·  Jul 1, 2026
AI Programming
LongCat-2.0 is a 1.6-trillion-parameter MoE model trained entirely on a domestic 50,000-card cluster, natively supporting 1M-token context and optimized for code and agent tasks at a fraction of the cost of Western flagships.
ZJPRENO  ·  Jul 1, 2026
Claude · AI Coding
After six months with Claude Code's Skill ecosystem, a developer cut 50 installed modules down to 20 that actually reduce friction. The rest were pure prompt wrappers, too narrow, too complex to set up, or dangerously autonomous.
码哥字节  ·  Jul 1, 2026
Frontend · Developer
AI now handles the bulk of frontend coding, but 46% of developers distrust its output. The premium skill is no longer writing code — it is judging correctness, designing guardrails, and taking responsibility for what ships.
纯爱掌门人  ·  Jul 1, 2026
Artificial Intelligence
Marvis is an OS-level AI agent from Tencent that controls your desktop through six specialized sub-agents, handling file operations, app management, browser tasks, and system settings via natural language.
吾鳴  ·  Jul 1, 2026
OpenAI · AI Programming · Agent
QoderWork CN is a desktop agent that controls browsers, local files, and apps through natural language, with specialized workbenches for design, writing, and slides that output production-ready code.
沉默王二  ·  Jul 1, 2026
Frontend · Backend
Alibaba's QoderWork is the first Chinese AI coding tool to ship a Computer Use connector on Windows, letting an agent click, type, and automate desktop tasks directly.
万少  ·  Jul 1, 2026
Kotlin
A new `web/web-compose` module has landed in the AndroidX main branch, pointing toward an official Compose component for displaying web pages.
黄林晴  ·  Jul 1, 2026
Kotlin · Android
Amper has been retired and absorbed into Kotlin Toolchain 0.11, a single `kotlin` CLI that handles project creation, building, testing, publishing, and C interop without Gradle.
RockByte  ·  Jul 1, 2026
Frontend · Data Visualization · Three.js
A React + TypeScript scaffold separates dashboard layout, routing, theming, and persistence from chart components, letting teams assemble and export production-ready visualization screens through a visual editor.
柳杉  ·  Jul 1, 2026
JavaScript
Bun v1.3.12 bundles a native WebView API that captures screenshots, runs page JavaScript, and simulates OS-level user input without installing a browser or driver.
半刻纬度  ·  Jul 1, 2026
Android
A concrete Android architecture replaces event buses with Repository-backed state flows, ViewModel composition, and Compose observation to handle login, badges, themes, and snackbars across pages.
潜龙勿用之化骨龙  ·  Jun 30, 2026
Backend
NetBird is an open-source overlay network platform built on WireGuard that creates a virtual LAN across any devices, prioritizing P2P direct connections and falling back to TCP relay when NAT traversal fails.
GetcharZp  ·  Jun 30, 2026
AI Coding
A curated set of seven Agent Skills — from React best practices and headless browsers to SEO audits — installs directly into Cursor and Claude Code, giving AI agents on-demand access to specialized rules without bloating every project.
Warson_L  ·  Jun 30, 2026
AIGC · AI Programming · Artificial Intelligence
A pipeline-first breakdown of the AI development stack—from training and fine-tuning through model formats, loading libraries, inference optimization, and deployment—that maps every major tool to its correct stage and the engineering role responsible for it.
吴佳浩Alben  ·  Jun 30, 2026
Artificial Intelligence
Heavy AI users can cut token consumption dramatically by combining session discipline, model-tier routing, and context-compression tools like Headroom and codebase-memory-mcp.
码农胖大海  ·  Jun 30, 2026
Artificial Intelligence · AIGC · Agent
A solo operator selling virtual goods on Xiaohongshu automated the entire wallpaper production chain—from market research to generating iPhone mockups—using a chain of custom AI Skills.
后端小肥肠  ·  Jun 30, 2026
Frontend
A frontend team with zero machine learning background used AI to generate a complete PyTorch CNN pipeline, solving severely distorted captchas in half an hour.
转转技术团队  ·  Jun 30, 2026
Backend · Developer · Artificial Intelligence
An XML-wrapped prompt that asks a model to read and echo its internal "Juice" number has become an unofficial litmus test for GPT-5.6 Sol access on Codex.
cxuanAI  ·  Jun 30, 2026
Artificial Intelligence
DeepSeek V4 will introduce peak/off-peak pricing in mid-July, doubling API costs during Beijing business hours. The move signals a shift from subsidized access to managed compute as a utility.
程序员烟斗  ·  Jun 30, 2026
JavaScript · Frontend
A local AI coding assistant built entirely in JavaScript uses Hugging Face transformers for zero-cost embeddings and DeepSeek for reasoning, answering questions from private project docs without any Python or external vector databases.
你心里的于晏  ·  Jun 30, 2026
AI Programming · AIGC · OpenAI
A head-to-head test of four Chinese LLMs on a real-world code-testing agent task shows Flash-tier models deliver 90% of Pro-tier quality at half the cost, with Step-3.7-Flash emerging as the best balance of speed, cost, and stability.
猫猫头啊  ·  Jun 30, 2026
Agent · Frontend
A structured interview-prep compendium covering multi-model orchestration, context governance, skill systems, SSE streaming internals, and Coding Agent architecture—complete with runnable demos and deep-dive Q&A simulations.
一tiao咸鱼  ·  Jun 30, 2026
Architecture · Algorithm · Artificial Intelligence
Dewu's recommendation team built an AI Harness that governs the entire Plan-Do-Check-Act cycle, not just code generation, to make AI produce within business boundaries and quality standards.
得物技术  ·  Jun 30, 2026
Frontend · Backend · Architecture
Chinese tea chain Guming is running a direct-hire push for frontend, backend, QA, and product positions at its Hangzhou office.
古茗前端团队  ·  Jun 30, 2026
Frontend · AI Programming
A scenario-based Prompt library turns vague AI requests into structured templates that enforce tech stack, state handling, file structure, and acceptance criteria, making generated code immediately integrable into real projects.
Yue的AI工坊  ·  Jun 30, 2026
Frontend · DeepSeek · AI Programming
DeepSeek's V4 Pro and Flash APIs now cost twice as much during peak traffic, ending the ultra-cheap pricing that won it market share.
kyriewen  ·  Jun 30, 2026
Frontend · Backend · Interview
Next.js 16.3 introduces Instant Navigations, which decompose server-rendered pages into a prefetched shell, cached blocks, and streamed data to deliver SPA-speed transitions without abandoning server components.
Moment  ·  Jun 30, 2026
Artificial Intelligence · Architecture · Frontend
A step-by-step build of an AI agent that autonomously calls tools, streams its output, remembers conversation context, and exposes its internal reasoning through Extended Thinking.
没落英雄  ·  Jun 30, 2026
Frontend · Backend · Programmer
DeepSeek announced a plan to at least double every department's headcount, listing 33 roles across 7 categories and explicitly accepting interns for all positions while refusing to hire any sales, marketing, or PR staff.
CodeSheep  ·  Jun 30, 2026
Frontend · Android · Flutter
Amper is dead as a standalone project. JetBrains has absorbed it into the Kotlin Toolchain, creating a single `kotlin` CLI that builds, tests, and publishes Kotlin projects without touching Gradle scripts.
恋猫de小郭  ·  Jun 30, 2026
Frontend · JavaScript
JavaScript's `ArrayBuffer`, `TypedArray`, and `DataView` provide a unified way to parse and manipulate raw binary data directly in the browser, turning a single memory block into multiple overlapping views.
云浪  ·  Jun 30, 2026
Flutter · Frontend
Flutter's path_provider package uses four completely different strategies to locate app directories on Android, iOS/macOS, Linux, and Windows — from JNI calls to pure Dart environment-variable reads.
张风捷特烈  ·  Jun 30, 2026
Swift · SwiftUI · Artificial Intelligence
The Swift Package Index is now part of Apple, and the Swift compiler no longer requires a C++-only host toolchain to build. Together, these moves signal a deliberate push to complete Swift's ecosystem infrastructure.
东坡肘子  ·  Jun 29, 2026
Artificial Intelligence · AI Programming
The Model Context Protocol, Anthropic's 2024 standard for connecting AI to external tools, is being quietly abandoned in favor of plain command-line interfaces. CLI's text-in/text-out model requires no handshakes, no JSON-RPC, and no state management, while tapping into hundreds of thousands of existing tools.
web_Leon  ·  Jun 29, 2026
Frontend · React.js
Front-end routing maps browser URLs to components without a page refresh, and the two standard implementations — hash and history — each come with distinct trade-offs in aesthetics, server configuration, and compatibility.
许我半盏清茶  ·  Jun 29, 2026
AIGC · Artificial Intelligence · E2E
Chrome's official chrome-devtools MCP server lets AI agents drive the browser directly, cutting token consumption by several multiples versus Playwright MCP on identical test flows.
三金得鑫  ·  Jun 29, 2026
AI Programming · AIGC
Flash-tier LLMs have split from Pro models into a distinct category optimized for high-frequency, multi-turn agent tasks where stability and cost matter more than peak reasoning. A hands-on comparison of Step 3.7 Flash, DeepSeek V4 Flash, Gemini 3.5 Flash, and Qwen3.6 Flash across real coding and code-reading jobs shows that total agent cost depends more on rework and tool-call failures than on per-token pricing.
猫猫头啊  ·  Jun 29, 2026
AI Coding · Claude · Frontend
A self-built web workbench wraps Claude Code's CLI agent into a browser interface with streaming text, tool-use cards, and human-in-the-loop permission approval.
我不是外星人  ·  Jun 29, 2026
Frontend
Docker packages an application's entire runtime environment into a portable image, then launches isolated instances called containers from that template.
lcy453  ·  Jun 29, 2026
Frontend · JavaScript · TypeScript
A field guide to the ten most common TypeScript compiler errors, explaining why the type system rejects your code and how to fix each one quickly.
kyriewen  ·  Jun 29, 2026
JavaScript
A C++ project implements a minimal but complete JavaScript engine pipeline—from source code to runtime execution—as a structured, testable foundation before tackling bytecode compilation and garbage collection.
free35  ·  Jun 29, 2026
Backend · MCP
The Model Context Protocol replaces the M×N integration nightmare between AI clients and tools with a universal socket pattern, letting a single agent read files, run tests, and spin up databases across your local stack.
ServBay  ·  Jun 29, 2026
AIGC
RAG has cooled from a universal AI solution to a niche retrieval component as Agent, Skill, and MCP architectures take over complex business automation.
洞窝技术  ·  Jun 29, 2026
Frontend · GitHub · JavaScript
A new open-source mind-mapping SDK, styled like Xmind, integrates into any web app in minutes with a few lines of vanilla JavaScript.
徐小夕  ·  Jun 29, 2026
Claude · Agent · Interview
AGENTS.md is an open standard for giving AI coding agents project-specific rules, build commands, and coding conventions. Unlike a README written for humans, it tells the agent exactly how to work in a repo, and maintaining it prevents repetitive prompting, context bloat, and broken builds.
洛卡卡了  ·  Jun 29, 2026
Frontend
A practical guide to choosing and implementing front-end multi-repo management strategies, comparing Monorepo and Multi-repo architectures with hands-on tooling for pnpm Workspaces, Turborepo, NX, and Lerna.
前端嘿起  ·  Jun 29, 2026
Backend
FastAPI has become Python's fastest-growing web framework by replacing the synchronous WSGI protocol with ASGI, an async event loop that handles thousands of concurrent connections without thread-per-request overhead.
苏三说技术  ·  Jun 29, 2026
Uni-app · Video Playback · Alibaba Cloud VOD · WebView · Encrypted Video · Frontend Solution
Alibaba Cloud's private video encryption forces playback through a WebView SDK, but uni-app's native WebView component cannot be embedded inline on iOS or Android. Four compromise architectures trade off security, inline placement, and engineering cost.
时光足迹  ·  Jun 29, 2026
AIGC · Artificial Intelligence
An open-source skill injects 20+ verified hand-drawn art styles into any image-generation prompt without overriding composition, layout, or subject details.
threerocks  ·  Jun 29, 2026
Frontend · Backend · Programmer
Using AI to finish three days of work in one day feels like safety, but it often just accelerates a treadmill of disposable output. The real divide is between those who treat AI as a task-completion tool and those who use it to build reusable processes and sharpen irreplaceable judgment.
东东拿铁  ·  Jun 29, 2026
Frontend · Electron · Rust
Desktop framework marketing has collapsed engineering judgment into two numbers: bundle size and cold-start time. The harder problems—code signing, crash collection, cross-platform WebView quirks, and long-term maintainability—don't fit on a bar chart.
mCell  ·  Jun 29, 2026
Vue.js · JavaScript
The Vite ecosystem is consolidating into a single, unified toolchain that both humans and AI coding agents can use to scaffold, test, build, and deploy full-stack applications.
裕波  ·  Jun 29, 2026
Frontend · JavaScript · AI Programming
A six-month optimization spree of prompts, agents, and workflows was undone by a single hardware swap: a 1080p monitor was the real drag on AI coding throughput.
kyriewen  ·  Jun 29, 2026
Vue.js · Frontend · TypeScript
A Vite virtual-module plugin groups Lucide's 1,700+ icons into five alphabetically-ranged chunks, letting an icon picker load everything while normal pages fetch only the chunk that matches the icon's first letter.
妙码生花  ·  Jun 29, 2026
AI Coding · Claude
ponytail is a Claude Code plugin that inserts a seven-step judgment ladder before an AI agent writes any code, cutting output by an average of 54% while keeping security guardrails intact.
ZzT  ·  Jun 29, 2026
Android · Coding Standards · Programmers
Android teams are finding tech-improvement tickets permanently sidelined as management demands hard ROI data and product managers gatekeep every requirement.
Coffeeee  ·  Jun 29, 2026
Frontend · React.js · React Native
React's reconciler never touches a DOM or native API directly — it talks to a HostConfig interface that each renderer implements. The same reconciler source compiles into react-dom, react-native, and the noop test renderer by swapping that one module at build time.
老王以为  ·  Jun 29, 2026
Frontend · WeChat Mini Program
AI Gift Ledger digitizes the Chinese tradition of recording monetary gifts at weddings and family events, using voice input and photo recognition to log entries and send reminders when it's time to reciprocate.
蜗牛前端  ·  Jun 29, 2026
Backend · Architecture · Artificial Intelligence
Claude Code is not a chatbot in a terminal; it is an agent runtime built on six core abstractions—Query Loop, Tool System, Tasks, State, Memory, and Hooks—that turn the model into a tool-orchestrating feedback loop.
cxuanAI  ·  Jun 29, 2026
Frontend · AI Programming · CI/CD
A Python Flask service listens for GitLab merge requests, pulls the diff, sends it to an LLM with team-specific rules, and posts structured feedback directly into the MR comment thread.
雨夜寻晴天  ·  Jun 29, 2026
Frontend
A UIKit feed project stabilizes scrolling, cold starts, and memory by combining SQLite-backed data caching, cost-based LRU image caching with RunLoop-idle decoding, request deduplication, and a memory-guard that cancels in-flight work on warning.
大龄秃头程序员  ·  Jun 29, 2026
Frontend · Backend · Artificial Intelligence
Mofa Nebula's embodied driving SDK streams lightweight motion and voice parameters to a browser, rendering a full 3D avatar that speaks, gestures, and reacts in real time. A single JS library handles TTS, lip-sync, state switching, and interruption, turning a DeepSeek-backed chatbot into a talking, interruptible digital companion.
石小石Orz  ·  Jun 29, 2026
Android · Kotlin
Kotlin's map, filter, flatMap, groupBy, and zip all follow the same internal architecture: a public inline function preps a destination collection, then delegates to a *To variant that does the real work.
RockByte  ·  Jun 29, 2026
Agent · Node.js · Frontend
Zhitalk is a new open-source AI Agent that runs locally as an npm package, bundling tools, skills, memory, subagents, and MCP-server support into a single terminal-based assistant.
双越AI_club  ·  Jun 29, 2026
DeepSeek · Agent · AI Programming
DeepSeek is hiring across 36 roles after a $7B funding round, and 80% of the job descriptions now require Agent-related skills—from backend streaming architectures to sandboxed execution environments.
沉默王二  ·  Jun 29, 2026
GitHub · Open Source
Issue #123 of HelloGitHub rounds up 38 open-source projects, from a sub-second cold-start VM manager in Rust to a Python web scraper that adapts when sites change their layout.
HelloGitHub  ·  Jun 29, 2026
JavaScript · Vite · Frontend
Vite 8.1 introduces an experimental bundled dev mode that cuts startup time by 15x. Babel 8.0 drops CommonJS and defaults to ES2023, while Rspack 2.1 adds a Rust-based React compiler.
晓得迷路了  ·  Jun 29, 2026
Frontend · AI Programming · Artificial Intelligence
A production AI agent is not a prompt loop with tool access. It needs a state machine, hybrid search, memory layering, guardrails, trace logging, and a recovery plan — and the spec for each can be generated by an LLM if you ask it the right way.
恋猫de小郭  ·  Jun 29, 2026
Agent
Spec-Driven Development (SDD) replaces ad-hoc AI coding with a structured workflow where Spec, Design, and Task documents define boundaries before a single line of code is written. Tools like OpenSpec, combined with layered Skills, AGENTS.md, and Hooks, turn soft conventions into hard constraints that AI agents must follow.
古茗前端团队  ·  Jun 29, 2026
Android
Main-safe means the UI layer calls any suspend function from the main thread without knowing or caring about IO, threads, or blocking. It's an architectural contract, not a coroutine trick.
潜龙勿用之化骨龙  ·  Jun 28, 2026
Database · DBA · AI Programming
DBX is an open-source database client built with Tauri and Rust that manages 50+ database types from a 15 MB installer, with a built-in AI SQL assistant and an MCP server that lets AI coding agents query your databases directly.
程序员晓凡  ·  Jun 28, 2026
Frontend · Backend · AI Programming
A tracing and LLM-driven inspection loop automatically classifies AI agent errors, identifies Harness bugs, and generates fix PRs—without a developer touching the code until review.
谭sir  ·  Jun 28, 2026
Interviews · Frontend · Architecture
A lightweight Vue 3 plugin captures route transitions, clicks, JS errors, and slow API calls into a breadcrumb trail, then flushes batches via sendBeacon — no heavy RUM SDK required.
阳光是sunny  ·  Jun 28, 2026
Java
A Java flash sale system uses `Semaphore` permits and `tryAcquire` timeouts to safely handle 100 concurrent buyers fighting over 30 items, with automatic inventory rollback on payment timeout.
鹤望兰675  ·  Jun 28, 2026
Artificial Intelligence · Programmer · Interview
DSpark is a speculative decoding module that wraps DeepSeek V4, delivering 60–85% faster single-user generation and up to 400% higher throughput with zero accuracy loss.
蝎子莱莱爱打怪  ·  Jun 28, 2026
AI Coding · Frontend · Agent
CLI and MCP solve different problems for AI coding agents: one is a direct execution interface, the other a pre-loaded capability catalog that shapes planning and context cost.
JacksonChen  ·  Jun 28, 2026
Backend · Go
A production-proven Go tile service uses libvips's on-demand random access and JPEG shrink-on-load to serve gigapixel images with under 1MB per tile, statically compiled into a single binary.
GetcharZp  ·  Jun 28, 2026
Backend · Frontend
Ponytail injects a 7-level decision ladder into an AI agent's system prompt, forcing it to justify every line of code from "does this need to exist?" down to "fine, write the minimum."
也无风雨也雾晴  ·  Jun 28, 2026
Spring Cloud · Java
Spring Cloud Gateway centralizes microservice traffic through a three-part pipeline: routes define targets, predicates filter requests, and filters mutate headers and responses.
吃饱了得干活  ·  Jun 28, 2026
Next.js · Frontend · Frontend Framework
Skyplume is a Next.js 15 blog template extracted from a production site, shipping with MDX, RSS, local search, and Lighthouse scores of 100 across Performance, Best Practices, and SEO.
薛定喵的谔  ·  Jun 28, 2026
Android · Android Jetpack · Architecture
Android's dominant GUI architectures—MVC, MVP, and MVVM—each solved the pain points of their predecessor, from the chaos of no architecture to the data-driven UIs of today. The same demo app, built three ways, shows exactly where each pattern shines and where it breaks.
李斯维  ·  Jun 28, 2026
Frontend · JavaScript · Node.js
Swapping a real project from Node.js to Bun 1.2 takes about 20 minutes and cuts install times from 60 seconds to under 5, while eliminating dotenv, ts-node, and nodemon dependencies.
kyriewen  ·  Jun 28, 2026
Artificial Intelligence
A practical framework for designing AI Skills that moves beyond prompt engineering into system architecture, with hard gates, mini-loops, and on-demand script families that let models shuttle between deterministic and judgment-based work.
雨落Liy  ·  Jun 28, 2026
Backend · OpenAI
Feishu's open-source lark-cli embeds a complete architecture—command layering, structured errors, identity resolution, and security guardrails—designed from the first line of code for both human and AI Agent callers.
也无风雨也雾晴  ·  Jun 28, 2026
Artificial Intelligence · LLaMA · Agent
llama.cpp b9754 introduces an Aho-Corasick parser in common/peg to fix a subtle boundary mismatch between grammar generation and parsing that caused occasional XML tool call failures in Agent workflows.
武子康  ·  Jun 28, 2026
Frontend · Backend · Programmer
Most people aren't making money from AI — they're making money for AI companies. The real edge isn't prompt skill but business depth and the courage to bet.
勇宝趣学前端  ·  Jun 27, 2026
JavaScript
An AI Loop automates the generate-check-repeat cycle, removing the human from the role of prompt-tweaking controller and turning them into a rule designer.
默_笙  ·  Jun 27, 2026
Backend · Programmer · Artificial Intelligence
OpenAI released GPT-5.6 in three tiers — Sol, Terra, and Luna — alongside new `max` and `ultra` reasoning modes, benchmark gains in coding and cybersecurity, and a multi-layered safety system that can pause generation and flag accounts.
cxuanAI  ·  Jun 27, 2026
Android · Android Jetpack · Kotlin
Remote Compose replaces the messy, brittle ways Android Automotive apps share UI with a clean "bytes in, integers out" contract — and a PoC proves it works alongside legacy Views and TaskView on the same screen.
稀有猿诉  ·  Jun 27, 2026
Frontend
A stealth refactor replaced a 2016 jQuery frontend with Vue 3 and TypeScript over three weekends, cutting load times from 4.2s to 0.8s while keeping the DOM, URLs, and even bugs identical.
奶油mm  ·  Jun 27, 2026
Java · Functional Programming
Consumer, Supplier, Function, and Predicate form the backbone of Java's functional programming model, and every Stream operation delegates to one of them.
狼爷  ·  Jun 27, 2026
Backend
A 1.3B-parameter open-source TTS model from NetEase Youdao enables zero-shot voice cloning on local hardware, with 14-language support and Apache 2.0 licensing.
苍何  ·  Jun 27, 2026
AIGC · AI Programming
CC Switch v3.16.1 brings point-and-click management for AI coding Skills, reusable prompts, and cross-tool session history, using symlinks so a single Skill source file works across Claude, Codex, and other agents.
小溪彼岸  ·  Jun 27, 2026
Frontend
A production bug caused 30% of user avatars to show the default image because `||` treated empty strings as 'no avatar' — a classic JavaScript falsy-value gotcha that `??` would have avoided.
Csvn  ·  Jun 27, 2026
Frontend · OpenAI · GPT
OpenAI releases GPT-5.6 the day after White House restrictions, Apple raises Mac and iPad prices by 20% due to chip shortages, and global tech stocks crash as the chip crisis hits consumers directly.
kyriewen  ·  Jun 27, 2026
Backend
wing-app is a clone-and-go Zig web service skeleton that layers controllers, services, and repositories over a MySQL database, with built-in session auth and OpenAPI doc generation derived from handler signatures.
唐青枫  ·  Jun 27, 2026
Frontend · Interview · Bun
Bun is an all-in-one JavaScript toolchain with its own runtime, not a drop-in package manager like pnpm or npm. Understanding the four generations of JS package management clarifies when to use each.
Worlds  ·  Jun 26, 2026
Flutter · Client-Side Development · AI Programming
Flutter 3.44 has shipped three patches in a month, but SwiftPM migration and plugin chaos mean production teams should stay on 3.41.9.
程序员老刘  ·  Jun 26, 2026
Artificial Intelligence
AI design isn't one tool; it's a relay race. This breakdown maps the exact roles, costs, and boundaries of Figma MCP, Claude Design, Codex, and Google Stitch, and lays out a 6-step workflow for getting production-ready output without burning tokens.
Shockang  ·  Jun 26, 2026
Frontend · Webpack
A developer quietly cut a legacy React project's build time by 90% over a weekend, using Webpack 5 caching, loader scoping, and a stealthy migration to Rspack — then had to explain it all to three other teams.
柯克七七  ·  Jun 26, 2026
Frontend · JavaScript · React.js
A 50-line hand-written router class reveals that React Router's core is just an event-driven URL-to-handler mapping table, with hash and history modes differing only in which browser event they listen to.
kyriewen  ·  Jun 26, 2026
Frontend · JavaScript
A deep dive into building a Vue3 flowchart editor from scratch, covering node dragging with multi-select, Bezier curve connections with snapping, rectangular box selection, and infinite canvas with auto-scroll.
CoderWeen  ·  Jun 26, 2026
Frontend
Rspack 2.1 delivers a Rust-native React Compiler that benchmarks 7-13x faster than the Babel-based approach, plus TypeScript 7 support, branch-aware tree shaking, and a growing ecosystem of Rust-native tools.
WebInfra  ·  Jun 26, 2026
Artificial Intelligence
Tool Use turns LLMs from word-guessing machines into agents that call APIs, query databases, and manipulate files — through a three-stage pipeline of cognitive implantation, intent recognition, and code intervention.
Oo920  ·  Jun 26, 2026
Backend
Agent Tool engineering is shifting from simple function calling to a multi-layered system of intent routing, capability registries, and policy engines. The core insight: the model suggests actions, but the Runtime controls which tools are visible, who executes them, and how results feed back into reasoning.
lizhongxuan  ·  Jun 26, 2026
Backend · Python
A curated list of 9 Python libraries — from file monitoring to audio processing to task scheduling — that cut out the boilerplate and let teams focus on real logic.
ServBay  ·  Jun 26, 2026
JavaScript · Frontend · Canvas
A hands-on walkthrough takes Canvas from basic rectangles through a full airplane shooter built with Vibe Coding, then contrasts imperative drawing with ECharts' declarative data visualization.
Asize  ·  Jun 26, 2026
Frontend · Vue.js · Architecture
A developer manually configured Vite's chunk splitting and watched first-screen load time jump from 800ms to 7.5 seconds — a cautionary tale that Vite's defaults are smarter than most manual tweaks.
锋行天下  ·  Jun 26, 2026
Artificial Intelligence · AIGC · Agent
A former programmer turned solo creator built a semi-automated pipeline for viral 'Life Scenario' videos, cutting per-video cost from over 10 RMB to under 3 RMB by swapping Coze for a Codex Skill backed by an Obsidian knowledge base.
后端小肥肠  ·  Jun 26, 2026
JavaScript · Frontend
A two-pass algorithm using Map or reduce converts flat backend data into nested trees in O(n) time — no recursion required.
默_笙  ·  Jun 26, 2026
Agent · AI Programming · MCP
Huajiao Technology's engineering team details why moving enterprise Agents from chat to reliable execution requires a three-layer architecture of Skill, CLI, and Gateway, not just MCP or temporary tool integrations.
花椒技术  ·  Jun 26, 2026
Frontend · JavaScript · Interview
The White House has ordered OpenAI to restrict GPT-5.6's release, requiring a 30-day government review before public rollout. This marks a new era where frontier AI models face government approval gates.
kyriewen  ·  Jun 26, 2026
Database
A developer runs 12 rows of test data through every common WHERE condition — equality, LIKE, IN, NULL, GROUP BY, HAVING — and finds that case sensitivity, NULL handling, and parentheses all behave differently than habit assumes.
一只牛博  ·  Jun 26, 2026
Frontend · AI Programming · AIGC
Four protocols — MCP, A2A, AG-UI, and A2UI — are forming the de facto standard stack for agentic software in 2026, each handling a distinct layer: tools, agent-to-agent collaboration, frontend synchronization, and declarative UI generation.
threerocks  ·  Jun 26, 2026
Artificial Intelligence · AI Programming · Programmer
Two everyday analogies—eating and skewers—explain what tokens are, how context windows work, and why token efficiency matters for cost and model performance.
Coffeeee  ·  Jun 26, 2026
Artificial Intelligence · AI Programming · Machine Learning
A Chinese developer's workflow combines HyperFrames for quick HTML-to-MP4 rendering, Remotion for React-based fine animation, and Git for version control, enabling AI to auto-generate 100 polished videos daily.
饼干哥哥  ·  Jun 26, 2026
Frontend · Chrome · Browser
A step-by-step guide to building a Chrome extension that saves selected text from any webpage, covering manifest, content scripts, popups, and background workers.
牛奶  ·  Jun 26, 2026
AIGC · AI Programming · OpenAI
Microsoft is canceling internal Claude Code licenses for nearly 100,000 engineers, citing unsustainable token costs — a sign that AI's usage-based pricing is breaking the traditional software subscription model.
牛奶  ·  Jun 26, 2026
Agent · Claude · LLM
Claude Code Router (CCR) is a local gateway that translates Anthropic's API format into OpenAI-compatible calls, letting developers run Claude Code's CLI on local Ollama models or cloud APIs like DeepSeek.
前端君  ·  Jun 26, 2026
Frontend
A Cocos developer reverse-ports a 3.8.7 project back to 2.4 and documents the brutal differences — revealing why production teams cling to the old engine.
亿元程序员  ·  Jun 26, 2026
AI Programming · Artificial Intelligence · Frontend
Large language models are not reasoning engines; they are next-token prediction machines. Understanding this probability-based mechanism explains their quirks and why prompt engineering is just giving the model a better starting point.
MomentYY  ·  Jun 26, 2026
Backend · Java · Interview
Java 26 goes official with structured concurrency, scoped values, and enhanced pattern matching — three features that together can cut nearly 40% of boilerplate code in real projects.
卷毛的技术笔记  ·  Jun 26, 2026
Claude · AI Programming · Agent
Claude Code's reliability comes from five distinct mechanisms — CLAUDE.md for direction, Hooks for enforcement, Skills for on-demand expertise, Subagents for isolated work, and a context window that compresses intelligently. Understanding how they interact beats guessing at prompts.
沉默王二  ·  Jun 26, 2026
Programmer
Integrating an AI agent into a chat app is not just about sending and receiving messages. A production-grade setup requires designing for access control, session isolation, multi-agent routing, and tool permissions — long before any message is sent.
Harries  ·  Jun 26, 2026
Vue.js
Vue-tui is a new official terminal UI framework that lets Vue developers build interactive CLI tools using native Vue syntax, without touching React.
Forever7_  ·  Jun 26, 2026
Frontend · Backend · Programmer
Two Chinese programmers, Cai Jingxian and Lou Tiancheng, have made the Hurun Rich List purely through their coding skills, proving that technical mastery can still lead to immense wealth.
CodeSheep  ·  Jun 26, 2026
Android · Kotlin
Jetpack Compose's experimental Styles API centralizes UI styling into a single `Style` parameter or `Modifier.styleable`, replacing scattered `Modifier` chains with a declarative, state-aware DSL.
RockByte  ·  Jun 26, 2026
Backend · Architecture · JavaScript
Alibaba's open-source `ocr review` CLI transforms AI code review from an ad-hoc chat into a structured, configurable pipeline that reads Git diffs, applies per-file rules, and outputs structured comments for CI or other agents.
candyTong  ·  Jun 26, 2026
JavaScript · Frontend · Backend
TypeBox + Ajv compiles JSON Schema into raw JS functions, delivering 10-15x faster validation than Zod.js. A real-world stress test shows CPU usage cut in half after the switch.
半刻纬度  ·  Jun 26, 2026
Java
Virtual threads are now a stable feature in JDK 21, and this guide walks through everything from basic API usage to Spring Boot integration, including critical caveats around pinning, connection pools, and CPU-bound tasks.
唐青枫  ·  Jun 25, 2026
Backend
WorkBuddy replaces prompt-by-prompt AI chat with a layered local workbench that combines task input, expert roles, skill extensions, and automation templates. A hands-on integration with Lanyun MaaS and MiniMax-M2.5 shows the chain actually works for real office tasks.
倔强的石头_  ·  Jun 25, 2026
JavaScript · Backend
V8 secretly wraps every primitive string in a `new String()` object, then strips it back — but the prototype chain survives, letting primitives borrow methods like `.length`.
sarasuki  ·  Jun 25, 2026
Frontend · APP · Rust
A Tauri developer discovers that manually detecting dark mode for tray icons fails on multi-monitor setups — and that macOS's native Template Image API solves it with a single flag.
雨夜寻晴天  ·  Jun 25, 2026
JavaScript
A step-by-step guide to building a 3D rotating cube with pure CSS, using perspective, transform-style, and keyframe animations — no JavaScript or Three.js required.
默_笙  ·  Jun 25, 2026
Frontend · JavaScript · Interview
AI writes 80% of the code, but it can't make the 20% of decisions that actually matter. Here's the three-layer answer that turns a trap question into a career-defining moment.
kyriewen  ·  Jun 25, 2026
Backend
Tencent's Marvis agent decouples 'where you are' from 'where your computer is,' turning a phone into a full remote workstation that understands and organizes local files via on-device AI.
苍何  ·  Jun 25, 2026
Backend
Weibo's open platform just open-sourced a CLI that wraps 70+ APIs into single terminal commands, with native MCP support for AI agents.
用户427925405171  ·  Jun 25, 2026
Frontend
A common CSS bug: setting `height: 100vh` on a scrollable list causes the background to cut off after the first screen. The fix is `min-height: 100vh`, which lets the container grow with the content.
陆枫Larry  ·  Jun 25, 2026
Frontend · Performance Optimization · Monitoring
Google's web-vitals library provides a standardized, lightweight way to measure LCP, INP, and CLS directly in the browser, with attribution modules that pinpoint exactly which element or resource is causing performance issues.
亲亲小宝宝鸭  ·  Jun 25, 2026
Frontend · Frontend Framework
A Chinese developer built a custom frontend framework called Vitarx after finding Vue, React, and Solid couldn't meet the needs of a complex visual editor project. The framework uses signal-level precise updates and a runtime view tree to achieve better performance in high-frequency update scenarios.
下家  ·  Jun 25, 2026
Frontend
A deep dive into WebSocket and SSE protocols using only Node.js's native http module, with full frame parsing and handshake code.
海尔智慧家技术平台  ·  Jun 25, 2026
Artificial Intelligence · Audio/Video Development · Image Recognition
A developer built a Gradio-based web tool that wraps Agnes AI's completely free APIs into a one-stop image and video generation studio — deployable locally, on Docker, or on Hugging Face Spaces.
雨夜寻晴天  ·  Jun 25, 2026
Backend · Artificial Intelligence · Programmer
OpenAI's new Codex whitepaper outlines a shift from chat-based coding to persistent, autonomous work loops — durable threads, voice-driven steering, and a vault for long-term memory.
cxuanAI  ·  Jun 25, 2026
Frontend · Backend · Go
A PHP developer migrating to Go uses Claude Code to design a GORM admin model with AutoMigrate and sets up Air for hot-reload, sharing practical prompts and security warnings about AI-installed dependencies.
妙码生花  ·  Jun 25, 2026
Frontend
Conditional breakpoints, logpoints, Overrides for hot-patching production code, and Snippets for reusable debug scripts — a systematic guide to Chrome DevTools debugging that goes far beyond console.log.
政采云技术  ·  Jun 25, 2026
Frontend · Backend · AI Programming
AI Agent engineering isn't a new job—it's your existing dev skills plus a thin layer of new concepts. A full-stack engineer who built production Agents shares the real engineering challenges, the mindset shift, and a concrete learning path.
谭sir  ·  Jun 25, 2026
Backend · AI Programming · AIGC
Anthropic's Claude Tag lets teams @mention Claude in Slack channels, where it reads shared context, calls tools, and executes long-running tasks as a persistent, proactive collaborator.
猿人谷  ·  Jun 25, 2026
AI Programming · Artificial Intelligence
Large models are brilliant brains strapped to premature bodies. The real AI bottleneck isn't intelligence—it's that Agent sensory, motor, and autonomic systems haven't evolved yet.
vivo互联网技术  ·  Jun 25, 2026
Frontend
A simple `// MARK:` comment turns VSCode's minimap into a visual code navigation system, letting developers jump between methods in thousand-line files without scrolling or clicking through outline panels.
40岁搬砖工  ·  Jun 25, 2026
Architecture · Agent · Artificial Intelligence
Dewu's community event setup evolved from an AI-assisted form filler to a two-stage Agent architecture that generates campaign plans and builds venues, cutting operator steps from 10+ system hops to a single chat interface.
得物技术  ·  Jun 25, 2026
Backend · Artificial Intelligence
A developer turns an RTX 5060 Ti 16GB into a fully local, always-on AI assistant using LM Studio and the MoE-based Qwen3.6-35B-A3B model, with a Docker-powered Open WebUI frontend.
雪隐_上班了  ·  Jun 25, 2026
Architecture · Frontend · Backend
A full-stack developer details the step-by-step migration of a Node.js online education system from a single 4-core server to a multi-server architecture with load balancing, managed MySQL with read replicas, and dedicated Redis, all on Volcengine.
Ausra无忧  ·  Jun 25, 2026
AIGC · Design · Visual Design
A new AI skill turns a single sentence like "I want a smart port dashboard" into a structured design draft, complete with a confirmed brief, industry-specific charts, and a visual style—before generating the image.
Gyrate  ·  Jun 25, 2026
Agent · Frontend · Full Stack
A developer wires up the open-source AI Agent Zhiyu with the baoyu-skills writing toolkit to autonomously generate articles, create cover images, and publish drafts to WeChat Official Account — all from a single natural-language command.
双越AI_club  ·  Jun 25, 2026
Backend · Java · Programmer
DBX is a 15MB, Rust-native database client that supports over 50 database engines, offers both desktop and self-hosted Docker modes, and includes AI-assisted SQL generation.
SimonKing  ·  Jun 25, 2026
Frontend · Flutter · Android
Patchwork lets Flutter developers patch third-party pub dependencies locally, generate .patch files, and share them with the team — all without forking the repo or dirtying pubspec.yaml.
恋猫de小郭  ·  Jun 25, 2026
Vue.js · Frontend · JavaScript
InjectionKey uses a branded type pattern to give Vue 3's provide/inject full TypeScript type safety, catching mismatched keys and value types at compile time instead of runtime.
秋天的一阵风  ·  Jun 25, 2026
macOS · Terminal · AI Programming · Developer Tools
Liney is a native macOS terminal workspace app that binds repositories, worktrees, and split-pane layouts together, eliminating the chaos of managing multiple terminal windows for multi-branch, multi-repo development.
黄林晴  ·  Jun 25, 2026
Android
A deep dive into why Android's most common anti-patterns — launching coroutines in repositories, managing resources with start/stop, and using event buses — all stem from the same root cause: broken ownership of tasks, resources, and events.
潜龙勿用之化骨龙  ·  Jun 25, 2026
AI Coding · VibeCoding · Flutter
Public benchmark scores are easy to game. A Flutter developer shares a three-tier model selection strategy that prioritizes closed-source benchmarks and real-world context management over leaderboard hype.
程序员老刘  ·  Jun 24, 2026
Data Analysis
A Chinese enterprise data site, Jinghai Data, returns full HTML without any CAPTCHA, IP blocking, or rate limiting, making it trivially easy to scrape basic business registration info. A developer posted a working Python scraper using requests and BeautifulSoup.
倔强的石头_  ·  Jun 24, 2026
Frontend · JavaScript · AI Programming
A developer uninstalled Claude Code and Codex for one work week to measure how much their coding ability had atrophied after six months of heavy AI use.
kyriewen  ·  Jun 24, 2026
AI Programming
A developer used the AI coding tool WorkBuddy to build a secure, ephemeral file and text sharing service, evolving the tech stack from raw HTML through Vue and finally to a production-ready Spring Boot + Java 17 backend.
一只牛博  ·  Jun 24, 2026
Frontend · Vue.js · Frontend Framework
A four-layer architecture for Electron + Vue3 apps lets each card component be independently packaged as a UMD file and dynamically loaded at runtime, enabling hot-swappable content without rebuilding the desktop app.
锋行天下  ·  Jun 24, 2026
AI Coding · Doubao MarsCode · Artificial Intelligence
Trae Work, ByteDance's desktop agent, now offers free access to the Seed 2.1 Pro model alongside its Code and Work modes, with no rate limits observed during heavy testing.
甲维斯  ·  Jun 24, 2026
Frontend · Huawei · HarmonyOS
Huawei's 2026 HarmonyOS incentive plan cuts total payouts from ¥10,000 to ¥3,000 while raising the monthly active user threshold from 50 to 400, pushing individual developers to reassess whether chasing platform subsidies still makes sense.
前端梦工厂  ·  Jun 24, 2026
Frontend · Flutter · Android
LibrePods reverse-engineers Apple's proprietary AirPods protocol (AACP) and reimplements it on Android via BLE, L2CAP, and ATT, unlocking noise control, battery status, and in-ear detection without an iPhone.
恋猫de小郭  ·  Jun 24, 2026
Android · Gradle
Gradle 9.6.0 fixes a long-standing CI pain point: project properties that are only read during task execution no longer invalidate the configuration cache.
黄林晴  ·  Jun 24, 2026
Android · Flutter
Flutter's path_provider isn't one package — it's six, split into a central dispatch, a platform interface, and four country-specific branches. This architecture keeps each platform independent, uses token-based franchise verification, and delivers precise failure semantics.
张风捷特烈  ·  Jun 23, 2026
Frontend · Backend · Artificial Intelligence
A veteran developer's comprehensive guide to mastering AI Agents like Codex and Claude Code, covering everything from model selection and context management to building custom Skills and designing a Harness for autonomous development.
oil欧哟  ·  Jun 23, 2026
Frontend · JavaScript · Programmer
Nub is a Rust-based CLI that slots over a stock Node.js install, adding native TypeScript, automatic .env loading, and a Rust compiler to slash cold-start times without forking the runtime.
ErpanOmer  ·  Jun 23, 2026
Frontend · AI Programming · Android
Building an AI agent means wiring up tools, memory, reasoning loops, state management, guardrails, and observability into a stable, debuggable system. Most of the work sits outside the SDK.
恋猫de小郭  ·  Jun 22, 2026
Frontend · AI Programming · Claude
The AI era concentrates rewards among business-domain experts, organizational decision-makers, and founders willing to take career risk — not among the engineers who merely consume AI tools.
乘风gg  ·  Jun 21, 2026
Interview · AI Programming · Agent
A Chinese CS student recounts a grueling 90-minute internship interview covering production RAG design, hybrid KNN+BM25 retrieval in Elasticsearch, and the differences between Tools, MCP, and Skills in AI coding agents.
沉默王二  ·  Jun 21, 2026
Frontend · JavaScript · AI Programming
A developer shipped a 12,000-line internal tool in one week using Claude Code and Cursor, only to face three production incidents on day one. The root causes trace back to five specific failure modes in AI-assisted development.
kyriewen  ·  Jun 18, 2026
Backend
KingbaseES's ksql client replaces MySQL's `show` and `describe` workflow with a set of backslash-prefixed meta-commands that pack more information into fewer keystrokes.
一只牛博  ·  Jun 18, 2026
AI Programming · Claude · Artificial Intelligence
Monthly token costs for serious AI coding now exceed living expenses for many developers, as vendors end their price wars. A detailed walkthrough of a Meituan large-model interview covers hybrid retrieval, conversation memory, streaming responses, and document chunking for a production RAG system.
沉默王二  ·  Jun 18, 2026
AI Coding · Artificial Intelligence · Frontend
Zhipu's GLM-5.2 now ranks second on the Chatbot Arena's frontend leaderboard, beating Claude Opus 4.8 Thinking by 29 points and trailing only Fable 5.
甲维斯  ·  Jun 17, 2026
Frontend · AI Programming · Artificial Intelligence
Redis creator Salvatore Sanfilippo (antirez) argues that attributing Chinese AI progress to API distillation of US models misunderstands how frontier capabilities are built.
恋猫de小郭  ·  Jun 16, 2026
Frontend · Backend · AI Programming
Key figures from Anthropic and OpenAI are declaring prompt engineering dead, replaced by Loop Engineering—a paradigm where developers design autonomous loop systems that prompt, verify, and iterate AI agents on their own.
程序员鱼皮  ·  Jun 16, 2026
Trae · VibeCoding
ByteDance's TRAE platform is running a three-stage AI creativity contest with over one million RMB in cash prizes, spanning tracks for entertainment, work, social services, and hardware.
XCaptain  ·  Jun 16, 2026
Frontend · Backend · Programmer
Liang Wenfeng, the founder of DeepSeek, scored 806 on China's Gaokao to become a regional top scorer before building a quantitative hedge fund that managed over $14 billion and then breaking the AI model monopoly with open-source, low-cost LLMs.
CodeSheep  ·  Jun 16, 2026
Frontend · Backend · JavaScript
Codex users keep confusing ChatGPT subscriptions with API prepaid balances. The two billing systems are completely separate wallets, and mistaking one for the other is the most common reason people think they've paid but still have no quota.
ikoala  ·  Jun 15, 2026
Frontend · Artificial Intelligence · AI Coding
Zhipu's ZCode, a Codex-style agent coding IDE, runs GLM5.2 with dramatically better UI generation than the same model accessed through Claude Code.
甲维斯  ·  Jun 15, 2026
Artificial Intelligence · Android · GitHub
Loop Engineering replaces manual prompting of coding agents with autonomous loops that discover work, dispatch sub-agents, verify output, and iterate until a goal is met.
朱涛的自习室  ·  Jun 15, 2026
Backend
A five-step guide to accessing DeepSeek V4 Pro and other free models through the ZenMux platform, using local tools like Cherry Studio or cc-switch.
神奇小汤圆  ·  Jun 14, 2026
Claude · Agent · AI Programming
A set of six practical patterns—from CLAUDE.md project briefs to deterministic hooks—that turn probabilistic AI coding agents into reliable, verifiable tools.
沉默王二  ·  Jun 14, 2026
VibeCoding · AI Programming
Xiaomi's new MiMo Code site uses a canvas-based mouse-erase effect to reveal a background illustration. The entire homepage was replicated in ten minutes by feeding its URL to OpenAI Codex.
卡卡罗特AI  ·  Jun 12, 2026
Claude · AI Programming · Artificial Intelligence
Luckin Coffee packaged its ordering service as a single agent skill that works across Claude Code, Codex, and Cursor, letting users order by voice without opening an app.
ZzT  ·  Jun 12, 2026
Backend · Programmer · Artificial Intelligence
The full system prompt for Anthropic's Claude Fable 5 leaked onto GitHub, revealing a 1,586-line document that functions as a code of conduct, employee handbook, tool manual, and firewall rolled into one.
cxuanAI  ·  Jun 12, 2026
Frontend · Backend · Programmer
A viral resignation post from a DingTalk employee has crystallized a structural problem for frontend engineers: they absorb the ambiguity of shifting goals, unclear requirements, and tight deadlines, turning them into the final pressure layer of product delivery.
勇宝趣学前端  ·  Jun 12, 2026
Artificial Intelligence
Anthropic now blocks Claude API and service access for any entity directly or indirectly more than 50% owned by Chinese capital, regardless of where the company is registered.
IT乐手  ·  Jun 11, 2026
Frontend · Claude · VibeCoding
Claude Code's terminal interface is not a technical choice but a product philosophy: its architecture directly encodes Anthropic's three core values into a system of permissions, context, and transparency.
老王以为  ·  Jun 11, 2026
Frontend · Backend · JavaScript
Codex's plugin ecosystem turns it from a chat window into a tool-orchestrating workbench that directly handles design, video, data, and desktop automation.
ikoala  ·  Jun 11, 2026
OpenAI · Claude
GitNexus indexes a codebase into a knowledge graph of symbols, call edges, and execution flows, then exposes it to AI coding tools through an MCP server so they can answer architectural questions instead of just grepping files.
一只牛博  ·  Jun 10, 2026
Artificial Intelligence
A single HTML generation prompt — a cyberpunk Qingming scroll with 50+ dynamic elements — exposes a wide capability gap between Claude Fable 5 and competitors GPT-5.5, as well as two heavily marketed Chinese models.
甲维斯  ·  Jun 10, 2026
Agent · AI Programming
A developer assembled an AI Hot Radar that scrapes Douyin, Xiaohongshu, and WeChat Official Accounts daily, feeds the data to an LLM for structured analysis, and serves a live dashboard — all built in two hours using Codex and RedFox Data Skills.
沉默王二  ·  Jun 10, 2026
Frontend
A three-weekend solo refactor moved a 50-page Vue 2 admin system to Vue 3, TypeScript, and Vite, uncovering the real migration pitfalls that tooling misses.
柯克七七  ·  Jun 9, 2026
AI Programming · Agent · Node.js
A Chinese developer is rebuilding his AI Agent project from scratch, laying out the 10 core modules any production-grade Agent needs — from ReAct loops and context compression to permission systems and subagents.
双越AI_club  ·  Jun 9, 2026
GitHub · Artificial Intelligence · AI Programming
May 2026's top GitHub projects turn engineering workflows into reusable 'Skills', pre-index codebases into knowledge graphs to slash agent token costs, and push multi-agent orchestration into the mainstream.
一点一木  ·  Jun 1, 2026
GitHub · Gemini · Claude
FreeLLMAPI is a self-hosted API gateway that aggregates free quotas from 14 AI vendors — including Gemini, Groq, Mistral, and GitHub Models — into a single OpenAI-compatible endpoint, with a smart router that handles rate limits, fallbacks, and sticky sessions automatically.
沉默王二  ·  May 30, 2026
Programmer · Full-stack · Artificial Intelligence
A curated set of 9 Claude Code Skills — from frontend design to systematic debugging — that automate repetitive workflows and claim to double daily development efficiency.
狂师  ·  May 27, 2026
Artificial Intelligence
react-doctor scans a React codebase and assigns a 0–100 health score across state management, performance, security, accessibility, architecture, and dead code. It also installs as an Agent Skill into Claude Code, Cursor, and 50+ other coding agents to prevent bad patterns at generation time.
吴琼琼  ·  May 12, 2026
Artificial Intelligence · Agent
Kimi Code CLI is an Apache-2.0 licensed terminal agent from Moonshot AI that scans codebases, plans multi-file refactors, and executes them—positioned as an open-source alternative to Claude Code and Gemini CLI.
小星AI  ·  May 12, 2026
Artificial Intelligence
After a year on Cursor, a Chinese developer's company swapped it for OpenAI Codex. His verdict: Cursor was a revolutionary IDE; Codex is a true super-agent that goes far beyond coding.
深小乐  ·  May 10, 2026
Frontend · Backend · JavaScript
DeepAgents is a new open-source agent harness from LangChain that adds task planning, a virtual file system, sub-agent spawning, and persistent memory to stop long-running LLM tasks from losing context or looping.
tangdou369098655  ·  May 7, 2026
Frontend · Backend · Artificial Intelligence
A full-stack AI development methodology from Dewu Technology that replaces prompt-by-prompt coding with a structured pipeline: Harness constraints, SDD-driven design, and parallel multi-agent code generation.
得物技术  ·  May 7, 2026
Artificial Intelligence
Anthropic's Claude Code is a terminal-native AI coding agent that reads your entire codebase, plans multi-step fixes, and executes them autonomously — with human approval at every key node.
小星AI  ·  May 6, 2026
Programmers · AI Programming · Agent
By 2026, the software development paradigm has shifted from manual coding to humans setting goals and AI decomposing and executing tasks. Programmers face a clear fork: stay in the execution layer or move up to design and decision-making.
刀法如飞  ·  Apr 20, 2026