跪拜 Guibai
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  ·  243 views · 3 likes
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  ·  203 views · 3 likes
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  ·  213 views
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  ·  137 views · 1 likes · 2 comments
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  ·  152 views · 2 likes
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  ·  259 views
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  ·  2.3k views · 3 likes
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  ·  215 views · 2 likes · 5 comments
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  ·  371 views · 1 likes
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  ·  327 views · 1 likes · 2 comments
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  ·  619 views · 9 likes · 2 comments
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  ·  153 views · 4 likes
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  ·  149 views · 1 likes
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  ·  342 views · 9 likes
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  ·  365 views · 11 likes · 2 comments
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  ·  277 views · 8 likes
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  ·  188 views · 2 likes · 2 comments
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  ·  167 views · 4 likes
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  ·  107 views · 2 likes
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  ·  394 views · 8 likes · 2 comments
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  ·  164 views · 1 likes
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  ·  75 views · 3 likes
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  ·  235 views · 1 likes
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  ·  110 views · 1 likes
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  ·  107 views · 3 likes · 2 comments
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  ·  104 views · 2 likes
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  ·  148 views · 2 likes
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  ·  224 views · 3 likes
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  ·  111 views · 5 likes
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  ·  95 views · 3 likes · 2 comments
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  ·  221 views · 1 likes
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  ·  154 views · 5 likes
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  ·  517 views · 4 likes · 9 comments
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  ·  112 views · 2 likes
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  ·  131 views · 1 likes
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  ·  121 views · 1 likes
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  ·  190 views · 3 likes · 3 comments
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  ·  224 views · 1 likes
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  ·  80 views · 3 likes
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  ·  128 views
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  ·  97 views · 5 likes
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  ·  256 views · 4 likes · 2 comments
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  ·  181 views · 5 likes
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  ·  134 views · 6 likes · 1 comments
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  ·  189 views · 5 likes · 1 comments
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  ·  70 views · 3 likes
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  ·  84 views · 2 likes
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  ·  108 views · 1 likes
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  ·  111 views · 2 likes
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  ·  136 views · 2 likes
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  ·  121 views
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  ·  106 views · 4 likes · 1 comments
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  ·  98 views · 2 likes
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  ·  973 views · 3 likes
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  ·  1.1k views
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  ·  226 views · 1 likes
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  ·  133 views · 3 likes
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  ·  197 views · 1 likes
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  ·  148 views · 3 comments
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  ·  436 views · 2 likes
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  ·  82 views · 2 likes · 2 comments
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  ·  250 views
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  ·  128 views · 1 likes · 1 comments
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  ·  301 views · 1 likes · 6 comments
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  ·  247 views · 4 likes · 1 comments
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  ·  123 views · 1 likes
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  ·  397 views · 2 likes
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  ·  1.1k views · 6 likes · 1 comments
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  ·  303 views · 4 likes
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  ·  136 views · 2 likes
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  ·  135 views · 2 likes
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  ·  98 views · 3 likes · 2 comments
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  ·  725 views · 3 likes · 2 comments
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  ·  49 views · 4 likes · 1 comments
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  ·  171 views · 3 likes
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  ·  87 views · 4 likes · 1 comments
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  ·  432 views · 6 likes · 2 comments
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  ·  567 views · 3 likes · 1 comments
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  ·  86 views · 3 likes · 1 comments
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  ·  133 views · 2 comments
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  ·  168 views · 2 likes · 1 comments
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  ·  50 views · 1 likes
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  ·  104 views · 3 likes
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  ·  219 views · 2 likes · 5 comments
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  ·  339 views · 4 likes
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  ·  118 views · 3 likes · 1 comments
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  ·  372 views · 8 likes
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  ·  327 views · 3 likes
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  ·  166 views · 3 likes
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  ·  184 views · 2 likes · 1 comments
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  ·  161 views · 1 likes
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  ·  217 views · 1 likes
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  ·  170 views · 2 likes
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  ·  176 views · 3 likes
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  ·  155 views · 2 likes · 1 comments
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  ·  668 views · 5 likes · 1 comments
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  ·  402 views · 4 likes · 1 comments
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  ·  486 views · 10 likes · 1 comments
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  ·  595 views · 8 likes · 4 comments
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  ·  162 views · 1 likes
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  ·  302 views · 7 likes
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  ·  399 views · 1 likes
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  ·  610 views · 2 likes
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  ·  2.3k views · 6 likes
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  ·  410 views · 5 likes · 5 comments
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  ·  946 views · 14 likes · 1 comments
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  ·  186 views · 1 likes
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  ·  175 views · 2 likes
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  ·  1.5k views · 25 likes · 1 comments
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  ·  8.4k views · 62 likes · 11 comments
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  ·  5.8k views · 11 likes · 4 comments
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  ·  11k views · 38 likes · 6 comments
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  ·  6.5k views · 36 likes · 14 comments
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  ·  24k views · 110 likes · 14 comments
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  ·  15k views · 55 likes · 6 comments
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  ·  1.0k views · 13 likes
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  ·  29k views · 145 likes · 74 comments
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  ·  2.6k views · 40 likes
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  ·  216 views · 1 likes
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  ·  6.8k views · 55 likes · 18 comments