<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jrvarela56</title><link>https://news.ycombinator.com/user?id=jrvarela56</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 14:05:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jrvarela56" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jrvarela56 in "Ask HN: How to solve the cold start problem for a two-sided marketplace?"]]></title><description><![CDATA[
<p>A key term is ‘single player value’. One type of user needs to get benefits out of this marketplace as a tool so that you can use that engagement to solve the chicken and egg problem.</p>
]]></description><pubDate>Mon, 20 Apr 2026 16:04:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47836257</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47836257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47836257</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Changes in the system prompt between Claude Opus 4.6 and 4.7"]]></title><description><![CDATA[
<p>Not sure if you mean 1) sub-agent definitions (similar to skills in Claude Code) or 2) CLI scripts that use other coding agents (eg claude calling gemini via cli).<p>For (1) I'm trying to come up with a simple enough definition that can be 'llm compiled' into each format. Permissions format requires something like this two and putting these together some more debugging.<p>(2) the only one I've played with is `claude -p` and it seems to work for fairly complex stuff, but I run it with `--dangerously-skip-permissions`</p>
]]></description><pubDate>Mon, 20 Apr 2026 07:06:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47831193</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47831193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47831193</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Changes in the system prompt between Claude Opus 4.6 and 4.7"]]></title><description><![CDATA[
<p>I implemented a client for each so that the session history is easy to extract regarding the agent (somewhat related to progress of goal).<p>Context: AGENTS.md is standard across all; and subdirectories have their AGENTS.md so in a way this is a tree of instructions. Skills are also standard so it's a bunch of indexable .md files that all agents can use.</p>
]]></description><pubDate>Mon, 20 Apr 2026 06:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47831107</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47831107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47831107</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Changes in the system prompt between Claude Opus 4.6 and 4.7"]]></title><description><![CDATA[
<p>I'm leaning in this direction. Recently slopforked pi to python and created a version that's basically a loop, an LLM call to openrouter and a hook system using pluggy. I have been able to one-shot pretty much any feature a coding agent has. Still toy project but this thread seems to be leading me towards mantaining my own harness. I have a feeling it will be just documenting features in other systems and maintaining evals/tests.</p>
]]></description><pubDate>Mon, 20 Apr 2026 06:48:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47831102</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47831102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47831102</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Changes in the system prompt between Claude Opus 4.6 and 4.7"]]></title><description><![CDATA[
<p>The past month made me realize I needed to make my codebase usable by other agents. I was mainly using Claude Code. I audited the codebase and identified the points where I was coupling to it and made a refactor so that I can use either codex, gemini or claude.<p>Here are a few changes:<p>1. AGENTS.md by default across the codebase, a script makes sure CLAUDE.md symlink present wherever there's an AGENTS.md file<p>2. Skills are now in a 'neutral' dir and per agent scripts make sure they are linked wherever the coding agent needs them to be (eg .claude/skills)<p>3. Hooks are now file listeners or git hooks, this one is trickier as some of these hooks are compensating/catering to the agent's capabilities<p>4. Subagents and commands also have their neutral folders and scripts to transform and linters to check they work<p>5. `agent` now randomly selects claude|codex|gemini instead of typing `claude` to start a coding session<p>I guess in general auditing where the codebase is coupled and keeping it neutral makes it easier to stop depending solely on specific providers. Makes me realize they don't really have a moat, all this took less than an hour probably.</p>
]]></description><pubDate>Mon, 20 Apr 2026 05:35:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47830722</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47830722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830722</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Creating West Coast Buddhism (2024)"]]></title><description><![CDATA[
<p>I guess then if you did not receive instruction from the Buddha himself you cannot call yourself a true buddhist.</p>
]]></description><pubDate>Mon, 30 Mar 2026 04:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47570523</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47570523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47570523</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Claude Code runs Git reset –hard origin/main against project repo every 10 mins"]]></title><description><![CDATA[
<p>It’s a feature not a bug!</p>
]]></description><pubDate>Sun, 29 Mar 2026 23:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568726</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47568726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568726</guid></item><item><title><![CDATA[New comment by jrvarela56 in "LLM Architecture Gallery"]]></title><description><![CDATA[
<p>Would be awesome to see something like this for agents/harnesses</p>
]]></description><pubDate>Sun, 15 Mar 2026 23:47:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47393353</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47393353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47393353</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>Agree, i was going the vaultwarden route and figured this pattern seems better: <a href="https://fly.io/blog/tokenized-tokens/" rel="nofollow">https://fly.io/blog/tokenized-tokens/</a><p>Secrets are encrypted and the proxy decrypts on the fly if destination is whitelisted for that token.</p>
]]></description><pubDate>Sun, 22 Feb 2026 06:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47108868</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47108868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47108868</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>the LLM can use types just like the human</p>
]]></description><pubDate>Sun, 22 Feb 2026 06:25:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47108743</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=47108743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47108743</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Claude Code for Infrastructure"]]></title><description><![CDATA[
<p>The problem we have as software engineers (from an entrepreneur's pov) is that we mostly struggle with stuff that's removed from the client's problem.<p>I mean it in terms of owning the solution to a problem, being accountable/responsible for something working e2e not just the software or even the product - the service/experience of the customer that makes them want to give you money. Once you put on another hat - guess what - you'd probably be the star of some operations team or a great supervisor of some department. You would automate everything around you to a point others think you're the most capable person they've ever seen in that role.</p>
]]></description><pubDate>Thu, 05 Feb 2026 08:44:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46897309</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=46897309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46897309</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Claude Code for Infrastructure"]]></title><description><![CDATA[
<p>I’ve been a year deep into my first job out of tech. There is a never ending slew of problems where being able to code, specially now with AI, means you have wizard-like powers to help your coworkers.<p>My codebase is full of one-offs that slowly but surely converge towards cohesive/well-defined/reusable capabilities based on ‘real’ needs.<p>I’m now starting to pitch consulting to a niche to see what sticks. If the dynamic from the office holds (as I help them, capabilities compound) then I’ll eventually find something to call ‘a product’.</p>
]]></description><pubDate>Wed, 04 Feb 2026 20:32:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46891274</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=46891274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46891274</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Deno Sandbox"]]></title><description><![CDATA[
<p>Just wrapped up my own module for this. Remixed my worktree workflow with a lima wrapper. I wanted to go head first to giving Claude Code full autonomy but realized capability and prevention need to go hand in hand<p>Next step for me is creating a secrets proxy like credit card numbers are tokenized to remove risk of exfiltrating credentials.<p>Edit: It’s nice that Deno Sandbox already does this. Will check it out.</p>
]]></description><pubDate>Wed, 04 Feb 2026 08:32:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46883125</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=46883125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46883125</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Anthropic blocks third-party use of Claude Code subscriptions"]]></title><description><![CDATA[
<p>If they believe it would get them AGI they would risk it.</p>
]]></description><pubDate>Fri, 09 Jan 2026 06:17:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46550650</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=46550650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46550650</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Wrapping my head around AI wrappers"]]></title><description><![CDATA[
<p>I agree with you in spirit but this harms the potential for these new products to emerge. You’re saying you don’t want them to be able to accrue a data moat. It sounds good for user privacy and optionality later on but it makes it harder for these services to get started as they dont see that model as possible.</p>
]]></description><pubDate>Thu, 20 Nov 2025 14:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45992723</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45992723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45992723</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Hard drives on backorder for two years as AI data centers trigger HDD shortage"]]></title><description><![CDATA[
<p>If every other PC is more expensive, they will just increase prices.</p>
]]></description><pubDate>Wed, 12 Nov 2025 07:00:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45897138</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45897138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45897138</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Uv is the best thing to happen to the Python ecosystem in a decade"]]></title><description><![CDATA[
<p>I have a directory called workspace where there’s a projects directory and the main area is for messing around. Just setup workspace once as a project.</p>
]]></description><pubDate>Thu, 30 Oct 2025 07:12:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45757208</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45757208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45757208</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Context engineering is sleeping on the humble hyperlink"]]></title><description><![CDATA[
<p>Spot on, this is a solid abstraction to build upon. I always felt MCP was a misstep in comparison to OpenAI’s focus on OpenAPI specs. HATEOAS is the principle that has become more useful as agents drive applications.</p>
]]></description><pubDate>Sat, 25 Oct 2025 02:46:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45701006</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45701006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45701006</guid></item><item><title><![CDATA[New comment by jrvarela56 in "Some graphene firms have reaped its potential but others are struggling"]]></title><description><![CDATA[
<p>The AI of chemical engineering/material science?</p>
]]></description><pubDate>Mon, 13 Oct 2025 13:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45567871</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45567871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45567871</guid></item><item><title><![CDATA[New comment by jrvarela56 in "The death of industrial design and the era of dull electronics"]]></title><description><![CDATA[
<p>I think it’s a mix of social media and risk aversion, this article touches on the broader discussion as it impacts many kinds of design<p><a href="https://www.alexmurrell.co.uk/articles/the-age-of-average" rel="nofollow">https://www.alexmurrell.co.uk/articles/the-age-of-average</a></p>
]]></description><pubDate>Mon, 06 Oct 2025 05:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45487789</link><dc:creator>jrvarela56</dc:creator><comments>https://news.ycombinator.com/item?id=45487789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45487789</guid></item></channel></rss>