<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: suheilaaita</title><link>https://news.ycombinator.com/user?id=suheilaaita</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 12:36:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=suheilaaita" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: NumbyAI – Self-hosted personal finance app powered by a local LLM]]></title><description><![CDATA[
<p>Hey HN, I built NumbyAI because I wanted an easy way to track my finances and spending without handing my financial data to a cloud service.<p>It's a self-hosted personal finance tool. You upload a bank statement CSV and a local LLM (Ollama, qwen3.5:9b) categorizes every
  transaction into 13 spending categories. A rule engine learns your preferences so repeat categorizations are instant. A dashboard
  gives you spending breakdowns, budget tracking, and cash flow trends across all your uploads.<p>Stack: FastAPI + React + Ollama + SQLite. Works on macOS, Linux, Windows.<p>Features:<p><pre><code>  - Auto-detects CSV column mapping (handles EU/US date and number formats, exotic delimiters)
  - Rule engine applies saved patterns before hitting the LLM
  - Manual review queue for low-confidence categorizations
  - Dashboard with budget tracking, category breakdowns, cash flow trends
  - Rule Advisor that analyzes your patterns and suggests reusable rules
</code></pre>
GitHub: <a href="https://github.com/RoXsaita/NumbyAI-Public" rel="nofollow">https://github.com/RoXsaita/NumbyAI-Public</a>
Website: <a href="https://numbyai.com" rel="nofollow">https://numbyai.com</a><p>Happy to answer questions about the architecture or LLM categorization pipeline.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47377333">https://news.ycombinator.com/item?id=47377333</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 14 Mar 2026 14:56:50 +0000</pubDate><link>https://github.com/RoXsaita/NumbyAI-Public</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47377333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47377333</guid></item><item><title><![CDATA[New comment by suheilaaita in "Coding after coders: The end of computer programming as we know it?"]]></title><description><![CDATA[
<p>I Agree on the customer empowerment point.<p>I'd push back slightly on the production grade point. The models aren't the ceiling, the user's mental model of software is, depending on his experience/knowledge.<p>Someone just starting out will get working prototypes and solid MVPs, which is genuinely impressive. But as they develop real engineering intuition — how Git works, how databases behave under load, how hosting and infra fit together — that's when they start shipping production-grade things with Claude Code.<p>Based on what I'm seeing, the tool can handle it. The question is whether the person behind it understands what they're asking for. Anthropic, for example, mostly uses claude code to develop claude code.</p>
]]></description><pubDate>Sat, 14 Mar 2026 13:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376379</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47376379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376379</guid></item><item><title><![CDATA[New comment by suheilaaita in "Coding after coders: The end of computer programming as we know it?"]]></title><description><![CDATA[
<p>It's true. We're also at the point where the models and the orchestration around them are so good that any beginner to those tools who knows how to use a computer can build working apps. Interesting times.<p>I was pointing out that practice helps with the speed and the scope of capabilities. Building a personal prototype is a different ballgame than building a production solution that others will use.</p>
]]></description><pubDate>Sat, 14 Mar 2026 12:56:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376198</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47376198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376198</guid></item><item><title><![CDATA[New comment by suheilaaita in "Can I run AI locally?"]]></title><description><![CDATA[
<p>They all do, true. But some are better than the others in how they retrieve, digest and present you with the information. Boils down to personal preferences and experimenting.</p>
]]></description><pubDate>Sat, 14 Mar 2026 11:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47375580</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47375580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47375580</guid></item><item><title><![CDATA[New comment by suheilaaita in "Can I run AI locally?"]]></title><description><![CDATA[
<p>I think it will give you a good "starter model". But then, it ultimately depends on what you want to do with the model exactly and your computer's specs.<p>For example, I needed a local model to review some transactions and output structured output in .json format. Not all local models are necesserily good at structured outputs, so I asked grok (becuase it has solid web search and is up to date), what are the best recommended models given this use case and my laptop's specs. It suggested a few models, I chose one and went for it and now it's working.<p>To summarise,
- find model given use case and specs.
- trial and error
- test other models (if needed)
- rinse repeat - because models are always coming out and getting better</p>
]]></description><pubDate>Sat, 14 Mar 2026 10:57:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47375383</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47375383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47375383</guid></item><item><title><![CDATA[New comment by suheilaaita in "Coding after coders: The end of computer programming as we know it?"]]></title><description><![CDATA[
<p>I'm from an accounting/finance background and spent about 10 years in Big4. I was always into tech, but never software development because writing code (as I thought) takes years to master, and I had already chosen accounting.<p>Fast forward to 2024 when I saw Cursor (the IDE coding agent tool). I immediately felt like this was going to be the way for someone like me.<p>Back then, it was brutal. I'd fight with the models for 15 prompts just to get a website working without errors on localhost, let alone QA it. None of the plan modes or orchestration features existed. I had to hack around context engineering, memories, all that stuff. Things broke constantly. 10 failures for 1 success. But it was fun. To top it all off, most of the terminology sounded like science fiction, but it got better in time. I basically used AI itself to hack my way into understanding how things worked.<p>Fast forward again (only ~2 years later). The AI not only builds the app, it builds the website, the marketing, full documentation, GIFs, videos, content, screen recordings. It even hosts it online (literally controls the browser and configures everything). Letting the agent control the browser and the tooling around that is really, genuinely, just mad science fiction type magic stuff. It's unbelievable how often these models get something mostly right.<p>The reality though is that it still takes time. Time to understand what works well and what works better. Which agent is good for building apps, which one is good for frontend design, which one is good for research. Which tools are free, paid, credit-based, API-based. It all matters if you want to control costs and just get better outputs.<p>Do you use Gemini for a website skeleton? Claude for code? Grok for research? Gemini Deep Search? ChatGPT Search? Both? When do you use plan mode vs just prompting? Is GPT-5.x better here or Claude Opus? Or maybe Gemini actually is.<p>My point is: while anyone can start prompting an agent, it still takes a lot of trial and error to develop intuition about how to use them well. And even then everything you learn is probably outdated today because the space changes constantly.<p>I'm sure there are people using AI 100× better than I am. But it's still insane that someone with no coding background can build production-grade things that actually work.<p>The one-person company feels inevitable.<p>I'm curious how software engineers think about this today. Are you still writing most of your code manually?</p>
]]></description><pubDate>Sat, 14 Mar 2026 10:49:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47375337</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47375337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47375337</guid></item><item><title><![CDATA[New comment by suheilaaita in "Can I run AI locally?"]]></title><description><![CDATA[
<p>The simplest way to really start, use anything like claude code, vs code, cursor, antigratvity, (or any other IDE) ask them to install ollama and pull the latest solid local model that was released that you can run based on your computer specs.<p>Wait 5-10 minutes, and should be done.<p>It genuinely is that simple.<p>You can even use local models using claude code or codex infrastrucutre (MASSIVE UNLOCK), but you need solid GPU(s) to run decent models. So that's the downside.</p>
]]></description><pubDate>Sat, 14 Mar 2026 09:25:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47374851</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47374851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47374851</guid></item><item><title><![CDATA[New comment by suheilaaita in "1M context is now generally available for Opus 4.6 and Sonnet 4.6"]]></title><description><![CDATA[
<p>This blew my mind the first i saw this. Another leap in AI that just swooshes by. In a couple of months, every model will be the same. Can't wait for IDEs like cursor and vs code to update their tooling to adap for this massive change in claude models.</p>
]]></description><pubDate>Sat, 14 Mar 2026 09:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47374831</link><dc:creator>suheilaaita</dc:creator><comments>https://news.ycombinator.com/item?id=47374831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47374831</guid></item></channel></rss>