<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Questions and help - Sleeves Up Forum				            </title>
            <link>https://sleevesupai.com/community/questions-and-help/</link>
            <description>Where people learning to use AI on their own work compare notes, ask what is not working, and show what they built.</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 26 Sep 2026 14:15:37 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>How do you review a 600 line diff you did not write?</title>
                        <link>https://sleevesupai.com/community/questions-and-help/how-do-you-review-a-600-line-diff-you-did-not-write/</link>
                        <pubDate>Mon, 31 Aug 2026 16:48:11 +0000</pubDate>
                        <description><![CDATA[This is the thing from my intro, asked properly.I request a change, I get back a diff somewhere between 300 and 800 lines, and my review degrades into skimming for anything that looks alarmi...]]></description>
                        <content:encoded><![CDATA[<p>This is the thing from my intro, asked properly.</p><p>I request a change, I get back a diff somewhere between 300 and 800 lines, and my review degrades into skimming for anything that looks alarming. Twice now I have approved something that was obviously wrong in hindsight, and CI caught it, which means the review contributed nothing except a delay.</p><p>Reviewing a colleague's 600 line change would also be bad, but at least I could ask them why they did it that way. Here there is no why beyond what I asked for.</p><p>I do not want the answer to be discipline. Discipline is the thing I ran out of. What is the process?</p>]]></content:encoded>
						                            <category domain="https://sleevesupai.com/community/questions-and-help/">Questions and help</category>                        <dc:creator>Sofia Lindqvist</dc:creator>
                        <guid isPermaLink="true">https://sleevesupai.com/community/questions-and-help/how-do-you-review-a-600-line-diff-you-did-not-write/</guid>
                    </item>
				                    <item>
                        <title>420k line Java monolith: how do you get it to know when it has not seen enough?</title>
                        <link>https://sleevesupai.com/community/questions-and-help/420k-line-java-monolith-how-do-you-get-it-to-know-when-it-has-not-seen-enough/</link>
                        <pubDate>Sun, 23 Aug 2026 17:01:22 +0000</pubDate>
                        <description><![CDATA[Policy admin system at work. Java, around 420 thousand lines, twenty years old, most of the original decisions undocumented and the people long gone.Anything inside one package is fine. Anyt...]]></description>
                        <content:encoded><![CDATA[<p>Policy admin system at work. Java, around 420 thousand lines, twenty years old, most of the original decisions undocumented and the people long gone.</p><p>Anything inside one package is fine. Anything that crosses packages gets me an answer that reads well and is wrong, because it never opened the file where the behaviour actually lives. I have watched it describe a validation rule confidently, based on nothing but the class name.</p><p>What I have tried. Feeding it the file tree, too big to be useful. Pointing it at specific files, which works but requires me to already know the answer. Asking it to search first, which helps until it stops after two or three hits and decides it has enough.</p><p>What are people doing on genuinely large old systems? I am not asking for it to understand the whole thing. I want it to reliably notice when it has not read enough to answer.</p>]]></content:encoded>
						                            <category domain="https://sleevesupai.com/community/questions-and-help/">Questions and help</category>                        <dc:creator>Daniel Osei</dc:creator>
                        <guid isPermaLink="true">https://sleevesupai.com/community/questions-and-help/420k-line-java-monolith-how-do-you-get-it-to-know-when-it-has-not-seen-enough/</guid>
                    </item>
				                    <item>
                        <title>What actually goes in the brief when the job is a messy spreadsheet?</title>
                        <link>https://sleevesupai.com/community/questions-and-help/what-actually-goes-in-the-brief-when-the-job-is-a-messy-spreadsheet/</link>
                        <pubDate>Mon, 10 Aug 2026 00:22:57 +0000</pubDate>
                        <description><![CDATA[Not a developer, so apologies if this is beginner stuff.I have a stock movement export, about 4000 rows a month, out of a system that writes dates three different ways depending on which dep...]]></description>
                        <content:encoded><![CDATA[<p>Not a developer, so apologies if this is beginner stuff.</p><p>I have a stock movement export, about 4000 rows a month, out of a system that writes dates three different ways depending on which depot keyed them in. I want a monthly summary by product line with returns split out.</p><p>When I ask for that I get something that looks right and is not. Last time it quietly dropped every row where the date would not parse, about 300 of them, and handed me a clean looking total that was 7 percent light. It did not mention doing it.</p><p>What do people put in the request to stop that happening? I have a feeling I am asking the wrong way rather than asking for the wrong thing.</p>]]></content:encoded>
						                            <category domain="https://sleevesupai.com/community/questions-and-help/">Questions and help</category>                        <dc:creator>Marcus Bell</dc:creator>
                        <guid isPermaLink="true">https://sleevesupai.com/community/questions-and-help/what-actually-goes-in-the-brief-when-the-job-is-a-messy-spreadsheet/</guid>
                    </item>
				                    <item>
                        <title>Agent keeps editing files I did not ask it to touch</title>
                        <link>https://sleevesupai.com/community/questions-and-help/agent-keeps-editing-files-i-did-not-ask-it-to-touch/</link>
                        <pubDate>Wed, 05 Aug 2026 02:40:20 +0000</pubDate>
                        <description><![CDATA[Client WordPress theme, php and a bit of js. I asked Claude Code to fix a bug in one template part. It fixed the bug, and it also reformatted webpack.config.js and rewrote two functions in a...]]></description>
                        <content:encoded><![CDATA[<p>Client WordPress theme, php and a bit of js. I asked Claude Code to fix a bug in one template part. It fixed the bug, and it also reformatted <code>webpack.config.js</code> and rewrote two functions in a helper file that had nothing to do with anything.</p><p>The extra changes were not wrong exactly. They were just not asked for, and on a client site every extra line is something I have to explain if it breaks next month.</p><p>What I have tried. Telling it in the prompt to only touch the one file, which works maybe four times out of five. Listing the files up front and having it confirm before writing, which works better but is slow and I forget to do it when I am in a hurry.</p><p>Is there anything more reliable than remembering to ask nicely? Latest version, macOS.</p>]]></content:encoded>
						                            <category domain="https://sleevesupai.com/community/questions-and-help/">Questions and help</category>                        <dc:creator>Diego Salazar</dc:creator>
                        <guid isPermaLink="true">https://sleevesupai.com/community/questions-and-help/agent-keeps-editing-files-i-did-not-ask-it-to-touch/</guid>
                    </item>
							        </channel>
        </rss>
		