frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trusting Your Agent Is Overrated

https://blog.southparkcommons.com/p/trusting-your-agent-is-overrated
1•nadis•1m ago•0 comments

Microsoft uses AI to link two malware operations in racketeering suit

https://www.theregister.com/security/2026/06/24/microsoft-uses-ai-to-link-two-malware-operations-...
1•speckx•3m ago•0 comments

Superhuman acquires AI detection startup GPTZero with 19M+ users and $30M ARR

https://gptzero.me/news/preserving-whats-human/
1•thoughtpeddler•3m ago•0 comments

Show HN: Assist: an open-model-first work surface for agents

https://www.withassist.xyz
1•js4•10m ago•0 comments

France national supercomputer shuts down GPU/CPU clusters due to heatwave

https://twitter.com/nurikolan/status/2069853428310794412
1•puttycat•11m ago•0 comments

An autonomous AI agent that handles video retention editing

https://www.autoeditor.app/
1•Quise•14m ago•0 comments

Pingwi, an interactive map of night trains around the world

https://sleeper-train-map.pingwi.com
1•TheMrBooblik•16m ago•0 comments

Agility Robotics plans to go public via SPAC in a $2.5B deal

https://techcrunch.com/2026/06/24/agility-robotics-plans-to-go-public-via-spac-in-a-2-5b-deal/
2•shevis•17m ago•0 comments

Reducing tick density along recreational trails in Ottawa, Canada

https://www.sciencedirect.com/science/article/pii/S1877959X26000476
4•bushwart•18m ago•0 comments

Welcome to Gentoo is Rice, the Volume goes to 11 here

https://www.shlomifish.org/humour/by-others/funroll-loops/Gentoo-is-Rice.html
2•thunderbong•18m ago•0 comments

Reward models for LMs are fundamentally broken

https://twitter.com/vijaytarian/status/2069438063345115187
1•panthertrax•19m ago•0 comments

Loops explained: Claude, GPT, Mira and what works

https://twitter.com/AnatoliKopadze/status/2068328135611822149
4•vantareed•19m ago•0 comments

Oldest known asteroid impact on Earth dated to 3B years

https://phys.org/news/2026-06-oldest-asteroid-impact-earth-dated.html
1•rbanffy•20m ago•0 comments

Show HN: Drudgereport but for AI

https://aititus.com/news/
1•titusblair•20m ago•0 comments

Show HN: Lelu – gate OpenAI agent actions on confidence and prompt injection

https://github.com/Lelu-ai/lelu
3•abeni1990•20m ago•0 comments

The State of GEO Readiness 2026: 100 B2B brands across AI search engines

https://getgeoscan.ai/en/blog/state-of-geo-readiness-2026
1•jrame•21m ago•0 comments

Musk loses trillionaire status as global tech rout hits SpaceX

https://www.bbc.co.uk/news/articles/c8j2m2p8dgmo
3•zh3•23m ago•0 comments

Google set to lose two more AI researchers to Anthropic

https://www.bloomberg.com/news/articles/2026-06-24/google-poised-to-lose-two-more-high-profile-ai...
5•isomorphic_duck•24m ago•2 comments

Developers can overcome AI FOMO

https://old.reddit.com/r/LLMDevs/comments/1ueloyp/i_am_an_indie_dev_and_i_published_the_article_ai/
3•gamescodedogs•24m ago•0 comments

Show HN: Why AI Agents Fail at API Calls in Production (and How to Fix It)

https://twitter.com/Chaitralikakde/status/2064365706679144842
1•chaitralikakde•25m ago•0 comments

Calculating History

https://sites.google.com/site/calculatinghistory/home
1•bryanrasmussen•25m ago•0 comments

Megalomania

https://en.wikipedia.org/wiki/Megalomania
2•rolph•27m ago•0 comments

Who is the Rockefeller of AI and which industry will they transform?

https://constantlyrandom.substack.com/p/history-rhymes
2•go_kool•28m ago•0 comments

Harry Edwood

https://www.lambiek.net/artists/e/edwood_harry.htm
1•thunderbong•29m ago•0 comments

Why should we teach kids to learn how to code in the age of AI [pdf]

https://static.raspberrypi.org/files/about/Why-kids-still-need-to-learn-to-code-in-the-age-of-AI-...
1•Muhammad523•30m ago•0 comments

Amazon Seller Reveals Rare Glimpse of Shadow Bribery Market

https://www.bloomberg.com/news/articles/2026-06-24/inside-the-shadow-market-selling-access-to-ama...
3•1vuio0pswjnm7•30m ago•0 comments

Why Current AI Guardrails Train Models to Fake Alignment

https://kellyasay.substack.com/p/the-prisoners-paradox-how-adversarial
2•kellya•32m ago•0 comments

Wikipedia Workers to Seek Union Recognition

https://www.cwu.org/press_release/wikipedia-workers-to-seek-union-recognition/
3•addshore•33m ago•0 comments

GPT-Image 2 in Codex Workflows

https://twitter.com/RandyHaddad6/status/2069842784106971341
2•WhySee1468•33m ago•2 comments

Expanded billing choice and lower fees on Google Play

https://android-developers.googleblog.com/2026/06/play-expanded-billing.html
1•ganlaw•33m ago•0 comments
Open in hackernews

3 months in, the term "Vibe Coding" has lost its original meaning

https://blog.vibe-coding.cc/2025/05/04/vibe-coding-has-lost-its-meaning/
3•cnj•1y ago

Comments

Quinzel•1y ago
I know nothing about programming and have been using AI to build a prototype, a MVP, based on some hand drawn wireframes for a business idea I have been thinking about since 2022, where I suddenly thought up my “solution”.

It’s been an interesting experience because I’ve tried to learn coding before got bored way more quickly. This time, the AI suggested I use Swift. I genuinely didn’t know if that was a good or bad suggestion so I went with it.

And it’s taking me AGES is not an efficient way to develop anything! Not even a prototype, but at this stage I don’t have the money to pay anyone to do it for me, so I’ll persevere because I actually genuinely believe in my idea, but I actually am finding it fun and rewarding. Every time I run my code and find it works I get a buzz out of that. And every time AI generates something shit that doesn’t work, I’m forced to actually look at the code and figure out what the problem is, and how to fix it.

Slowly but surely, it’s like… even though I’m doing something in a language I don’t understand, I’m starting to learn what bits of it mean because they either lead to an outcome, or they recur in a similar pattern that my brain goes “oh ok, that’s what that bit of code does”.

It’s probably a terrible way to learn, but I’m still learning. I’m still building an MVP. Even if the whole business idea is a massive failure, I’ve learned a little bit about Swift, I’ve also learned the value of human programmers and I can tell you one thing - if my business is a success and I can get it off the ground, I’ll be investing big time in human programmers and I won’t mind at all if they use AI to assist them if it makes them more efficient on whatever.

I don’t really care if it’s vibe-coding, or AI assisted programming, it’s another way of acquiring a skill, and as far as I can tell, at a minimum it lowers the barrier to entry to coding in an unconventional way.