<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: Fosowl</title><link>https://news.ycombinator.com/user?id=Fosowl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 10:20:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Fosowl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Fosowl in "Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools"]]></title><description><![CDATA[
<p>what youtube channel?</p>
]]></description><pubDate>Wed, 30 Apr 2025 19:45:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43849809</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43849809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43849809</guid></item><item><title><![CDATA[New comment by Fosowl in "Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools"]]></title><description><![CDATA[
<p>I know, it's for local use, it's not hosted anywhere so the only adversary is yourself :)</p>
]]></description><pubDate>Wed, 30 Apr 2025 19:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43849807</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43849807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43849807</guid></item><item><title><![CDATA[New comment by Fosowl in "Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools"]]></title><description><![CDATA[
<p>Well it can't use text editor, so it would have to use echo 'rm -rf' with a shell redirection to a file, which would be detected.</p>
]]></description><pubDate>Wed, 30 Apr 2025 19:41:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43849764</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43849764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43849764</guid></item><item><title><![CDATA[New comment by Fosowl in "Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools"]]></title><description><![CDATA[
<p>AgenticSeek only have agent communication for planning task but it isn't really communication. Planning task are simply a json list of task and how they related with each other. During execution output from each agents will be saved and "added" to the prompt of the following agents that depends on the information from the previous agent. Really dead simple but work quite well.
For memory management, we store message as an array of {"role": "user", "content":...}. Where we take a more innovative approach if how we process message before adding to the history: We remove the <think>..reasoning..</think> pattern to keep only useful informations in the context (we don't really need the reasoning that was done on previous task for the current task). We also have  memory summarization that is used when loading a previous session.</p>
]]></description><pubDate>Sun, 27 Apr 2025 14:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43812156</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43812156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43812156</guid></item><item><title><![CDATA[New comment by Fosowl in "Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools"]]></title><description><![CDATA[
<p>No it can't because we check the bash the AI try to execute against a list of pattern for dangerous command. Also all commands are executed within a folder specified in the configuration file, so that you can choose which files it has access to. However, we currently have no containerization meaning that code execution unlike bash could be harmful. I do think about improving the safety by running all code/commands within a docker and then having some kind of file transfer upon user validation once a task is done.</p>
]]></description><pubDate>Sun, 27 Apr 2025 14:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43812056</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43812056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43812056</guid></item><item><title><![CDATA[Show HN: AgenticSeek – Self-hosted alternative to cloud-based AI tools]]></title><description><![CDATA[
<p>I’ve spent the last two months building AgenticSeek, a privacy-focused alternative to cloud-based AI tools like ManusAI. It runs entirely on your machine—no API calls, no data leaks.<p>Why AgenticSeek?<p>Optimized for local LLMs (developed mostly on an RTX 3060 running deepseek r1 14b).<p>Truly private: All components (TTS, STT, planner) run locally.<p>More responsive than alternatives (we respond fast to issues + active Discord).<p>Designed to be fun—think JARVIS-like voice control, multi-agent workflows, and a slick web UI.<p>Current Features:<p>Web browsing (research + form filling), code write/fix, file management/search. Planning capabilites to use multiple agents for complex task.<p>Is it stable?
Prototype-stage—great for tinkerers.<p>Hoping to get feedback!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43805457">https://news.ycombinator.com/item?id=43805457</a></p>
<p>Points: 122</p>
<p># Comments: 18</p>
]]></description><pubDate>Sat, 26 Apr 2025 17:23:49 +0000</pubDate><link>https://github.com/Fosowl/agenticSeek</link><dc:creator>Fosowl</dc:creator><comments>https://news.ycombinator.com/item?id=43805457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43805457</guid></item></channel></rss>