frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What's a good 3D Printer for sub $1000?

69•lucideng•2d ago•76 comments

Ask HN: Is it immoral not to correct someone else's grammar on social media?

2•amichail•1h ago•8 comments

I launched a Mac utility; now there are 5 clones on the App Store using my story

120•tTarnMhrkm•20h ago•100 comments

Ask HN: Is anyone else sick of AI splattered code

66•throwaway-ai-qs•2h ago•60 comments

Ask HN: Is Claude Code less useful in recent weeks for you?

7•vintagedave•3h ago•4 comments

Is the era of personal software portfolios over?

8•justanotherunit•11h ago•8 comments

Ask HN: How to deal with fake job applicants?

16•rswerve•18h ago•20 comments

Ask HN: Generalists, when do you say "I know enough" about any particular topic?

30•AbstractH24•1d ago•85 comments

Scanoss GitHub Actions Adds Dependency Track Integration

2•scanosss•9h ago•0 comments

Paid $2400 to Cloudflare, support refuses to help

140•thekonqueror•2d ago•29 comments

Advertising in Microsoft Excel

12•BLKNSLVR•18h ago•8 comments

Ask HN: Why isn't capability-based security more common?

11•killerstorm•1d ago•21 comments

Ask HN: Claude file creation/edit feature leading to worse coding performance?

2•arjunchint•1d ago•1 comments

How WASM DB and worker messaging helped me handle 500MB in 2s in browser

6•vinserello•2d ago•2 comments

Ask HN: What Single File Web Apps do you know of?

10•calebm•1d ago•19 comments

Google Ends Support for Lynx Browser

102•zhenyi•1w ago•43 comments

You've reached the end!

Open in hackernews

Is the era of personal software portfolios over?

8•justanotherunit•11h ago
Since the launch of AI agents it has become significant easier to develop prototypes and smaller software applications (of the most common like web and python apps) through Agent CLIs.

I personally view software a bit different now than I did over 3 years ago. The technical or architectural aspects is not as interesting to me anymore, since they could have been generated with the help of AI. This does not tell me that the person actually knows what is happening beneath the business layer, since the person might not have been the one who actually wrote it. Yeah that was doable before too with the help of almighty CTRL-C CTRL-V, but now we have an automated CTRL-C CTRL-V which rarely pastes the code in the wrong location.

Although I feel that when a specific scale is reached for an application, AI does not suffice anyway. That means the person actually requires to have deep architectural understandings of the concepts required to solve these problems, which was kind of the requirement before AI era. But does that just means I now value more ambitious software lower?

The current era of software development is quite shaky and weird IMO, and no one actually knows, everything is just an opinion-war.

So here goes my opinion. Has the rise of these tools lowered the value of personal software portfolios? What do you think?

Comments

whyandgrowth•10h ago
>Is the value of a portfolio decreasing?

Partially, yes. If your portfolio is 5 small web applications or Python scripts that AI can make in half an hour, their weight as a “demonstration of skills” drops.So, the fact that you can do it manually is no longer impressive.

What becomes important now: Architecture at scale — AI does not yet know all the nuances of large systems, distributed services, performance optimization, and security.

Business logic integration — understanding how the business actually works, where the pain points are, how users interact with the product.

Creativity and unique concepts — AI can create boilerplate, but it doesn't always understand that it is creating something fundamentally new.

Moral: AI takes away the “simple feats” but opens up new space for true engineering mavens. If you can do something that AI can’t easily replicate, your portfolio gets even cooler.

justanotherunit•10h ago
I agree, that would also require engineers to become more invested into core domain problems, which would then lead to more specialised skills (deeper, not broader). My guess is that not everyone actually likes this, but as for now most of the current state points to that direction.
humamf•8h ago
I wonder whats business integration covers in personal portofolios looks like. As far as I know I only seen articles and self contained project.
barrenko•7h ago
> AI does not yet know all the nuances of large systems, distributed services, performance optimization, and security.

I'd say guess again. The chamber in the revolver of the russian roulette that is our careers just got infinitely larger, bets are off.

dakiol•6h ago
Depends on what you show in your portfolio? I never understood devs that show half baked and simple web apps in their portfolios. What’s the point? To show your have commitment? To show that you have passion? Because those apps don’t usually show quality or challenging design topics.

I keep all my half baked apps to myself.

vunderba•4h ago
Agreed. When I was involved on the interviewing side, it was not uncommon for applicants to prominently list their Github URL on their resume - only for it to be filled create-react-app web app tutorials. I'm not sure what kind of signal they're trying to send...
fzwang•5h ago
This is an interesting question. I work with students (older teens/young adults) and they are dealing with similar issues. It seems like the world's expectations shifted very quickly under their feet.

I don't think anyone knows the answer. As a hiring manager, I definitely put less weight on generic CRUD apps etc nowadays. You can argue that people can actually just copy and paste from SO before, and that's true, but even with that you had to have some knowledge so integrate what you've copied. With AI assist, the process is orders of magnitude easier, as you can just re-try prompts etc.

What I look for instead is more information on the process of creation, which usually means examining their writing. How did they get the idea? how did they think about what features to build? But even this is not immune to AI contamination.

Overall, I think we're likely to move towards more reliance on verifiable longitudinal data rather than "spot checks". It's much more difficult/challenging to re-create for "portfolio cheaters", and easier for authentic applicants. I get my students to write a dev journal which I verify, and use that as part of a private portfolio that we can share with potential employers.

Overall, I'd say the vetting process is much more onerous on both sides and portfolios will now need proof-of-authenticity.

JohnFen•4h ago
I think the opposite: it raises the value of personal portfolios, assuming the portfolios are actually good and representative to begin with. Most aren't, and those ones are likely to be of less value.