HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rubslopes

no profile record

Submissions

Ask HN: How are you balancing AI coding tools with junior developers growth?

2 points·by rubslopes·6 месяцев назад·1 comments

comments

rubslopes
·14 дней назад·discuss
Wow. Sci-fi stuff!
rubslopes
·20 дней назад·discuss
Same here, but I live in a developing country. I usually switch to international news (or tech news, or no news at all) because local news is mostly about murders and other terrible things. I have family in Portugal, and when I visited, I remember the local news being mostly about pastries and folklore events. I watched TV every day while I was there.
rubslopes
·24 дня назад·discuss
I've been using Zen since almost the beginning of the project. I'm pretty happy with it! Great QOL features, and being Firefox, I have perfect ad block and syncs nicely with Firefox for Android.
rubslopes
·25 дней назад·discuss
I was going back and forth between kimi k2.6 and deepseek v4 pro, but it's been 2 weeks that I've been using deepseek alone. It's very good and very cheap, I pay the opencode go $10 subscription and don't have to worry about quotas.
rubslopes
·27 дней назад·discuss
I've met some of the IT team of the city government of Rio de Janeiro years ago, before LLMs were a thing. They were already doing state-of-the-art data science projects. Glad to see how far they've gone.
rubslopes
·27 дней назад·discuss
If it's really fully compatible with docx files, I'm very interested in this. No matter the advances Apple makes with the M chips, Office apps are always slow to open. Not to mention the obligatory background services.
rubslopes
·29 дней назад·discuss
Samsung routines can do this.
rubslopes
·в прошлом месяце·discuss
MCP allows you to easily separate API requests from their access tokens, so that the LLM only has access to the requests part. Giving an LLM CLI access removes all boundaries, anything goes.

EDIT: to add an example: I have a personal claw agent that I only use CLI, I don't care. But I'm also building an agent inside a company product, and there we use MCP all the way.
rubslopes
·в прошлом месяце·discuss
[dead]
rubslopes
·2 месяца назад·discuss
I feel lucky to have been promoted to a management position recently, just as I was starting to feel less excited about dev work because of AI. I still enjoy building systems, but I have to admit that the loss of challenge made the work much less enjoyable for me.

Now I have a team of interns to mentor. They're sharp and use AI constantly, so my guidance is less about code and more about UI/UX, understanding what the client actually wants, good work practices, well-documented tickets, thorough reviews, and so on. Thankfully, I like this work, it has been very rewarding.
rubslopes
·2 месяца назад·discuss
Yes, I do think it is.

HTML made by Claude will, by default, be "sleek, modern", with colorful tables, cards, maybe Tailwind for styling. And, of course it will, if you wanted a barebones HTML, you would just have asked for markdown!

So the LLM decided to present some content using 4 cards, and you now want to add new itens. You can't just add new lines of text: you need to copy the whole HTML of the cards. But the LLM used different colors for each card, so now you have the first cards with varying colors and the new cards all the same color as the last card. Now you have to think about colors... etc etc
rubslopes
·2 месяца назад·discuss
> Although it will make up for a "wow, we really did it" moment, it will be met with hollowness

I hadn't heard this view before, but it does make sense...
rubslopes
·2 месяца назад·discuss
People are afraid to touch dangerous things, like passwords and payment systems. Depending on their skill level, they should indeed be afraid.
rubslopes
·2 месяца назад·discuss
Correct.

Still, the day we manage to run a full LLM on biological neurons, even if using conventional code under the hood, will be a very interesting day for consciousness discussions.
rubslopes
·2 месяца назад·discuss
I thought that that was the case for me, but then I tried using Claude Code through the desktop app last week and it was so bad. Slow, glitchy... I went back to the TUI in no time.
rubslopes
·2 месяца назад·discuss
I don't think the real-world evidence supports your argument... OpenAI and Anthropic have all of those advantages today, and Chinese models are reaching the same level. Clearly, the Chinese labs are doing something very right that is not directly related to infinite money.
rubslopes
·2 месяца назад·discuss
Happy birthday to the youngest and oldest!
rubslopes
·2 месяца назад·discuss
I think OP means standardized benchmarks.
rubslopes
·2 месяца назад·discuss
A fellow user replied below, but it refers to the software that uses the LLM (Claude Code, Opencode, pi.dev, etc.).

---

Funny you mention that, because I started noticing the word 'harness' being used everywhere about a month ago, even though I hadn’t seen it before (in this context). As I don’t trust my memory, I assumed I had just been overlooking it and added it to my vocabulary. However, a Google Trends search does show increased usage since the end of March: https://trends.google.com.br/trends/explore?date=today%203-m...
rubslopes
·2 месяца назад·discuss
Harness: opencode

Subscription: opencode go

I also use a claw agent[1] via Telegram, which uses pi.dev under the hood with my opencode go subscription.

[1] I forked one of those Claw projects (bareclaw) and made many changes to it.