cd/sources/dotnetperls-auto-discovered· home sources Dotnetperls (auto-discovered)
cat /sources/dotnetperls-auto-discovered.feed | wc -l → 31

Dotnetperls (auto-discovered)

articles 31 domain dotnetperls.com → page 1/2 feed RSS
07:00
2026-08-16
dotnetperls.com
developer-tools

Switching to Pi Agent Harness

A developer has switched from OpenCode to Pi Agent Harness, citing Pi's faster speed, minimalism, and pure open-source nature, and expressing concern that OpenCode is focused on selling AI subscriptio…

07:00
2026-08-13
dotnetperls.com
large-language-models

Inkling Chat Bot for Code Analysis

Thinking Machines' new open-weights LLM Inkling, a nearly 1 trillion parameter model, successfully rewrote several Rust functions for a developer, who applied 2 or 3 of the optimized versions to their…

07:00
2026-08-12
dotnetperls.com
artificial-intelligence

Chat Bot Mistakes Rust Vecs

A user testing a well-known online chat bot found it confidently incorrect about Rust's memory layout, claiming a Vec<bool> stores each bool as a single bit. In reality, a bool in Rust requires 1 byte…

07:00
2026-08-11
dotnetperls.com
large-language-models

Muse Spark in OpenCode

Meta Superintelligence Labs' Muse Spark 1.1, a close-to-frontier LLM, successfully fixed a Rust program bug in two prompts via OpenCode and OpenRouter, costing 33 cents. The model's changes were corre…

07:00
2026-08-10
dotnetperls.com
ai-safety

Small Model Rampages and Safety

A developer testing an agentic AI system with a tiny Hugging Face model (under 1GB) found it made bizarre tool calls that threatened data integrity, but pre-added safety checks prevented corruption. T…

07:00
2026-08-09
dotnetperls.com
ai-agents

Optimized My MCP Server

A developer optimized a local MCP server for llama-cpp, achieving 146 tokens per second with the LFM2.5-2.6B-Q4_K_M.gguf model and reducing task times from 1 millisecond to 15 microseconds through Rus…

07:00
2026-08-08
dotnetperls.com
large-language-models

Minimizing Tokens in MCP Tool Descriptions

A developer reduced the token count of MCP tool descriptions from 2291 to 2125 tokens by removing meaningless short words like 'the' and 'a', improving inference speed with no quality degradation. The…

07:00
2026-08-07
dotnetperls.com
artificial-intelligence

Improving Tool Use with Small LLMs

A developer using the LFM 2.5 2.6B model with llama-cpp found that adding detailed descriptions to JSON schema parameters improved tool call correctness from 0% to nearly 100%, enabling the use of a f…

07:00
2026-08-06
dotnetperls.com
developer-tools

Reduced String Copies and AI

A developer used Microsoft Copilot to optimize a Rust function that normalizes arguments for AI tool calls, reducing repeated string copies from five or more passes to fewer copies. The optimization e…

07:00
2026-08-05
dotnetperls.com
ai-agents

Hints and MCP Servers

A developer is building a customer service MCP server that uses an LLM (such as LFM2.5-2.6B-Q4_K_M.gguf in llama-cpp) to parse natural language requests and provide hints to the view_file tool, improv…

07:00
2026-08-04
dotnetperls.com
natural-language-processing

Natural Language Processing and LLMs

A developer exploring local AI tasks found that writing custom code to handle natural language queries would be faster than LLM inference but would fail on complex prompts due to the inherent complexi…

07:00
2026-08-02
dotnetperls.com
ai-agents

MCP Server Prompt Bloat

Adding relative date support to an MCP server required about four new tool calls with detailed descriptions, increasing prompt tokens to over a thousand and highlighting a tradeoff between agentic AI …

07:00
2026-08-01
dotnetperls.com
artificial-intelligence

Reducing Tool Calls in Agentic AI

A developer experimenting with local-LLM agentic AI workflows found that combining tool calls—such as having a single `read_blog_post` MCP tool internally perform `find_blog_date`—reduces the number o…

07:00
2026-07-31
dotnetperls.com
artificial-intelligence

Using AI Agents for Disliked Tasks

A developer reports greater success and enjoyment using agentic AI with small local models, such as Gemma 4 E4B via llama-cpp and an MCP server, for disliked tasks like website management, compared to…

07:00
2026-07-30
dotnetperls.com
ai-agents

Benefits of Local MCP Servers

A developer created a local MCP server in Rust to run commonly-needed commands via an AI agent, arguing that the approach offers error correction, command chaining, and an improved browser-based UI ov…

07:00
2026-07-29
dotnetperls.com
artificial-intelligence

LFM 2.5 Agentic Model for Tool Calling

Liquid AI released LFM 2.5, an 8-billion-parameter agentic model with 1 billion active parameters focused exclusively on tool calling, achieving nearly 200 tokens per second on a GPU. The model excels…

07:00
2026-07-28
dotnetperls.com
large-language-models

Nanbeige 3 Billion Parameter Model

A developer testing Nanbeige 4.2, a 3-billion-parameter looped-transformer model from a Chinese company, found it well-suited for tool calling with a Rust MCP server, outperforming Gemma 4 12B in that…

07:00
2026-07-27
dotnetperls.com
developer-tools

Stdio and HTTP for MCP Servers

The developer rewrote their MCP server to use Stdio input and output instead of HTTP, reducing code from 300 lines to about 60 lines using the Rust crate RMcp. The Stdio MCP server functions as a cons…

07:00
2026-07-26
dotnetperls.com
developer-tools

Using ui-mcp-proxy in Llama-cpp

A developer created a simple MCP server for local LLMs to call Rust-coded tools, but encountered CORS errors. The llama-cpp feature ui-mcp-proxy, passed as an argument to llama-server, sets up a proxy…

07:00
2026-07-25
dotnetperls.com
artificial-intelligence

Wrote a Local MCP Server

A developer created a local MCP server to extend llama-cpp's tool capabilities, finding that models like Gemma 4 12B reliably call MCP-provided tools. The server, written first in Python then Rust, of…

page 1 / 2 next →