What is everyone using for AI development?
I saw that @ankush mentioned Pi Agent. Is the landscape internally in Frappe diverse, or is there a coalescing around a specific toolset?
After hearing about PiAngent i gave that a try and REALLY like it so far. I’ve been using local Qwen3.8-27B models with pretty good success on local projects.
I’d be interested in seeing some discussion about what Models/Harnesses/MCPServers/Tools everyone is using.
Here’s my fully local setup I’ve so far settled on after LOTS of testing.
Model: Qwen3.8-27b
Inference Engine: Unsloth Studio
MCP Server Gateway: ToolHive
Editor: VSCode
Harness: Pi Agent
I Tried the following and had problems:
- Continue.dev as harness - Continue.dev was bought out by Cursor(?)
- KiloCode: works well - probably my second choice after Pi Agent
- Most of the other options like OpenCode and proprietary harnesses seem to have too much bloat causing confusion for local-based models.