<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>secrets management &#8211; Rafael Bernard Araujo</title>
	<atom:link href="https://rafael.bernard-araujo.com/tag/secrets-management/feed" rel="self" type="application/rss+xml" />
	<link>https://rafael.bernard-araujo.com</link>
	<description>desenvolvendo... while(!success){  try(); }</description>
	<lastBuildDate>Tue, 21 Apr 2026 04:18:20 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">21941730</site>	<item>
		<title>Tropeçando 119</title>
		<link>https://rafael.bernard-araujo.com/tropecando-119.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-119.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 04:18:20 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[agent tools]]></category>
		<category><![CDATA[process management]]></category>
		<category><![CDATA[secrets management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[software engineering]]></category>
		<guid isPermaLink="false">https://rafael.bernard-araujo.com/?p=2350</guid>

					<description><![CDATA[How to Grow your Software Factory Luca Rossi argues that the right measure of AI effectiveness isn't lines of code but leverage — how much output you get per unit of human input. Teams progress through three stages: writing full specs for everything, then encoding knowledge into shared rules (like AGENTS.md), and finally building reusable [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://refactoring.fm/p/growing-your-sofware-factory">How to Grow your Software Factory</a> </p>
<p>Luca Rossi argues that the right measure of AI effectiveness isn't lines of code but leverage — how much output you get per unit of human input. Teams progress through three stages: writing full specs for everything, then encoding knowledge into shared rules (like AGENTS.md), and finally building reusable modules that enforce correctness by design.</p>
<p><a href="https://newsletter.theburningmonk.com/posts/the-security-case-for-serverless-just-got-stronger">The security case for serverless just got stronger</a></p>
<blockquote>
<p>AI agents can now scan an entire open-source codebase for exploitable vulnerabilities in hours.</p>
<p>Frontier models carry the complete library of known bug classes in their weights. So you can simply point an AI agent at a codebase and tell it to find zero-days.</p>
<p>This isn't theoretical.</p>
</blockquote>
<p>Yan Cui highlights that AI agents can now find real zero-days in open-source codebases at scale, shrinking the patch window from weeks to hours. Serverless and managed services have a structural advantage because AWS patches the runtime for you. The practical takeaways: eliminate long-lived AWS keys everywhere, treat LLM API keys like credentials, and scan your repos for exposed secrets.</p>
<p><a href="https://www.nodejs-security.com/blog/do-not-use-secrets-in-environment-variables-and-here-is-how-to-do-it-better">Do not use secrets in environment variables and here's how to do it better</a></p>
<p><a href="https://apenwarr.ca/log/20260316">Every Layer of Review Makes You 10x Slower</a></p>
<p>Each approval layer adds 10x wall clock time, and AI can't fix that. It only speeds up the first step. Drawing on Deming and the Toyota Production System, the argument is that review layers hide root causes rather than fixing them. The memorable line: <em>&quot;The job of a code reviewer isn't to review code — it's to figure out how to obsolete their review comment, that whole class of comment, forever.&quot;</em></p>
<p>The common thread across all four: the bottleneck isn't writing code, it's the systems around it. Whether it's review layers, security patching, or AI leverage, the answer is the same: engineer quality into the system itself through tests, automation, modules, and clear interfaces, rather than adding layers of inspection after the fact.</p>
<p><a href="https://www.theregister.com/2026/04/13/claude_code_cache_confusion/">Claude Code cache chaos creates quota complaints</a></p>
<p>Anthropic changed the prompt cache TTL from 1 hour to 5 minutes in March. Long, high-context sessions hit quota limits much faster. Pro users report as few as 2 prompts per 5 hours. Leaving your machine for &gt;1 hour = full cache miss on the 1M token context. They're considering reducing the default to 400K tokens.</p>
<p>Token consumption matters more than ever. The next two tools address this from both ends.</p>
<p><a href="https://juliusbrussee.github.io/caveman/">Caveman — Output Token Compression</a></p>
<p>Constrains LLM output to minimal-token structures. Strips pleasantries and padding, keeps code and technical content. Up to 87% output token reduction. Paper shows brevity constraints improve accuracy by 26pp.</p>
<p><a href="https://github.com/rtk-ai/rtk">RTK (Rust Token Killer) — Input Token Compression</a></p>
<p>Intercepts shell command outputs (git, ls, grep, test runners, docker, AWS CLI — 100+ commands) and compresses them before they reach the LLM context. 60-90% input token reduction, &lt; 10ms overhead.</p>
<p>Works with: Claude Code, Copilot, Gemini CLI, Codex, Cursor, Windsurf, Cline.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-119.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2350</post-id>	</item>
	</channel>
</rss>
