Live data from Hacker News

Viewing profile — fazlerocks

fazlerocks

HN member
Joined
Wed, Sep 10, 2014, 9:20 PM UTC
HN karma
149
Public activity
252 items

About fazlerocks

Exploring how AI agents can make software more resilient.

Also co-founded Hashnode (a prominent dev publishing platform with 5M MAU).

Recent public activity

  1. story
  2. story
  3. story
    Which AI tools have you used every day for the past year?

    For me: 1. ChatGPT desktop. This is the one I probably use the most without even thinking about it. 2. Gemini. I used 2.5 a lot for content stuff and recently started trying Gemini…

  4. story
  5. story
    Ask HN: What's your 2025 "quality stack"?

    Feels like we’re all shipping faster, but the old “just write more tests” advice isn’t keeping up. Teams are smaller, release cycles are tighter, and AI is sneaking into a lot of w…

  6. story
    Show HN: Mail42 – Disposable emails with AI-based text extraction

    Hi HN, I built Mail42 ( https://mail42.ai ) to make it easier to test email flows without dealing with regex or messy parsing. The pain point: whenever I tested signup or checkout …

  7. comment
    Comment #44273247

    honestly? teaching or coaching. been thinking about this a lot lately and realized the skills that made me good at building products, breaking down complex problems, explaining thi…

  8. comment
    Comment #44271948

    we've shifted to focusing way more on problem-solving ability during interviews rather than just coding skills still do technical screens but now we give people access to AI tools …

  9. comment
    Comment #44271928

    we've tried a bunch of different approaches and honestly the best feedback comes from getting people in a room (or zoom) together widgets are fine for quick "this button doesn't wo…

  10. comment
    Comment #44271911

    the best "payment" is often just updating them on how their help changed your trajectory. a simple message years later saying "that advice you gave me led to X" means everything al…

  11. comment
    Comment #44264534

    This is actually a really cool direction, using LLMs to interact directly with Android UIs could solve the brittleness problem that's been killing traditional automation. Like just…

  12. comment
    Comment #44203850

    We're building tools that could genuinely make people's lives better, but instead most companies are laser-focused on "how many jobs can we eliminate?" The whole conversation aroun…

  13. comment
    Comment #44196735

    Been messing around with the different memory files and honestly it's pretty useful once you get the hang of it. I mostly use: Project ./claude.md - team stuff like our weird API n…

  14. story
    Ask HN: What tools are you using for AI evals? Everything feels half-baked

    We're running LLMs in production for content generation, customer support, and code review assistance. Been trying to build a proper evaluation pipeline for months but every tool w…

  15. comment
    Comment #44194103

    Learn prompt engineering and how to effectively use AI coding assistants… that's immediately useful and will save you hours daily. Vector databases (Pinecone, Weaviate) and buildin…

  16. comment
    Comment #44194069

    Honestly X is still pretty good for this if you follow the right people. The AI/ML research community is super active there - Andrej Karpathy, François Chollet, Yann LeCun, etc. Pl…

  17. comment
    Comment #44187779

    [flagged]

  18. comment
    Comment #44187706

    Right. We're optimizing for the wrong metrics. Hours spent arguing if something is a 3 or 5 story points could've been spent just building it. The obsession with predictability in …

  19. comment
    Comment #44187686

    Running Llama 3.1 70B on 2x4090s with vLLM. Memory is a pain but works decent for most stuff. Tbh for coding I just use the smaller ones like CodeQwen 7B. way faster and good enoug…

  20. story
    Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?

    Looking to build something open source and trying to figure out what tools everyone pretends to love but actually hate. I'll start. Jira. We all use it, we all hate it, nobody admi…

  21. comment
    Comment #44187603

    4 cents per request adds up real quick when it's doing stuff you didn't even ask for. Have you tried disabling the GitHub integration entirely? Wondering if that's what's triggerin…

  22. comment
    Comment #44187584

    This is pretty cool - the Jira/Linear integration could save a ton of manual work. How do you handle test data setup and teardown? That's usually where these workflows get messy. F…

  23. comment
    Comment #44187534

    The indexing costs would be nuts - Anna's Archive is like 200TB+ and growing fast. Even with decent search infra you're looking at serious compute/storage costs. Plus there's the o…

  24. comment
    Comment #44187525

    Have you considered implementing velocity limits and requiring phone verification for new accounts? We faced similar issues and found that slowing down rapid fire purchases + requi…

  25. comment
    Comment #42660266

    Thanks for the detailed response! I actually tried fly.io briefly with Next.js apps and the deployment experience was smooth. Really interesting to hear you're using it for AI work…