TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: AI helped me build this financial projector. What do I do with it?

1 点作者 putzdown10 天前
I&#x27;m an experienced programmer, still figuring out the best way to use AI in my work. Does it replace me? (No.) Does it supplement me? (Yes.) Just how much of my work can it relieve me from doing, if any? Can it reliably take on large projects with essentially no coding from me, or is it better when I do the bulk of the coding and it supplements? So I&#x27;m exploring and experimenting.<p>This weekend I decided to put the AI (Gemini 2.5 Pro, via Cursor) front and center, giving it virtually all of the programming burden. I acted as project manager and architect, directing it in application design and the broad steps of implementation but leaving it to do all of the actual programming. In practice I had to intervene a couple of times, either to quickly edit a bit of sloppiness that was easier to fix than to explain or to debug erroneous behaviors that needed browser dev tool access to figure out. The AI couldn&#x27;t have done it without me, but it did 95% of it and only got stuck three or four times. Almost all of the actual code—the &quot;typing&quot;—was done by Gemini.<p>The project was a financial project for use in planning family finance. Given your career plans (salary, retirement, savings, etc), retirement spending needs, predictions about inflation and investment return rates, etc, are you saving enough for retirement? Useful tool, no doubt, and although there are other calculators out there I couldn&#x27;t find one that gave me direct access to what I wanted to control or observe. I wanted a Monte Carlo simulator that didn&#x27;t just give one year-by-year prediction but that ran any number of randomized predictions—thousands—and told me not merely &quot;you&#x27;ll be fine&#x2F;you won&#x27;t be fine&quot; but &quot;you&#x27;ll be fine X% of the time.&quot;<p>The resulting &quot;web app&quot; is ugly but functional. Is it correct? My testing suggests that it&#x27;s reasonably correct; my reading of the AI-generated code suggests it&#x27;s reasonably correct. Is it useful? I think so. Personally I find it very useful, and the more I become convinced it&#x27;s correct the more useful I&#x27;ll find it.<p><a href="https:&#x2F;&#x2F;www.jeffwofford.com&#x2F;fin_projector&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jeffwofford.com&#x2F;fin_projector&#x2F;</a><p>What do you think? I suppose there are a couple of avenues of question here. (1) What do you think about this kind of AI-partnering process. Tried it? Trust it? Love it? Hate it? (2) What do you think about this app? Worth my developing it further? See any errors? Do you find it useful? How might I package it to be more broadly valuable for folks?

暂无评论

暂无评论