HackerTrans
TopNewTrendsCommentsPastAskShowJobs

owendarko

no profile record

Submissions

Show HN: AI agent to create small PRs from Slack

2 points·by owendarko·قبل 6 أشهر·0 comments

Security Blindspots in Closed-Source VS Code Forks

blog.kilocode.ai
3 points·by owendarko·السنة الماضية·0 comments

Tell HN: I use AI to help me code, but I don't want to be called a "vibe coder"

3 points·by owendarko·السنة الماضية·1 comments

VS Code forks are facing a grim future

blog.kilocode.ai
9 points·by owendarko·السنة الماضية·4 comments

Why Aren't We Talking More About GPT-4.1?

blog.kilocode.ai
5 points·by owendarko·السنة الماضية·2 comments

Canadian University Cancels Coding Competition over Suspected AI Cheating

news.slashdot.org
3 points·by owendarko·السنة الماضية·0 comments

Ask HN: Share your AI prompt that stumps every model

440 points·by owendarko·السنة الماضية·633 comments

How Big Tech hides its outsourced African workforce

restofworld.org
9 points·by owendarko·السنة الماضية·0 comments

AI Models Still Struggle to Debug Software, Microsoft Study Shows

techcrunch.com
3 points·by owendarko·السنة الماضية·0 comments

[untitled]

1 points·by owendarko·السنة الماضية·0 comments

Facebook Marketplace is keeping young people on the platform

cnbc.com
52 points·by owendarko·السنة الماضية·62 comments

"AI will become good at manipulating emotions"

theguardian.com
3 points·by owendarko·السنة الماضية·0 comments

When Laughing Becomes Labor

hbr.org
1 points·by owendarko·السنة الماضية·0 comments

OpenAI's $10k/month AI Software Dev Agent? No, thanks

theaicommentaries.substack.com
3 points·by owendarko·السنة الماضية·3 comments

Google co-founder Larry Page reportedly has a new AI startup

techcrunch.com
2 points·by owendarko·السنة الماضية·1 comments

Mistral adds new API that turns any PDF document into an AI-ready Markdown file

techcrunch.com
4 points·by owendarko·السنة الماضية·1 comments

[untitled]

1 points·by owendarko·السنة الماضية·0 comments

Amazon Tests AI Dubbing on Prime Video Movies, Series

slashdot.org
2 points·by owendarko·السنة الماضية·0 comments

Utah becomes the first state to pass an app store age verification bill

theverge.com
6 points·by owendarko·السنة الماضية·0 comments

This is Where AI Shines (and Generates Millions)

appfigures.com
1 points·by owendarko·السنة الماضية·0 comments

comments

owendarko
·قبل 7 أشهر·discuss
What a lot of people don’t mention here is the choice of an AI model.

The key word in the OP post is “Claude”. Anthropic has 2 amazing AI models (Sonnet, Opus), however they’re just a part of a much bigger picture.

When using AI for programming, you’re essentially interacting with AI models. The quality of output you get really depends on the model at the end of the day. Claude Code is optimized for models from Anthropic. You also have model-agnostic agents like Cursor and Kilo Code (disclaimer: I work at Kilo) where you can easily switch up models and see which one works the best for you converting an old jQuery + Django project into SvelteKit.

This area is moving at a crazy rate. Just the last 2 weeks alone, there were 3 main AI model versions released (first Gemini 3, then Opus 4.5, then GPT-5.2). I wrote a piece comparing their performance across 3 coding tasks [1]

So my advice is to also experiment a lot with the models because the quality can vary wildly depending on your stack.

[1] https://blog.kilo.ai/p/we-tested-gpt-52pro-vs-opus-45-vs
owendarko
·السنة الماضية·discuss
You could also use these AI coding features on a plug-and-play basis with an IDE extension.

For example, VS Code has Cline & Kilo Code (disclaimer: I help maintain Kilo).

Jetbrains has Junie, Zencoder, etc.
owendarko
·السنة الماضية·discuss
There are already a bunch of open source, free, and popular "AI coding agent" extensions for VS Code:

1) Cline (1.4mil downloads)

2) Roo Code (a fork of Cline, 450k downloads)

Still a drop in the bucket compared to Cursor in terms of # of users, but they're growing pretty fast.

Disclaimer: I maintain Kilo Code, which competes with 1) and 2) so I'm pretty familiar with this space/the growth patterns.
owendarko
·السنة الماضية·discuss
We're reaching a point where we don't need to switch to another IDE (from VS Code/IntelliJ/insert-your-IDE-here) for "AI/vibe coding"

IDEs can support "AI coding agents" on their own.

The entire workflow for "AI coding agents" boils down to:

1. You write a prompt

2. The "agent" wraps it in a system prompt and sends it to the LLM

3. The LLM sends back a response

4. The agent performs specific actions based on that response (editing files, creating new ones, etc.)

Microsoft already started doing that with Copilot. And they have a vibrant ecosystem of VS Code extensions (I maintain one of them [1])

"AI agents" should be a feature, not a separate piece of software (IDE) that's integral to software devs.

[1] https://github.com/Kilo-Org/kilocode
owendarko
·السنة الماضية·discuss
1. Kilo Code works inside VS Code. Aider works inside the terminal.

2. Kilo is a feature-merge of Roo+Cline+our own features. This means at least 20 new features are added weekly.
owendarko
·السنة الماضية·discuss
There are already VS Code extensions (Cline, Roo Code and Kilo Code) that do the same + are much better IMO.

Disclaimer: I'm one of the maintainers of Kilo.
owendarko
·السنة الماضية·discuss
Why do we need a new IDE for "AI/vibe coding"?

The entire workflow for "AI coding agents" boils down to:

1. You write a prompt

2. The agent wraps it in a system prompt and sends it to the LLM

3. The LLM sends back a response

4. The agent performs specific actions based on that response (editing files, creating new ones, etc.)

I don't see why anyone would ditch their current (non-AI) IDE for Cursor just to get this functionality (especially if you're getting hit with a monthly subscription fee on top of it.)

P.S. I maintain a VS Code extension that does the 4 steps above as a baseline[1]

[1] https://github.com/Kilo-Org/kilocode
owendarko
·السنة الماضية·discuss
Numbering != level of improvements in this case.
owendarko
·السنة الماضية·discuss
Proof that even developers fall for "marketing schemes".
owendarko
·السنة الماضية·discuss
[flagged]
owendarko
·السنة الماضية·discuss
There's definitely a negative sentiment around "vibe coding" on HN. I remember a few days ago seeing a story [1] on the home page which immediately got downvoted/flagged.

[1] https://news.ycombinator.com/item?id=43231978
owendarko
·السنة الماضية·discuss
Weren't 182 t-shirts sold? That would put the total amount made to 16,653.

But yes, that's the way to calculate it.
owendarko
·السنة الماضية·discuss
If this is at 183 euros, it means that the artist made 16,653 euros so far. Very impressive.
owendarko
·السنة الماضية·discuss
*Big Tech Silicon Valley, I'd say.