coding-agent

Tag

Cards List
#coding-agent

@SergioPaniego: we let an agent train a coding agent, live, from one prompt which agent is which, why it makes sense, and every artifac…

X AI KOLs Timeline · 10h ago Cached

A live demonstration of an AI agent training a coding agent from a single prompt, with all artifacts recapped.

0 favorites 0 likes
#coding-agent

@Gracker_Gao: AI Papers: Strong AI Doesn't Write Code by Writing Code Two recent arXiv papers reveal a counterintuitive finding: when encountering an unfamiliar programming language, GPT-5.4 and Claude Opus 4.6 don't directly write code in the target language—instead, they write a Python program to generate the target code, then debug it locally. This "meta-…

X AI KOLs Timeline · 12h ago Cached

Two recent arXiv papers found that GPT-5.4 and Claude Opus 4.6 employ a metaprogramming strategy when handling unfamiliar programming languages — generating target code with Python and debugging locally — rather than writing the target language code directly. This strategy is key to distinguishing top-tier agents from average ones, and strategy sophistication matters more than model parameter scale.

0 favorites 0 likes
#coding-agent

@QingQ77: Run multiple models simultaneously in pi, fuse their responses into one, get better results for less money. https://github.com/leblancfg/pi-fusion… pi-fusion is an extension of pi that adds a "parallel fan-out" workflow to your coding agent.

X AI KOLs Timeline · 13h ago Cached

pi-fusion is an extension of pi that improves performance at lower cost by parallel fan-out of multiple models and fusing results, supporting prompt rewriting and session archiving.

0 favorites 0 likes
#coding-agent

@aronprins: BIG UPDATE! My Claude Loop and Codex Loop now support parallel waves, making your development go smoother but more impo…

X AI KOLs Timeline · yesterday Cached

aronprins announces updates to Claude Loop and Codex Loop, adding parallel wave support for faster autonomous coding workflows using Claude Code.

0 favorites 0 likes
#coding-agent

@dongxi_nlp: https://x.com/dongxi_nlp/status/2068922428516892998

X AI KOLs Timeline · yesterday Cached

This is the sixth article in the series, explaining in detail the concept of subagent, its working principles, and its role in coding agents, including tool call and runtime mechanisms, as well as the applicable scenarios of different subagent types (fresh child, forked child, partial fork).

0 favorites 0 likes
#coding-agent

Inception Labs' Mercury 2 AI Beats Google's DiffusionGemma at Its Own Game (4 minute read)

TLDR AI · yesterday Cached

Inception Labs released Mercury 2, a diffusion language model that generates roughly 1,000 tokens per second and outperforms Google's DiffusionGemma on the AIME 2026 benchmark with a score of 90% versus 69.1%, though DiffusionGemma is free and open-weight while Mercury 2 is a paid, closed-weight API model.

0 favorites 0 likes
#coding-agent

@hwchase17: "Build your own Claude Code with Deep Agents" Good article by the community showing how to build a Claude Code-like age…

X AI KOLs Timeline · 2d ago Cached

An article explaining how to build a Claude Code-like coding agent using LangChain's Deep Agents library, covering the architecture and implementation.

0 favorites 0 likes
#coding-agent

@Lonely__MH: Hermes Agent (@NousResearch) This major version update has a very hardcore hidden highlight! The new version directly supports Cursor's Composer mode! Just subscribe to X Premium to unlock seamlessly. This update makes Herme…

X AI KOLs Timeline · 3d ago Cached

Hermes Agent (from NousResearch) major version update adds support for Cursor's Composer mode, requires X Premium subscription, significantly improves coding capabilities.

0 favorites 0 likes
#coding-agent

@DanKornas: Your coding agent shouldn’t start from zero every session Magic Context is a CortexKit plugin for giving coding agents …

X AI KOLs Timeline · 3d ago Cached

Magic Context is an open-source CortexKit plugin that gives coding agents self-managing context and long-term project memory across OpenCode and Pi, allowing persistent sessions and automatic memory capture.

0 favorites 0 likes
#coding-agent

@tomgreenwald: Introducing Magnitude. It's a coding agent that runs entirely on open models. It costs 60% less than Claude Code with n…

X AI KOLs Following · 4d ago Cached

