Workflow
Coding agent
icon
Search documents
X @Elon Musk
Elon Musk· 2025-12-06 14:08
Try it outMario Nawfal (@MarioNawfal):GROK GOT HIRED AND PROMOTED – SAY HELLO TO YOUR NEW SENIOR DEVJetBrains just handed Grok a desk, a badge, and the authority to fix your code like it owns the place.Dev Boost:•⁠ ⁠Junie, JetBrains’ coding agent, now powered by Grok’s brain•⁠ ⁠Explains your mess, https://t.co/xDvmFnulcn ...
Developing Taste in Coding Agents: Applied Meta Neuro-Symbolic RL — Ahmad Awais, CommandCode
AI Engineer· 2025-11-24 20:16
Product Launch & Core Concept - Command Code, a coding agent with taste, is launched after over a year of development [1] - The core idea is to build a coding agent that learns and adapts to a programmer's coding style and preferences, creating a personalized coding experience [3][4] - Command Code aims to address the sloppiness and lack of personalization in existing LLM-based coding tools [12][14][16] - Taste models are introduced as a way to capture and share coding intuition and intentions, potentially revolutionizing code generation [28] Technology & Architecture - Command Code utilizes a meta-neurosymbolic architecture with reinforcement learning to create a deterministic and explainable system [9][22][23] - The architecture combines LLMs with a "taste" model, which is a representation of the user's coding preferences [24] - Reflective context engineering enables the system to continuously learn and adapt to the user's evolving coding habits [25] - The system uses both explicit and implicit feedback to refine the neurosymbolic space and enforce the user's coding choices [24] Business & Market Opportunity - Langbase, the company behind Command Code, raised $5 million from investors [11] - The company aims to build a large ecosystem around taste models, enabling developers to share and leverage coding styles [27] - Command Code has shown internal gains at Langbase, with a 10x increase in code merged to the main repository and a significant reduction in code review time [32] - The product targets individual developers, teams, and enterprises seeking to improve coding speed, consistency, and maintainability [29]
Infra that fixes itself, thanks to coding agents — Mahmoud Abdelwahab, Railway
AI Engineer· 2025-11-24 20:16
your app's infrastructure should fix itself. Let me show you. So, right now I'm on the Rayway dashboard and I have a bunch of services that are deployed and all of these services have one thing in common.They all have bugs and problems. So, for example, this service has a memory leak. If I click on it, go to metrics, we can just see memoryization keeps growing high and very quickly.This is just a sign of a memory leak and pretty sure the service would eventually crash. If I look over at the amount of reques ...
Introducing Open SWE: An Open-Source Asynchronous Coding Agent
LangChain· 2025-08-06 16:55
What's up everyone. It's Brace from Langchain and in this video I am extremely excited to announce our newest project openu. Open suite is an async cloud-based open source coding agent.What that means is you connect your GitHub account to open send it a task and it does the rest. It plans, executes the plan, writes code, runs tests, runs your different scripts, and then reviews the code before putting up a poll request to make sure it's all high quality code. And when it's done and it determines that everyt ...
X @Avi Chawla
Avi Chawla· 2025-06-27 06:33
Technology Stack - Codegen is used as the coding agent, powered by Claude 4 [1] - Google DeepMind Gemini 1.5 serves as the LLM for video RAG [1] - Streamlit is utilized as the UI [1]