frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: In your experience, what are sound conventions for e-ink UI development?

144•BoxOfRain•3d ago•53 comments

Ask HN: What are you working on? (August 2026)

303•david927•1d ago•1095 comments

SETI@Home was the coolest thing

19•b112•13h ago•7 comments

Tell HN: Old.reddit.com Requires Login

16•comprev•4h ago•6 comments

Ask HN: How do you learn with LLMs?

3•py4•8h ago•4 comments

Ask HN: Manager Blueprint

3•edimaudo•10h ago•1 comments

Ask HN: Is there a marketable "skill" to using AI?

3•purplemoonx•11h ago•3 comments

Anger over Data Centers Is Fueling a New Political Movementtca

8•doener•11h ago•8 comments

Ask HN: Is Traditional SaaS Dying?

4•vibe_that_works•15h ago•6 comments

Did Apple Search engine bot enter the security LLM fuzzing gauntlet

3•duttonw•16h ago•0 comments

Ask HN: How do you set comp at an early stage startup?

4•jeffreyfate•1d ago•4 comments

Ask HN: What Project are you the most proud of?

7•emn4tor•1d ago•15 comments

Ask HN: Recommended Merchant of Record and Affliate Setup

4•tisdadd•1d ago•4 comments

Ask HN: How do you go from writing code to deploying with agents?

15•sakuraiben•2d ago•10 comments

Ask HN: My dev blog has 11k followers. I stopped writing it. What would you do?

8•zlatkov•1d ago•9 comments

Ask HN: Is Ask HN Shrinking?

19•keiferski•2d ago•16 comments

The Systemic Collapse of the AI Industry: Ideology, Hardware, and CapEx Crisis

7•impartial2602•1d ago•1 comments

The State of Google

14•3dedb728-3f77•2d ago•9 comments

Ask HN: Why is Open POWER Foundation a wasteland?

9•climate_denier_•2d ago•2 comments

Ask HN: Anyone that has built a marketplace, what has been your experience?

7•mfisc_019•1d ago•3 comments

Ask HN: What is your database size

8•kureikain•2d ago•3 comments

Ask HN: Should a coding client import another client's rules by default?

2•ryanmerket•1d ago•0 comments

Ask HN: Should AI's tell you they're AI?

9•logicallee•1d ago•6 comments

DeepSeek announced to raise its API price tremendously

32•alexwwang•4d ago•25 comments

Agentcn – Installable AI Agents

5•anayat•1d ago•0 comments

Mossad accicentally injected data to a French lawyer phone instead of extracting

24•0x54MUR41•1d ago•5 comments

You've reached the end!

Open in hackernews

Ask HN: How do you learn with LLMs?

3•py4•8h ago
I am not happy about GenAI progress affecting my career though I am excited about its application for personalized learning. How do you use LLMs to learn advanced technical stuff better?

e.g., socratic method

Comments

mpc75•5h ago
I've had a bit of success building little games. Not exactly what you'd consider "advanced technical stuff", but I used AI to help me get better at reading the water for fly fishing.

For more technical stuff, like deep database expertise, I used it probably like you do, just tons of follow-ups, ELI5 commands, etc.

py4•4h ago
tnx. can you share more about your game experiment?
hahahaa•3h ago
I love the question. I haven't been too intentional in LLM driven learning but for code I do like to get the LLM to make the code and then I review it closely making sure I understand it. Question it etc.

Socratic method seems like a good idea maybe there are skills out there for it.

austin-cheney•2h ago
I don’t typically use AI when programming.

When putting my perf tests behind a setTimeout I found I could push my WebSocket message send speed from 3,250,000 messages per second to about 3,250,000 messages in about 0.002 seconds. I did not believe the numbers so I asked about this on IRC. People said my perf must be broken and I should use AI to find the error. After a few factual corrections about the code Claude confirmed the numbers as valid.