Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sermakarevich
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Vibe-Vacationing
2 points
by
sermakarevich
3mo ago
|
1 comments
2.
▲
by
sermakarevich
3mo ago
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 of using / benefiting from AI will be created rather s
3.
▲
by
sermakarevich
3mo ago
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 special treatment. Since the model is smaller i
4.
▲
by
sermakarevich
3mo ago
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
5.
▲
by
sermakarevich
3mo ago
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 3 coding agents 24x5 (not y
6.
▲
by
sermakarevich
3mo ago
Trying to understand how to run many coding agents 24x7 https://news.ycombinator.com/item?id=48520757
7.
▲
by
sermakarevich
3mo ago
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/status/2065741640635990128?s=20 .
8.
▲
by
sermakarevich
3mo ago
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, standards, vendors, threats. He is quite desperate atm. Th
9.
▲
by
sermakarevich
3mo ago
do you have something I can take a look at - post or git maybe ?
10.
▲
by
sermakarevich
3mo ago
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 when you start running many coders concurrently or need to
11.
▲
by
sermakarevich
3mo ago
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 model (qwen3.6:46B), deployed in 36GB GPU, Opencode + Ollama.
12.
▲
by
sermakarevich
3mo ago
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 severe resistance as this threatens people jobs/posi
13.
▲
by
sermakarevich
3mo ago
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
14.
▲
by
sermakarevich
3mo ago
kimi k2.7 code looks great on this ranking https://x.com/prz_chojecki/status/2065741640635990128?s=20 I use qwen3.6:36B locally
15.
▲
by
sermakarevich
3mo ago
``` 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 and if yes - how this might look like.
16.
▲
Show HN: I am running 3 coding agents non-stop over the last 3 days. Here is how
10 points
by
sermakarevich
3mo ago
|
3 comments
17.
▲
by
sermakarevich
3mo ago
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
18.
▲
by
sermakarevich
3mo ago
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 task decomposition into multiple subtasks - help to keep sessio
19.
▲
by
sermakarevich
3mo ago
AI: - spec driven development workflow: https://github.com/sermakarevich/sddw - fleet, orchestrator for running many coding agents: https://github.com/sermakarevich/fleet - chunker, which builds s
20.
▲
Ask HN: What do you do when you hit Claude subscription limits?
2 points
by
sermakarevich
3mo ago
|
0 comments
21.
▲
by
sermakarevich
3mo ago
I have started testing roles separation: -- Stronger model from claude subscription is responsible for analysis/solution design/task creation. -- Cheaper model (qwen3.6, local deployment on 36GB GPU with 250K context size) is resp
22.
▲
by
sermakarevich
3mo ago
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. The AI boom is seeing hundreds of billions, close to a trilli
23.
▲
by
sermakarevich
3mo ago
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 engineering and ask yourself if this is what you deeply love
24.
▲
by
sermakarevich
3mo ago
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 in how companies work, headcount, efficiency, asymmetrical ad
25.
▲
by
sermakarevich
3mo ago
there might be not much good enough solutions on the market yet that would substitute senior eng review I am digging into this for some time and the main reason seems to be in definition of what good review is. Its less about finding bugs a
26.
▲
Ask HN: Do you install other people agent skills?
1 points
by
sermakarevich
3mo ago
|
0 comments
27.
▲
Ask HN: How do you run your agent swarm?
2 points
by
sermakarevich
3mo ago
|
0 comments
28.
▲
by
sermakarevich
3mo ago
I have this list on x of 67 people posting on AI related topics: https://x.com/i/lists/2014953069700633085 For papers/articles processing I use AI with pre-defined instructions to create short/medium sum
29.
▲
by
sermakarevich
3mo ago
git or versioned path on cloud storage should work. Format is more important - I think hierarchical knowledge base is the best thing on the market atm. You keep main page with refs and short summaries to 5-10 topics. Model reads it and deci
30.
▲
by
sermakarevich
3mo ago
Slides on fleet: https://docs.google.com/presentation/d/1O_pXyKdtpRG2ORD1xw7s...
More ›