🛠️ All DevTools
Showing 1781–1800 of 2550 tools
Last Updated
December 03, 2025 at 04:00 AM
Efrit: A native elisp coding agent running in Emacs
Hacker News (score: 70)[IDE/Editor] Efrit: A native elisp coding agent running in Emacs
Show HN: Selfhostllm.org – Plan GPU capacity for self-hosting LLMs
Show HN (score: 5)[Other] Show HN: Selfhostllm.org – Plan GPU capacity for self-hosting LLMs A simple calculator that estimates how many concurrent requests your GPU can handle for a given LLM, with shareable results.
Byte Buddy is a code generation and manipulation library for Java
Hacker News (score: 28)[Code Quality] Byte Buddy is a code generation and manipulation library for Java
Show HN: BaaS to build agents as data, not code
Show HN (score: 5)[Other] Show HN: BaaS to build agents as data, not code Agents and workflows as data instead of code.<p>Julep is a backend-as-a-service to build agents and workflows. Main features:<p>1. Experimentation Velocity:<p>With most agent frameworks, agents are code that need to be deployed. To iterate on the prompts or update the agent, you need to make changes to the code and deploy it to your server. This makes agents hard to iterate on quickly. But with agents and tasks declared as data, all that happens in the background is make an api call to update or make a new entry in the database. This increases the experimentation velocity.<p>2. Scalability and long-running background tasks:<p>Scaling is a hard software engineering problem and the solution is to define large scale systems to be distributed, stateful and scalable. Agents as data is a very helpful paradigm because you have to solve for this problem only once at the orchestrator level. Julep can handle 100s of thousands of executions paralely.<p>3. Updating an agent / User Personalization:<p>Tools such as create agent, update agent etc. can update the agent recursively. Let’s assume an agent is chatting with a user and mentions that they only like to communicate in a professional tone. The agent can call a tool to 'update the agent' and modify/update the instructions to include that the user only likes to communicate in a professional tone.<p>This was the reason to create a backend when the market was flooded with agent frameworks. In Julep, you can declare a workflow in YAML, and it can automatically scale Millions of users.
Open SWE: An open-source asynchronous coding agent
Hacker News (score: 61)[Other] Open SWE: An open-source asynchronous coding agent <a href="https://www.youtube.com/watch?v=TaYVvXbOs8c" rel="nofollow">https://www.youtube.com/watch?v=TaYVvXbOs8c</a><p><a href="https://github.com/langchain-ai/open-swe" rel="nofollow">https://github.com/langchain-ai/open-swe</a>
Docker for Developers: Essential Commands in One Cheatsheet
Hacker News (score: 26)[Other] Docker for Developers: Essential Commands in One Cheatsheet
Show HN: Synchrotron, a real-time DSP engine in pure Python
Hacker News (score: 25)[Other] Show HN: Synchrotron, a real-time DSP engine in pure Python Yes, Python.<p>I can already hear the screams from the rafters telling me how terrible of a choice Python is - but in my case, I valued modularity, extensibility, <i>hackability</i> over raw performance. (It was also a challenge to myself to see how far I can get without referencing existing implementations)<p>Synchrotron processes nodes: simple Python classes with typed I/O and a render() method for processing. It can be as concise as 5 lines:<p><pre><code> class IncrementNode(Node): input: StreamInput output: StreamOutput def render(self, ctx): self.out.write(self.a.read(ctx) + 1) </code></pre> Nodes can then be spawned and linked programmatically or in the graphical editor. Synchrotron handles the rest at runtime. Besides the web UI, you can also interact with the engine via Python, REST, DSL, or standalone TUI.<p>Currently you can build synths, FX chains, MIDI instruments, arpeggiators, controllers, or just mess about with sound :><p>Editor: <a href="https://synchrotron.thatother.dev/" rel="nofollow">https://synchrotron.thatother.dev/</a> Source: <a href="https://github.com/ThatOtherAndrew/Synchrotron" rel="nofollow">https://github.com/ThatOtherAndrew/Synchrotron</a><p>It's still experimental (and my first ever shipped project), but I'd love feedback from people who tinker with audio/DSP/live coding. Docs are terrible currently, but that's my next big goal!
openai/openai-python
GitHub Trending[API/SDK] The official Python library for the OpenAI API
backstage/backstage
GitHub Trending[Other] Backstage is an open framework for building developer portals
google/adk-python
GitHub Trending[API/SDK] An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
openai/codex
GitHub Trending[CLI Tool] Lightweight coding agent that runs in your terminal
Show HN: I built a service to run Claude Code in the Cloud
Show HN (score: 9)[Other] Show HN: I built a service to run Claude Code in the Cloud
RTL Forge
Product Hunt[Other] AI-Powered HDL Code Creation & Validation. RTL Forge is your AI co-pilot for hardware design. It generates synthesizable Verilog/VHDL from natural language, auto-fixes code errors, offers visual block design, explains complex HDL, and performs smart verification to accelerate your development.
Initly
Product Hunt[Other] Smart links for iOS, Web & Android Create smart links that automatically redirect users to the right destination based on their device or browser. Perfect for app developers and marketers. Unlimited links, with basic analytics, for free.
MCPFier
Product Hunt[Other] A MCP Server to mcpfy your world. MCPFier transforms any command, script, or tool into a standardized MCP (Model Context Protocol) server that LLMs can use seamlessly. Think "GitHub Actions for MCP" - quickly integrate what you have today on what you want to do tomorrow
Supabase CMS
Product Hunt[Other] The open source cms for supabase Build production-grade applications with a CMS connected to supabase Postgres database, Authentication, Storage. Start for free.
Cool FormKit
Product Hunt[Other] Advanced Elementor form extender Cool FormKit extends Elementor forms with advanced features like conditional logic, country code & more + provides a form builder for Elementor Free users.
Dereference
Product Hunt[IDE/Editor] IDE for Claude Code 🧠 A prompt-first IDE built for Claude Code power users. Run parallel sessions with full MCP support, set checkpoints to branch or resume instantly, and work like tmux but smarter. Built to supercharge your workflow and unlock true 100x developer velocity.
PLUPro
Product Hunt[Other] Plupro PLUPro is a simple tool for utilizing universal produce PLU codes. Being able to create, inventory, and share lists of PLU codes and UPC codes can be helpful to frontline grocery store workers or other professions which utilize PLUs.
SelfHostLLM
Product Hunt[Other] Calculate the GPU memory you need for LLM inference Calculate GPU memory requirements and max concurrent requests for self-hosted LLM inference. Support for Llama, Qwen, DeepSeek, Mistral and more. Plan your AI infrastructure efficiently.