frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Using skills to accelerate OSS maintenance

https://developers.openai.com/blog/skills-agents-sdk/
1•donutshop•1m ago•0 comments

macOS app to copy text from screenshot

1•tiredmilk•4m ago•0 comments

How I Run 16 Parallel AI Workers on a Single Desktop

https://www.northlakelabs.com/max/blog/how-i-run-16-parallel-ai-workers/
1•maximus_claw•4m ago•0 comments

Ask HN: Balancing the use of AI in out inter communication (h2h)

1•tzury•12m ago•0 comments

Microslop

https://www.s-config.com/microslop/
1•signa11•17m ago•0 comments

Anonymous Chatting App

https://tormessenger.lovable.app
1•genx__•19m ago•0 comments

Japan loses its thirst for vending machines

https://www.ft.com/content/a0e80f5d-4c42-443d-9788-2f9924c774bf
2•petethomas•21m ago•0 comments

Ladybird Browser Is in for a Rusty Future [video]

https://www.youtube.com/watch?v=fXnuR6nXJzc
1•nicoburns•22m ago•0 comments

Twistors and Unification

https://www.math.columbia.edu/~woit/wordpress/
1•gone35•30m ago•0 comments

Ask HN: Can the RAM shortage push personal computing behind forever?

1•rishabhaiover•36m ago•0 comments

Tree style invite systems reduce AI slop

https://abyss.fish/tree-style_invite_systems_reduce_AI_slop
2•y1n0•36m ago•1 comments

Ask HN: Do yall know how to connect Roku remote to fire stick

1•igotdaphone•36m ago•0 comments

Show HN: Internet Speed Limiter – throttle iPhone/iPad network for testing

https://apps.apple.com/us/app/internet-speed-limiter/id6760114671
1•thisisjaymehta•36m ago•0 comments

Rack-Mount Hydroponics

https://sa.lj.am/rack-mount-hydroponics/
8•cdrnsf•44m ago•0 comments

How Discord Stores Trillions of Messages

https://discord.com/blog/how-discord-stores-trillions-of-messages
2•thunderbong•46m ago•0 comments

Robinhood Is Hiring

https://twitter.com/JobsNowPR/status/2032866987815125447
2•qwertyuiop_•47m ago•0 comments

Queueing Theory of Traffic

https://jslandy.com/traffic-queue/
3•efavdb•52m ago•0 comments

OpenMW Xbox-UI Fork

https://ilikegothmommys.gitlab.io/openmw-xbox/
1•Acrobatic_Road•58m ago•0 comments

Free Iran War Monitor

https://iran.airealist.org/
1•msukhareva•1h ago•0 comments

This 18 year old has 12 $200 Codex Plans

https://www.youtube.com/watch?v=i4TBE3Et3I8
1•kshri24•1h ago•0 comments

Nvidia Is Planning to Launch an Open-Source AI Agent Platform

https://www.wired.com/story/nvidia-planning-ai-agent-platform-launch-open-source/
2•umangsehgal93•1h ago•0 comments

EA Lays Off Staff Following Record-Breaking Battlefield 6 Launch

https://www.ign.com/articles/ea-lays-off-staff-across-all-battlefield-studios-following-record-br...
3•andrekandre•1h ago•0 comments

Paper: AI models are faking their step by step thinking

https://twitter.com/thetripathi58/status/2032775838329090191
2•MrBuddyCasino•1h ago•0 comments

Dreamfarm product copied by large competitors

https://www.news.com.au/lifestyle/home/interiors/ripped-off-kmart-slammed-for-unaustralian-act/ne...
1•asdefghyk•1h ago•1 comments

Revanced Manager v2

https://revanced.app/announcements?id=20-release-of-revanced-manager-v2
3•super256•1h ago•0 comments

Show HN: Nimhuml – A Nim parser and serializer for HUML

https://github.com/w3Abhishek/nimhuml
1•w3abhishek•1h ago•0 comments

Young people are turning to old-school hobbies to get off their phones

https://apnews.com/article/old-school-hobbies-vintage-analog-grandma-e45fa11ae1422715b6a254004476...
10•1vuio0pswjnm7•1h ago•1 comments

Epic – a visual design editor with a built-in visual sitemap builder

https://no-edit.lovable.app/
1•theme-man•1h ago•3 comments

Show HN: An experiment in giving coding agents long-term memory

1•yacc2•1h ago•0 comments

A most elegant TCP hole punching algorithm

https://robertsdotpm.github.io/cryptography/tcp_hole_punching.html
4•Uptrenda•1h ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•10mo ago
After months playing with LLM models, here's my observation:

- LLM is basically useless without explicit intent in your prompt.

- LLM failed to correct itself. If it generated bullshits, it's an inifinite loop of generating more bullshits.

The question is, without explicit prompt, could LLM leverage all the best practices to provide maintainable code without me instruct it at least ?

Comments

ben_w•10mo ago
Your expectations are way too high.

> - LLM is basically useless without explicit intent in your prompt.

You can say the same about every dev I've worked with, including myself. This is literally why humans have meetings rather than all of us diving in to whatever we're self-motivated to do.

What does differ is time-scales of the feedback loop with the management:

Humans meetings are daily to weekly.

According to recent research*, the state-of-the-art models are only 50% accurate at tasks that would take a human expert an hour, or 80% accurate at tasks that would take a human expert 10 minutes.

Even if the currently observed trend of increasing time horizons holds, we're 21 months from having an AI where every other daily standup is "ugh, no, you got it wrong", and just over 5 years from them being able to manage a 2-week sprint with an 80% chance of success (in the absence of continuous feedback).

Even that isn't really enough for them to properly "leverage all the best practices to provide maintainable code", as archiecture and maintainability are longer horizon tasks than 2-week sprints.

* https://youtu.be/evSFeqTZdqs?si=QIzIjB6hotJ0FgHm

revskill•10mo ago
It's not as high as you think.

LLM failed at the most basic things related to maintainable code. Its code is basicaly a hackery mess without any structure at all.

It's my expectation is that, at least, some kind of maintainable code is generated from what's it's learnt.

ben_w•10mo ago
Given your expectation:

> It's my expectation is that, at least, some kind of maintainable code is generated from what's it's learnt.

And your observation:

> LLM failed at the most basic things related to maintainable code. Its code is basicaly a hackery mess without any structure at all.

QED, *your expectations* are way too high.

They can't do that yet.