Live data from Hacker News

Viewing profile — sermakarevich

sermakarevich

HN member
Joined
Tue, Apr 14, 2026, 11:28 AM UTC
HN karma
33
Public activity
69 items

About sermakarevich

AI engineer https://www.linkedin.com/in/sergii-makarevych-78b62339/ https://x.com/sermakarevich https://github.com/sermakarevich/

Recent public activity

  1. story
    Show HN: Vibe-Vacationing

    Inspired by my friend’s story how he planned his vacation to Japan with AI, I decided to do so myself. This saved me probably a week for planing and research so might be useful for…

  2. comment
    Comment #48597140

    [flagged]

  3. comment
    Comment #48597113

    Imo its a qualification issue. Companies, that do not have required qualification onboard are forced to enter new domain they do not understand. If expertise is there, proper rules…

  4. comment
    Comment #48570626

    I am running an experiment with local qwen3.6:36B for a week: https://news.ycombinator.com/item?id=48520757 It really is better than I would expect it to be. But it requires a spec…

  5. comment
    Comment #48552183

    yes. - smarter models to create tasks - local qwen3.6:36B for tasks execution here is how in details https://news.ycombinator.com/item?id=48520757

  6. comment
    Comment #48540223

    I think they do scale: -- check this bug report from AMD where they say they run fleet of 50 agents 24x7 https://github.com/anthropics/claude-code/issues/42796 -- here I am running…

  7. comment
    Comment #48531076

    Trying to understand how to run many coding agents 24x7 https://news.ycombinator.com/item?id=48520757

  8. comment
    Comment #48526229

    AI or AI adoption? AI in general is not slowing down. New smarter / bigger models popping up, get blocked, new open source models exceed commercial https://x.com/prz_chojecki/statu…

  9. comment
    Comment #48526168

    Not only SE career. Many careers which rely on static knowledge accumulated over years. We have a senior guy who is like a walking cybersecurity library - knowing all the protocols…

  10. comment
    Comment #48526049

    do you have something I can take a look at - post or git maybe ?

  11. comment
    Comment #48526019

    Love the approach. I am a big fun of hierarchical knowledge organization. I think that almost all current Claude abstractions to knowledge management are broken. It becomes visible…

  12. comment
    Comment #48525920

    I started using brain -> workers approach for coding. -- Brain is expensive smart model from claude subscription, Fable 5 when it was available, Opus now. -- Worker is a local mode…

  13. comment
    Comment #48525870

    It has to be coming from above. This is what McKinsey thinks and I think I agree. AI adoption required company transformation. This can't be done from the bottom - you will face se…

  14. comment
    Comment #48525827

    posting here on hacker news, always related to AI experiments last one was - if I would have to run swarm of coding agents non stop, how this might look like

  15. comment
    Comment #48525811

    kimi k2.7 code looks great on this ranking https://x.com/prz_chojecki/status/2065741640635990128?s=20 I use qwen3.6:36B locally

  16. comment
    Comment #48524089

    ``` I am doing this for my PoC projects ofc: - improving fleet - building a data collection and analysis related app ``` But main thing was curiosity if this is possible in general…

  17. story
    Show HN: I am running 3 coding agents non-stop over the last 3 days. Here is how

    1. Headless mode Headless mode allows you to use the AI as a command-line utility for automation and scripting. In Claude Code you run it with the -p flag: claude -p, in codex - ex…

  18. comment
    Comment #48518546

    if you start recording your whole day including what you said/heard/seen you can build your persona LLM and leave it to your kids

  19. comment
    Comment #48518072

    I use SDD since Feb for all my mid+ size projects. This works great for me from many angles: - two levels of task decomposition - first is multiple steps in workflow, second is tas…

  20. comment
    Comment #48515222

    AI: - spec driven development workflow: https://github.com/sermakarevich/sddw - fleet, orchestrator for running many coding agents: https://github.com/sermakarevich/fleet - chunker…

  21. story
    Ask HN: What do you do when you hit Claude subscription limits?

    Some time ago I got excited about running multiple Claude coders. This required moving from interactive sessions to claude -p, adding Beads, later a simple Python orchestrator, a U…

  22. comment
    Comment #48505268

    I have started testing roles separation: -- Stronger model from claude subscription is responsible for analysis/solution design/task creation. -- Cheaper model (qwen3.6, local depl…

  23. comment
    Comment #48487879

    My strong opinion is that every SE should go for agentic engineering these days: understand the limitations, how to shift them, and how to squeeze the maximum possible out of AI. T…

  24. comment
    Comment #48471850

    Main question is: what do you like? Do you like research, maybe automation, solving puzzles, constant learning requirement, fast changing domain? Check the attributes of software e…

  25. comment
    Comment #48465868

    My feeling is that the reaction about new models is cooling down. At least at startups. At the beginning of the year few startup CEOs I know personally were expecting huge shifts i…