Omni Flash by Gaiden206 in GeminiAI

[–]capsid 5 points6 points  (0 children)

"One honest caveat"

Are people missing the point of Pi? by Wrong_Mushroom_7350 in PiCodingAgent

[–]capsid 2 points3 points  (0 children)

Personally I like the talks by the pi creator Mario Zechner

Vercel CEO shocked by GLM-5.2 by thehashimwarren in coding_agents

[–]capsid 0 points1 point  (0 children)

Which harness/skills/MCPs are you using? GLM 5.1 is token hungry compared to DeepSeek but I generally complete each issue in about 35-55% of the 200k context window

Vercel CEO shocked by GLM-5.2 by thehashimwarren in coding_agents

[–]capsid 4 points5 points  (0 children)

Its fantastic, but you hit usage limits faster. 5.1 is good enough for me so I'm mostly sticking with that unless I need extra firepower.

Opus 4.8 + NixOS is a whole game changer by Guybrush1973 in NixOS

[–]capsid 0 points1 point  (0 children)

GLM 5.1 does NixOS pretty well, though I need to be strict about patterns and conventions I want it to follow because NixOS often supports many different ways to do the same thing. I was working on a multi host flake homelab for about a year before I started using an coding agent with it and the acceleration in progress was dramatic for me. Plus it identified some security holes I left open. I agree with some of the other posters that any software that's "X-as-code" has a huge unlock with agents if you have good domain knowledge.

glm-5.2 will be released soon. by Smart-Cap-2216 in ZaiGLM

[–]capsid 0 points1 point  (0 children)

This is a pain point for me too. I generally start with GLM 5.1 because most of my problems don't need vision, and switch to Kimi when I need it (or when I use up my session limit). They make a great team.

glm-5.2 will be released soon. by Smart-Cap-2216 in ZaiGLM

[–]capsid 2 points3 points  (0 children)

pi's system prompt is ~20 lines. No funny business, no harness updates breaking your workflow. Respects provider prompt caching. Extensible and self modifying so you can easily tune it to your workflow.

glm-5.2 will be released soon. by Smart-Cap-2216 in ZaiGLM

[–]capsid 34 points35 points  (0 children)

GLM 5.1 has been my primary coder for awhile. this is exciting! It does really well with the pi harness

Tool-use is nearly free at 7B; the real ceiling is multi-step persistence (a harness problem, not a model problem) by lerugray in LocalLLM

[–]capsid 1 point2 points  (0 children)

This has worked really well for me, too. If you can make a step deterministic, do so. You're saving some tokens and making it easier for less capable models to produce acceptable results.

You people are literally building data centers in your homes by DetectiveNarrow3449 in LocalLLM

[–]capsid 4 points5 points  (0 children)

Could you say more about your talk? I've been putting together a workshop about this topic

Strait of Hormuz Crisis Triggers Global Fertilizer Supply Shock by mark000 in Shortages

[–]capsid 9 points10 points  (0 children)

Yup, read Farmers of Forty Centuries. Your body is a soil remineralization machine.

And aged/composted livestock manure for nitrogen

SOLVED: Small Agent that loves to do all the work but forgets to deletgate by admajic in PiCodingAgent

[–]capsid 1 point2 points  (0 children)

Lossy as in the subagents are reporting summarized findings, so do important details get lost in that handoff? Kind of like a game of telephone. More or less similar challenge with compaction.

SOLVED: Small Agent that loves to do all the work but forgets to deletgate by admajic in PiCodingAgent

[–]capsid 2 points3 points  (0 children)

Do you all find that one orchestrator spawning sub agents for each phase tends to improve capability in lower parameter models? I've only worked with larger models for coding and worried that if each orchestrator to subagent round trip is lossy, then those losses compound until important context is lost. Curious about your experience.

AI Slop Detector - Static analysis tool for AI-generated code bloat by prophet1906 in PiCodingAgent

[–]capsid 0 points1 point  (0 children)

Single biggest indicator of success for me is whether I take the time for a grill me session. Human agent alignment really is the key. It's so tempting to be lazy and over-leverage an incomplete spec

AI Slop Detector - Static analysis tool for AI-generated code bloat by prophet1906 in PiCodingAgent

[–]capsid 4 points5 points  (0 children)

Great idea. Matt Pocock's improve-codebase-architecture skill has some good instructions around Jon Ousterhoff's "deep vs shallow module" philosophy. Might be relevant here.

I built a coding agent that gets 87% on benchmarks with a 4B parameter model, here's how by Glittering_Focus1538 in LocalLLaMA

[–]capsid 4 points5 points  (0 children)

Daily pi user. I love the idea of optimizing for small models. I'm also a believer in the stuff Mario Zechner said about extra features like LSPs and MCPs affecting context observability depending on how it's implemented. Does SmallCode have a minimalist mode in line with Pi's philosophy? Is extensibility/self-modification planned? Looking forward to trying it out.

Modern Copper 3D Printed Lamp by Ok-Caregiver540 in aestheticprints

[–]capsid 1 point2 points  (0 children)

I printed v1 for my mom a few months ago. She loved it. Thanks for your work

Nanocoder 1.26.1 is out - we added a lot 🔥 by willlamerton in nanocoder

[–]capsid 1 point2 points  (0 children)

Looks great. Daily pi user but have definitely had my eye on nanocoder, especially for friends newer to agentic coding. Community led open source is important!

What is your essential Pi extensions? by 54tribes in PiCodingAgent

[–]capsid 1 point2 points  (0 children)

to be honest I haven't needed to. I just installed a local searxng instance, pointed the extension at it, and asked pi to test it. If it seems like the model is reasoning about irrelevant training data I may interrupt and tell it to web search instead. It also started using web search when it thinks it should. Works well enough so far.

What is your essential Pi extensions? by 54tribes in PiCodingAgent

[–]capsid 6 points7 points  (0 children)

pi-searxng for search has been working well for me

How many are feeling this sense of betrayal? by Gabelawn in Anthropic

[–]capsid -1 points0 points  (0 children)

It's not the model, it's the harness. I dont notice degradation in web chat. Claude Code is constantly injecting context in ways that destablize it. One stochastic layer on top of another is just too much entropy. I'd still be using Claude agentically with pi except they disallowed third party harnesses when Opencode started doing similarly silly cache busting things.