frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A staff revolt rocked the fintech powerhouse FNZ

https://www.thetimes.com/business-money/companies/article/how-a-staff-revolt-rocked-the-fintech-p...
1•gadders•38s ago•0 comments

The Right to Your Feed: A Simple Fix for Social Media

https://rosslazer.com/posts/right-to-feed/
1•rosslazer•1m ago•0 comments

Moody's raises Big Red over flag Oracle's mega AI DC buildout blueprint

https://www.theregister.com/2025/09/22/moodys_raises_questions_over_oracles/
1•rntn•2m ago•0 comments

Crystal v0.3: Codex support in Git Worktrees

https://github.com/stravu/crystal
1•jbentley1•3m ago•1 comments

Vertech Academy

https://www.vertechacademy.ca/
1•Hamid213•4m ago•1 comments

Dear GitHub: no YAML anchors, please

https://blog.yossarian.net/2025/09/22/dear-github-no-yaml-anchors
3•woodruffw•5m ago•0 comments

Show HN: T3 Chat for Image Models

https://frames.so
1•moschetti1•6m ago•0 comments

How to Make Sense of Any Mess

https://www.howtomakesenseofanymess.com
1•surprisetalk•8m ago•0 comments

WebKit Features in Safari 26.0

https://webkit.org/blog/17333/webkit-features-in-safari-26-0/
1•ksec•8m ago•0 comments

Future Fonts: where type designers sell fonts in progress

https://www.futurefonts.com/
1•surprisetalk•8m ago•0 comments

What is algebraic about algebraic effects?

https://interjectedfuture.com/what-is-algebraic-about-algebraic-effects/
2•iamwil•9m ago•0 comments

Oracle appoints insiders Clay Magouyrk, Mike Sicilia as co-CEOs in surprise move

https://finance.yahoo.com/news/oracle-appoints-insiders-clay-magouyrk-121559145.html
2•nixgeek•10m ago•0 comments

Show HN: Personalized offers via models trained on visitor actions

https://aiprice.me
1•aubmedia•11m ago•1 comments

Cloudflare's goal to hire 1,111 interns in 2026

https://blog.cloudflare.com/cloudflare-1111-intern-program/
3•pavel_lishin•11m ago•0 comments

Cryptocurrencies Sink as $1.5B in Bullish Bets Wiped Out

https://www.bloomberg.com/news/articles/2025-09-22/cryptocurrencies-sink-as-1-5-billion-in-bullis...
3•wslh•12m ago•1 comments

Nonplussed by "Nonplussed"

https://www.bookofjoe.com/2025/09/my-entry-29-2.html
1•surprisetalk•12m ago•0 comments

Underappreciated Subcultural Details

https://justismills.substack.com/p/underappreciated-subcultural-details
1•surprisetalk•12m ago•0 comments

Free access to Cloudflare developer features for students

https://blog.cloudflare.com/workers-for-students/
1•frasermarlow•13m ago•0 comments

I want a cross-platform tiling window manager

https://lgug2z.com/articles/i-want-a-cross-platform-tiling-window-manager/
1•bsnnkv•13m ago•0 comments

Private toll roads are supposed to save taxpayers' money, but have hidden costs

https://theconversation.com/private-toll-roads-are-supposed-to-save-taxpayers-money-but-can-have-...
1•PaulHoule•14m ago•0 comments

Anthropic Economic Index: Tracking AI's Role in the US and Global Economy

https://www.anthropic.com/research/economic-index-geography
1•myth_drannon•15m ago•0 comments

US and Indian VCs just formed a $1B+ alliance to fund India's deep tech startups

https://techcrunch.com/2025/09/01/u-s-and-indian-vcs-just-formed-a-1b-alliance-to-fund-indias-dee...
1•koolhead17•17m ago•0 comments

The Big Gotcha With starting-style

https://www.joshwcomeau.com/css/starting-style/
1•joshwcomeau•17m ago•0 comments

The Death of the Corporate Job

https://thestillwandering.substack.com/p/the-death-of-the-corporate-job
1•trevin•18m ago•0 comments

A 40-year study finds higher science funding under Republicans

https://www.psypost.org/a-40-year-study-finds-higher-science-funding-under-republicans/
9•delichon•18m ago•5 comments

Curse of knowledge

https://en.m.wikipedia.org/wiki/Curse_of_knowledge
1•joshdavham•19m ago•0 comments

Cap'n Web: A JavaScript-native RPC system

https://github.com/cloudflare/capnweb
1•anhldbk•20m ago•0 comments

Why random lines of video game dialogue get stuck in our heads

https://www.theguardian.com/games/2025/sep/17/video-game-dialogue-pushing-buttons
1•andsoitis•23m ago•0 comments

Show HN: Handwritten Letter Generator

https://claude.ai/public/artifacts/1f1af45e-f5b0-4831-ade3-e5538ae2d145
1•paperplaneflyr•23m ago•0 comments

A Lookback at Workers Launchpad

https://blog.cloudflare.com/workers-launchpad-006
1•sarreph•24m ago•0 comments
Open in hackernews

Show HN: Agentic Code – Make AI coding tools follow real workflows

https://github.com/shinpr/agentic-code
1•shinpr•1h ago
I got tired of my AI deleting tests and forgetting context after 10 messages.

So we built Agentic Code. Just add an AGENTS.md file and your AI actually: - Plans before coding - Writes tests first - Checks everything works before moving on

Zero config. Works with any tool (Codex CLI, Cursor, Aider, etc.):

``` npx github:shinpr/agentic-code my-project ```

It just works.

Repo: https://github.com/shinpr/agentic-code

Comments

shinpr•1h ago
We built this because every AI coding session was chaotic. The model would forget my architecture decisions, delete tests when adding features, and basically act like a junior dev with amnesia.

Agentic Code makes your AI follow the same steps you'd expect from a real teammate. It reads project rules, plans the work, writes test skeletons first (new in v0.2), then implements with quality checks.

The magic is progressive rule loading - small tasks get minimal overhead, complex features get full workflows with approval gates. Your AI adapts to the task complexity automatically.

Been using it internally for months. Every session now follows predictable patterns instead of chaos.

There's also a short demo GIF in the README if you want to see it in action.

Happy to answer any questions!