frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How are Markov chains so different from tiny LLMs?

201•JPLeRouzic•5d ago•185 comments

Ask HN: Is America in Recession?

7•register•9h ago•8 comments

Ask HN: How do you balance creativity, love for the craft, and money?

7•introvertmac•16h ago•8 comments

Ask HN: Is it time to measure Inflation and CPI without the government?

12•cyrusradfar•13h ago•4 comments

Ask HN: Where can you find old NetBSD packages?

11•GaryBluto•1d ago•4 comments

Ask HN: Working in a language that isn't your native one. How hard was it?

4•william-cooke•17h ago•13 comments

Warp Terminal Doing a Pricing Shock for Canadian Users – 10× Increase on Credits

3•osmosismartini•19h ago•3 comments

Ask HN: Can you share what you built using Cursor/Agentic IDEs?

4•ludamn•9h ago•2 comments

Ask HN: Current state of Android USB tethering?

8•namesarehard•1d ago•0 comments

Amex Architecture

3•nemsj•1d ago•0 comments

Ask HN: Are you still working with a website that requires Internet Explorer?

11•urnicus•1d ago•9 comments

Ask HN: How would you architect a RAG system for 10M+ documents today?

20•Ftrea•2d ago•4 comments

Facebook has made it impossible to delete Pages – dark patterns everywhere

46•ramharts•4d ago•16 comments

Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?

21•jacobwilliamroy•3d ago•18 comments

Fun weekend task – Calculate your crypto relief or regret

2•shouldabought•1d ago•0 comments

Tell HN: Cursor exposes side projects to your employer

33•throwawaybbbbbb•3d ago•22 comments

Ask HN: Cloud providers are losing in favor of bare-metal?

35•clostao•6d ago•29 comments

You've reached the end!

Open in hackernews

Ask HN: Can you share what you built using Cursor/Agentic IDEs?

4•ludamn•9h ago
I had played with Cursor/Claude Code a bit but would like to see the result of other people's work using these tools, bonus point if you can share the source.

If it matters, I'm asking this to gather information to make a decision, I received an offer to work in a company that requires all code to be crafted this way.

I already have a good job and I'm happy with it, so besides a much bigger/trendier name in my CV and more pay there's not a lot in this opportunity for me. I'm also aware that if I were to leave my current position my team could be heavily affected since I usually play a key role in helping us deliver work on time (not that my company would do the same for me, but at the end of the day I don't want to willingly screw my coworkers' chance of success/stability).

As for this new opportunity: What concerns me is that I'm worried about the scale/size of the applications and if current SotA LLMs are capable of building something that's maintainable in the long run. They're a big name company and this work isn't for any of their main products, so I fear that this might just be a pet project for them and if it doesn't work they will scrap everyone involved in the project in a few months.

Sorry for asking this on a public forum, unfortunately I don't have folks in my circle that could help me w/ this question, so all I can say is thanks in advance for your help :bow:!

PS I tried googling and didn't find conclusive results to this question (this is a polarized topic!), it doesn't help that most links I found in popular reddit threads on this subject are dead, the most notable app I found was WithAffluent

Comments

joegibbs•6h ago
I think the ideal limit as far as complexity with no manual coding would be something like this new marketing site for my game (warning: 100mb of video on Chrome): https://redo--fallofanempire.netlify.app/

Cursor with Gemini 3. I didn't manually write a single line for it (except for the actual wording). Gemini did the React stuff, styling, writing ffmpeg commands for re-encoding the videos to work better with scroll-based scrubbing, splitting them out into AVIF image sequences for mobile, etc. I use Cursor + Codex for the actual game as well but it involves a lot of manual work - even with a really modular system like Unreal it gets convoluted.

I tried doing a spreadsheet application heavily using Sonnet 4 (https://app.embedsheet.ai/) and found it would make a ton of mistakes and massive files that it would then be unable to reason with, I think if I did it again I'd do all the core stuff by hand.

kentich•5h ago
I've built for fun with Bolt.new:

https://tendayweekcalendar.com/

I did no manual coding except small bug fixing.