Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schipperai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
schipperai
11d ago
Point taken, I agree Ansible could have worked nicely for this tool. While I do think there's value in packaging the workflow into a ready-made tool. I do appreciate the input, thanks!
2.
▲
by
schipperai
11d ago
Ansible can of course handle the templating and deployment. Not arguing that. mdmanager packages runtime-specific discovery, reusable Sections and Profiles, an instruction-focused TUI, and bundled CLI docs into something you can install and
3.
▲
by
schipperai
11d ago
The tool is more than templating and automation. It adds a workflow for inspecting and composing the instructions. The TUI and the docs understand how each coding agent runtime loads instructions into context (they all have nuanced differen
4.
▲
Mdmanager.ai – Manage your Claude.md and AGENTS.md across machines and runtimes
(github.com)
3 points
by
schipperai
11d ago
|
7 comments
5.
▲
by
schipperai
11d ago
One agent standard that causes me pain: AGENTS.md / CLAUDE.md. I have multiple machines (personal laptop, work laptop, server) and runtimes (Claude Code, Codex, Pi) which share common instructions, but also have special cases for each
6.
▲
by
schipperai
29d ago
Fair - some of the points in these examples will rot. What I think transfers are the failure modes: context rot, agents filling in decisions, whether a codebase is greppable. Those can turn into team principles, and you can only learn this
7.
▲
by
schipperai
29d ago
Author here. Thanks for the comment. I did refer to some specific models, though a lot of these learnings are from experience over the past 6 months or so, and continue to generalize as frontier models improve. Curious if there’s a specific
8.
▲
by
schipperai
29d ago
I’d agree Linus is an exceptional leader. And I don’t think most rules apply to him.
9.
▲
Technical leaders should have the largest AI exhaust
(schipper.ai)
10 points
by
schipperai
29d ago
|
16 comments
10.
▲
by
schipperai
1mo ago
I’m working on “nah” [1] an agent hook guard that blocks catastrophic agent actions like filesystem destruction, secrets exfiltration, and git disasters. All the agent hook guards I’ve seen can be easily removed by agents (and they often do
11.
▲
How to Spot AI Writing
(economist.com)
2 points
by
schipperai
2mo ago
|
0 comments
12.
▲
by
schipperai
3mo ago
Do I understand correctly that you scope least-privilege creds/tokens and pass those to the sandbox? I'd be curious to learn more
13.
▲
by
schipperai
3mo ago
If an organization decides the engineering team should not be looking at code, that should be coupled with a mandate to figure out what good engineering looks like working that way - what constitutes a good contribution vs what's slop?
14.
▲
by
schipperai
3mo ago
Working in the era of 200k context window meant I had to narrowly scope tasks to fit in the context window, forcing me to think about how to reduce complexity and naturally resulting in atomic work. 1M context windows and the promise that t
15.
▲
by
schipperai
3mo ago
Let's hope not all frontier AI assimilates these guardrails. It would be a shame for independent researchers and students.
16.
▲
by
schipperai
3mo ago
I get a sense that I was click-baited by article's title with the classic trope of "X is all you need". This research is a solid contribution, but is far from all we need to understand grep vs semantic search in agent retriev
17.
▲
by
schipperai
3mo ago
Cognition did well in documenting their approach [1]. TL;DR - they worked with OSS project maintainers to build tasks. They score models based on whether a PR is mergeable. All tasks are graded by a human researcher. SoTA models have hill-c
18.
▲
by
schipperai
3mo ago
I trust AI to surface general information and best practices on established knowledge domains. For example: best practices for securing my VPS. For domains whete SoTA is constantly changing like AI, I use LLMs to aggregate and interact with
19.
▲
by
schipperai
3mo ago
You can dig deeper into problems with AI. For me, it supplements my knowledge in domains I don’t fully understand. It also helps me learn. So I can tackle problems I wouldn’t otherwise. I’m excited for ultrafast AI. It likely means less te
20.
▲
by
schipperai
4mo ago
Demis at YCombinator said that they think its best their edge models are open cause once they are put on device they are vulnerable anyways https://youtu.be/JNyuX1zoOgU?is=PdzCILyi8SP6cfDr
21.
▲
by
schipperai
4mo ago
Yes, you can define sensitive paths and assign 'ask' or 'block' policies to them. .env, .ssh, and others are treated as a sensitive filenames by default. Similarly, with hosts and network access - unknown hosts pause, tr
22.
▲
by
schipperai
4mo ago
This recent article from Semianalysis did a great job explaining part of it: https://newsletter.semianalysis.com/p/are-ai-datacenters-inc...
23.
▲
by
schipperai
4mo ago
Very cool. How do you classify negative signals?
24.
▲
by
schipperai
4mo ago
Which platform have you found is most hackable? I have Garmin atm and like it but there’s no easy way to pipe my data into my agent or server for offline analysis.
25.
▲
by
schipperai
4mo ago
I like the overall premise and would be curious to learn more. The Amazon overview reads like it was written with or by AI though.
26.
▲
by
schipperai
4mo ago
A better permissions layer for coding agents. The tool works like auto-mode for Claude Code, so you can stay in the flow and only get prompted to allow or deny tool calls when it truly matters, but it is fully deterministic. My benchmarks s
27.
▲
by
schipperai
5mo ago
Thanks, makes sense. I meant Blackwell is explicitly optimized for MoEs.
28.
▲
by
schipperai
5mo ago
With most OSS releases being MoEs, and modern GPUs optimized for MoEs, can somebody with knowledge of the topic explain or speculate why Mistral might have opted for a dense model?
29.
▲
by
schipperai
5mo ago
100%. The exclusivity of the network is the differentiator here.
30.
▲
by
schipperai
5mo ago
Agent permissions layer are broken. We need better a permissions layer that doesn’t get in the way but stops destructive commands. Devs get pushed into running yolo mode cause classifying allow / deny by command is not enough. A sandbo
More ›