63,021 results for are · 2.531s

News for “are”
18 results • 2520 ms server time
Moozonian News
news.ycombinator.com• Mar 3, 2026• 1 min read
Ask HN: How are you structuring Markdown-based context for AI coding agents?I’ve recently transitioned from using LLMs in-browser to a local agentic workflow in VS Code (Gemini Code Assist). I can approve/disapprove changes which is nice, but I’ve hit a wall regarding context management. Initially, I provided all the whole repo as context to the non-agentic version of Gemini code assist and it performed well.I read the agentic mode is "better" so to keep the agent aligned with my project's architecture, I’ve manually built 7 dense Markdown files that serve as the system instructions for the project. I require Gemini to update these files as we implement features.gemini.md (instructs gemini to read the other md files and handle updating) project_overview.md, architecture.md, features.md, database.md, api.md, security.mdEach file is between 500–1,500 words so I’m concerned if f this is the right way to go. There seems to be no consensus on context file best practices. I’m seeing strong arguments for both minimalist, lean instructions and dense, project-wide spec
Advertisement
Advertisement
Moozonian News
news.ycombinator.com• Feb 28, 2026• 1 min read
Ask HN: How do I use AI as a tool if some answers are objectivity incorrect?I'm really at stump here, I want to use AI to make my life easier with work but how do I if I can't trust its answers 100% of the time? I mean I understand it needs human intervention but if I don't know the answer itself, it involves me stopping at the exact time I need to, searching for the correct answer elsewhere entirely and or just giving up on it, its quite exhausting.The process for me is usually I go down a path with an LLM; I get excited at the prospect of using it as a tool. In the middle i spot an error. Question it, the LLM responds with a contradiction in the same conversation. I realise it means the last 5 minutes of dialogue was all incorrect, and I get frustrated that it wasted my time. I mean they're selling it as intelligent but where is the intelligence, to me its more akin to a search engine where instead of showing me a full article, it returns the excerpt of text instead. Useful.. maybe?I know people use this in their work daily so I'm just curious how do they do
Advertisement