Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: What about a no-SSH agentic access tool (getfda.dev)
    —discuss
  2. 'Things will never be chill again': The doomers who shaped AI safety freakout (msn.com)
    —discuss
  3. The World Needs Better Power Grids. Why Smaller May Be Better (nytimes.com)
    —discuss
  4. Anthropic's Secretive AI-Powered Wet Lab Breaks Cover and Makes First Discovery (the-scientist.com)
    —discuss
  5. Show HN: Compliance Posture – free, searchable SaaS compliance directory (complianceposture.com)
    —discuss
  6. Thieves Stole 'Nvidia' Trailers. They Got 20 Tons of Sand (wired.com)
    —discuss
  7. Show HN: Llamora, a private journal that remembers with you (llamora.app)
    —discuss
  8. Fighting YouTube Addiction (buttondown.com/usaa.ma)
    —discuss
  9. From APIs to Languages: Generalising Method Names [using regular expressions] (acolyer.org)
    —discuss
  10. How do you run System One decision models locally? (stackness.dev)
    —discuss
  11. DeepSeek has 64% market share (twitter.com/gherget)
    —discuss
  12. Sponsored-logs-rs: Open the Rust book: monetize the tracing exhaust (github.com/sponsoredlogs)
    —discuss
  13. Show HN: Jev-windows-agent – Windows UI Automation back end for CUA agents (github.com/vbs2004)
    —discuss
  14. Being Mentioned in AI Answers Is Not the Same as Being Recommended (cuescout.com)
    —discuss
  15. SRE Udemy Course: Software Reliability Map (udemy.com)
    —discuss
  16. Jempo by Thomas Ha (lightspeedmagazine.com)
    —discuss
  17. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    7comments
  18. Changes in quality of life: digital exercise therapy for knee/hip osteoarthritis (doi.org)
    —discuss
  19. Postgres AT TIME ZONE 'UTC' does NOT do what you think it does (bookofrevenue.com)
    —discuss
  20. Trying GPT-6 Sol with AI SDK Evaluation API (vercel.com)
    —discuss
  21. Show HN: TanStack Start and TanStack AI Jev Integration (vercel.com)
    —discuss
  22. Another week, another data breach for Revolut customers (theregister.com)
    —discuss
  23. Ask HN: What does your AI workflow look like?
    2comments
  24. The Importance of Human Knowledge in the AI Era (jonbehnken.substack.com)
    —discuss
  25. Claude Isn't Allowed to Write Me Prose (kvit.app)
    —discuss
  26. YouTube stores three auto-extracted frames for every video, and nobody uses them (github.com/infinityloop1308)
    —discuss
  27. How AI Is Accelerating PCB Design and Prototyping (eetimes.com)
    —discuss
  28. Poisoning a Go Cache (lukasschwab.me)
    1comments
  29. Genius AI APı Anahtarı
    —discuss
  30. Makeraoke: Share your side project in a video between three and nine minutes (reddit.com)
    —discuss

Ask HN: What does your AI workflow look like?

1 pointsby 59m ago
2 comments
With the recently released models and various open source tooling like harnesses or even solutions such as Graphify (is anyone actually using this?) or the death of OpenClaw I feel rather behind with regards to how I apply AI during my day to day engineering tasks.

The goal for this post is then therefore to act as a probe into what the public considers as standard/best practices when working with AI and maybe act as a sort of sharing space for articles / ideas you have found interesting or apply while working with AI.

I feel like this could be of great value (although maybe the approach I'm taking right now is not the most efficient) to see what the public thinks is working/is bogus since all of the recent hype trains and their subsequent crashes make me (and potentially you too) feel out of touch.

Clarifications: - by saying AI I refer to AI assistants such as claude, codex or similar.

42m agoHN ↗

- I have a central folder I use with context, project folders, tasks.md files etc. - I have a skill like /plan-my-day that makes a nice html file with tasks list, status of my work and projects etc. - when I'm starting up a new idea I use matt pocock's `grill-me` skill, I dictate a lot with https://handy.computer/ text going straight into claude code window. - once I have a decent brain dump I figure out what to do next, whether it's code up a prototype or find some one to bounce ideas off and ask some questions (an internal person or a customer)

I'm always looking for some kind of novel way that people have found to use, and the highest ROI thing I've found is the concept of the grill-me skill.

Please share other workflows, ideas, skills etc.

Some advice:

Don't install a whole plugin of skills, they use way too many tokens at rest in your context, instead work in your own .claude folder often, and vendor copies of specific skills or write your own.

33m agoHN ↗

I'll have to check out grill-me. It seems to slightly address a problem I have where for one off tasks it seems no workflow at all is necessary, but planning out projects before implementing them is rather unwieldy with claude especially when I move towards POC stages where the I feel like refactoring the design based on my PoC results is just an extremely detatched process.