frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Brute-Forcing My Algorithmic Ignorance with an LLM in 7 Days

http://blog.dominikrudnik.pl/my-google-recruitment-journey-part-1
35•qikcik•3h ago

Comments

piokoch•1h ago
This is very interesting, I've been using LLM to learn new things that way and it really worked. To some extent, learning with LLM is better than taking any course, even with a tutor, as I am getting something prepared for me, in terms of my experience, progress level, etc.

LLM is going to change schools and universities a lot, teachers, tutors will have to find themselves in the new reality, as they have a strong competitor with infinite resources and huge knowledge, patient and ready to work with every student in a distinct way, according to student's needs, level, intelligence, etc.

Instruction-based tutoring is dead from that perspective, why should I follow someone reciting a book or online tutorial, while there is a tool that can introduce me into subject in a better and more interesting way?

Sure, there are great teachers, who are inspiring people, who are able to present the topic in a great way, the point is, they are minority. Now, everyone can have a great tutor for a few dollars a month (or for free, if you don't need generating too much data quickly).

pandatigox•1h ago
Sounds interesting, can you share some useful prompts for learning?
r_lee•1h ago
(not OP but..) I personally am not very into "prompting", you just need to figure out how these models work

it's best when you ask a well known problem/thing they can reference (vs. a niche way to solve exactly what you want to solve)

then you work backwards, I e. why is it like this, what is this for, what are the alternative ways to accomplish this etc...

it's a big query engine after all.

don't try to ask like "what is the exact right way" or etc. because it will try to generate that and likely hallucinate if there is no such answer in its training corpus.

instead ask what the model does know, or doesn't.

fragmede•1h ago
To some extent. I had Claude (Sonnet 4.5) generate some homework problems for students I was teaching to code, and the problem/answers weren't actually right. They were subtlety wrong, which makes me worry about using it for other subjects.
e12e•42m ago
I think that Knoll’s law of media accuracy applies quite well to LLMs as well:

> “everything you read in the newspapers is absolutely true, except for the rare story of which you happen to have firsthand knowledge”.

jeffbee•1h ago
LLMs aren't any of these things: infinite, knowledgable, patient, or ready. They are a compressed representation of all of the misstatements and misunderstandings in the history of Reddit. If you think you've been using LLMs to "learn new things" it could be because you aren't already familiar with the domain and you can't see where it's misleading you.
mistahenry•56m ago
I mean, you've collapsed a complex, mixed system into a single negative narrative.

Examples of how I learn with LLMs:

- Paste sections from reading and ask questions / clarify my understanding / ask it to quiz me

- Produce Anki cards by pasting in chapter text and the culling out the goods ones

- Request resources / links for further learning

Basically, LLMs serve as a thinking partner. Yes, it's a fallible tool, not an oracle. But dismissing the idea that you can learn (and learn faster / more efficiently) with LLMs is reductionist

traceroute66•51m ago
> LLM is going to change schools and universities a lot, teachers, tutors will have to find themselves in the new reality, as they have a strong competitor with infinite resources and huge knowledge, patient and ready to work with every student in a distinct way, according to student's needs, level, intelligence, etc.

No it won't. It really, really wont. You clearly don't have any university professors amongst your friends or acquaintances.

What you wrote is what the STUDENTS think. The students think they have found a cheat code.

No university professor considers LLM "a competitor". They see the slop output every day on their desk.

The reality is just like LLMs will confidently push out slop code, they will also push out slop for everything else. Because the reality is that LLMs are nothing more than a party trick, a stats based algorithm that gives you answers within a gaussian curve.

The students come to the professors with stupid questions because they've been trusting the AI instead of learning properly. Some of the students even have the audacity to challenge the professor's marking saying "but the AI said it is right" in relation to some basic math formula that the student should know how to solve with their own brain.

So what do my university professor friends end up doing ?

They spend their evenings and weekends thinking up lab tasks that the students cannot achieve by simply asking the LLM for the answer. The whole point of university is you go there to learn to reason and think with your own damn brain, not paste the question into a text box and paste the answer to your professor.

Trying to cheat your way through university with an LLM is a waste of the students time, a waste of the professors time and a waste of the university's infrastructure.

That, my friend, is the reality.

cjbgkagh•47s ago
I’m an unusually good programmer, I’ve worked in over 25 different programming languages and have been doing it since I was 6. I’ve spent most of my career as an applied researcher in research orgs where my full time job is study.

Finding new relevant things to learn gets progressively more difficult and LLMs have blown that right open. Even if they haze zero new ideas the encoding and searching of existing ideas is nothing live I’ve seen before. If they can teach me things they can definitely teach less experienced people things as well. Sometimes it takes a bit of prodding, like it will insist something is impossible but when presented with evidence to the contrary will resume to give working prototypes. Which means in these very long tail instances it does still help to have some prerequisite knowledge. I wish they were more able to express uncertainty.

I think the primary reason Ed Tech hasn’t been disrupted is that an expensive education is a costly signal and a class demarcator, making it cheaper defeats the primary purpose. Grade creep, reproducibility crisis, plagiarism crisis, cheating scandals fail to undermine this purpose. In fact the worse it gets the more it becomes a costly signal. As inequality increases so does the importance social signals. In many countries Universities are given special privileges to act as a gateway to permanent residency which is extremely profitable. If anything is to replace education it would have to either supplant this role as a social signal or the reward for the social signal be lost and I don’t see either happening anytime soon short of a major calamity.

tom-blk•59m ago
Very cool, I have personally been studying zk-cryptography with a similar approach, works really well with some caveats. Will save this article and try this version as well when the time comes!
e12e•47m ago
Interesting article - but perhaps a bit light on details in some places, like:

> I generated a list of the most common interview tasks

How? I suppose they mean gathered, or searched for, not strictly generated?

Also a little light on details of the actual interview.

I'm also a little confused about the listing of "problems" - do they refer to some specific leet-code site's listing of problems?

It seems like half-way between naming an actual algorithm/problem and naming a concrete exercise.

As for:

> How is it that we do not use this "forgotten and forbidden" coding in our daily production code, even though all highly reusable, useful code is essentially an exploitation of the intersection between classical algorithmic thinking and real-world problems?

I'm not sure what to say - most of this stuff lives in library code and data structure implementations for any language in common use?

Indeed the one saving grace of leet code interview is arguably that it shows if the candidate can choose sane data structures (and algorithms) when implementing real-world code?

Bored of eating your own dogfood? Try smelling your own farts

https://shkspr.mobi/blog/2026/03/bored-of-eating-your-own-dogfood-try-smelling-your-own-farts/
150•ColinWright•2h ago•61 comments

Flash-Moe: Running a 397B Parameter Model on a Mac with 48GB RAM

https://github.com/danveloper/flash-moe
153•mft_•3h ago•54 comments

Building an FPGA 3dfx Voodoo with Modern RTL Tools

https://noquiche.fyi/voodoo
48•fayalalebrun•1h ago•3 comments

iBook Clamshell

https://www.ibook-clamshell.com/index.php/en/
17•polishdude20•49m ago•6 comments

Project Nomad – Knowledge That Never Goes Offline

https://www.projectnomad.us
72•jensgk•2h ago•10 comments

Apple's intentional crippling of Mobile Safari continues

https://pwa.gripe/
42•xd1936•2h ago•31 comments

Brute-Forcing My Algorithmic Ignorance with an LLM in 7 Days

http://blog.dominikrudnik.pl/my-google-recruitment-journey-part-1
35•qikcik•3h ago•11 comments

Convincing Is Not Persuading

https://blog.alaindichiappari.dev/p/convincing-is-not-persuading
21•alainrk•2h ago•15 comments

More common mistakes to avoid when creating system architecture diagrams

https://www.ilograph.com/blog/posts/more-common-diagram-mistakes/
41•billyp-rva•3h ago•18 comments

25 Years of Eggs

https://www.john-rush.com/posts/eggs-25-years-20260219.html
140•avyfain•3d ago•45 comments

A Review of Dice That Came with the White Castle

https://boardgamegeek.com/thread/3533812/a-review-of-dice-that-came-with-the-white-castle
39•doener•3d ago•4 comments

$ teebot.dev – from terminal to tee in 6 seconds

https://teebot.dev
18•foxpress•3h ago•20 comments

Node.js worker threads are problematic, but they work great for us

https://www.inngest.com/blog/node-worker-threads
34•goodoldneon•3d ago•13 comments

The IBM scientist who rewrote the rules of information just won a Turing Award

https://www.ibm.com/think/news/ibm-scientist-charles-bennett-turing-award
15•rbanffy•3h ago•2 comments

Hormuz Minesweeper – Are you tired of winning?

https://hormuz.pythonic.ninja/
480•PythonicNinja•6h ago•328 comments

My first patch to the Linux kernel

https://pooladkhay.com/posts/first-kernel-patch/
160•pooladkhay•2d ago•31 comments

Why Lab Coats Turned White

https://www.asimov.press/p/lab-coat
16•mailyk•3d ago•4 comments

Monuses and Heaps

https://doisinkidney.com/posts/2026-03-03-monus-heaps.html
31•aebtebeten•3d ago•1 comments

Tinybox – A powerful computer for deep learning

https://tinygrad.org/#tinybox
541•albelfio•19h ago•312 comments

Some things just take time

https://lucumr.pocoo.org/2026/3/20/some-things-just-take-time/
776•vaylian•1d ago•249 comments

How We Synchronized Editing for Rec Room's Multiplayer Scripting System

https://www.tyleo.com/blog/how-we-synchronized-editing-for-rec-rooms-multiplayer-scripting-system
10•tyleo•3h ago•8 comments

The three pillars of JavaScript bloat

https://43081j.com/2026/03/three-pillars-of-javascript-bloat
400•onlyspaceghost•13h ago•235 comments

Professional video editing, right in the browser with WebGPU and WASM

https://tooscut.app/
317•mohebifar•17h ago•115 comments

Chest Fridge (2009)

https://mtbest.net/chest-fridge/
153•wolfi1•14h ago•79 comments

HopTab–free,open source macOS app switcher and tiler that replaces Cmd+Tab

https://www.royalbhati.com/hoptab
74•robhati•9h ago•23 comments

Floci – A free, open-source local AWS emulator

https://github.com/hectorvent/floci
237•shaicoleman•17h ago•77 comments

Vatican Rebukes Peter Thiel's Antichrist Lectures in Rome

https://www.thenerdreich.com/peter-thiels-antichrist-circus-smacked-down-in-rome/
114•vrganj•5h ago•83 comments

Turns out your coffee addiction may be doing your brain a favor

https://www.theregister.com/2026/03/21/turns_out_your_coffee_addiction/
33•Bender•2h ago•15 comments

Electronics for Kids, 2nd Edition

https://nostarch.com/electronics-for-kids-2e
231•0x54MUR41•3d ago•48 comments

'Miracle': Europe reconnects with lost spacecraft

https://phys.org/news/2026-03-miracle-europe-reconnects-lost-spacecraft.html
76•vrganj•5h ago•30 comments