Magnitude is a coding agent that runs entirely on open models, costing 60% less than Claude Code with no drop in performance. It is available via npm as a CLI tool.

0 favorites 0 likes
#coding-agent

@imjaredz: Since I joined @cognition I've been obsessed with learning how our eng team uses Devin themselves If we are building th…

X AI KOLs Following · 4d ago Cached

An engineer at Cognition shares internal tips for using Devin, including the 'Agent Fan Out' technique where a master agent spins up parallel child agents to solve tasks independently.

0 favorites 0 likes
#coding-agent

@NielsRogge: Here's how to use Claude Code with GLM-5.2 via @huggingface Inference Providers: 1. Create a token at https://huggingfa…

X AI KOLs Following · 4d ago Cached

Learn how to use Claude Code with GLM-5.2 via Hugging Face Inference Providers. GLM-5.2 is free for 6 hours on several providers like Together AI, Fireworks, and DeepInfra.

0 favorites 0 likes
#coding-agent

AMD introduces an AI-powered Bash coding agent

Reddit r/artificial · 4d ago Cached

AMD has released GAIA 0.21.2, introducing gaia-bash, an AI-powered bash scripting assistant for writing, reviewing, testing, and debugging shell scripts on AMD hardware. It supports multiple interfaces including TUI, CLI, pipe mode, REST API, and MCP stdio server.

0 favorites 0 likes
#coding-agent

yuxinlu1/gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2-GGUF

Hugging Face Models Trending · 4d ago Cached

A fine-tuned version of Gemma-4-12B, optimized for local coding and agentic tasks, achieving ~3.5x improvement over the base model on the tau2-bench telecom benchmark.

0 favorites 0 likes
#coding-agent

poolside/Laguna-M.1 · Hugging Face - 225B-A23B

Reddit r/LocalLLaMA · 5d ago Cached

Poolside releases Laguna M.1, a 225B parameter Mixture-of-Experts model with 23B activated parameters per token, designed for agentic coding and long-horizon tasks. It achieves competitive results on SWE-bench benchmarks and is released under an Apache 2.0 license.

0 favorites 0 likes
#coding-agent

Cutting LLM Token Costs with rtk, headroom, and caveman - savings measured on real workloads

Reddit r/LocalLLaMA · 5d ago Cached

A detailed analysis of three open-source tools (rtk, headroom, and caveman) designed to reduce LLM token costs for coding agents, finding that real-world savings are much lower than claimed.

0 favorites 0 likes
#coding-agent

@geekbb: 为 Pi coding agent 提供纯算法化的会话压缩,无需 LLM 调用

X AI KOLs Timeline · 5d ago Cached

pi-vcc is an open-source tool that provides pure algorithmic conversation compression for the Pi coding agent, achieving 35-99% token reduction without LLM calls, with lossless history search via vcc_recall.

0 favorites 0 likes
#coding-agent

@yibie: Using Local Models as Primary Coding Tools: A Practical Report from Mid-2026 There was a post on Hacker News with a straightforward title: "Is anyone using local models as their primary coding tool?" 197 comments, incredibly dense with information. A dozen real users discussed their daily configurations, pitfalls they encountered, and why they still choose local models even though they know they're not as good as...

X AI KOLs Timeline · 5d ago Cached

This article summarizes practical experiences from a Hacker News discussion about using local models (mainly Qwen 3.6 35B-A3B) as primary coding tools, including configurations, effectiveness (approximately 50-75% of frontier models), key techniques (such as preserve_thinking), and different user positions.

0 favorites 0 likes
#coding-agent

GLM-5.2 is a win for local AI

Reddit r/LocalLLaMA · 6d ago

GLM-5.2, a 753B parameter open-source model with MIT license, offers frontier-level coding capabilities and massive context window. Its distillation potential promises significant improvements for local AI setups.

0 favorites 0 likes
#coding-agent

GLM-5.2: Built for Long-Horizon Tasks

Hugging Face Blog · 6d ago Cached

Z.AI introduces GLM-5.2, a flagship model designed for long-horizon tasks with a solid 1M-token context, improved coding capabilities, and an MIT open-source license, showing competitive performance against leading models like Opus 4.8 and GPT-5.5.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback