HN user

cloudking

2,939 karma
Posts124
Comments898
View on HN
news.ycombinator.com 1mo ago

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

cloudking
1318pts563
stickerbox.com 7mo ago

Stickerbox - AI sticker printer for kids

cloudking
1pts1
poetiq.ai 8mo ago

Poetiq founded by former Google DeepMind researchers

cloudking
5pts0
alpinejs.dev 11mo ago

Alpine.js 16kb React Alternative

cloudking
3pts1
www.task-master.dev 1y ago

Taskmaster AI: The PM for your AI agent

cloudking
1pts0
news.ycombinator.com 1y ago

Ask HN: What's behind the strong anti-AI sentiment on Hacker News?

cloudking
14pts43
news.ycombinator.com 1y ago

Ask HN: Are you using AI coding assistance?

cloudking
9pts15
twitter.com 1y ago

Shopify CEO: "AI usage is now a baseline expectation"

cloudking
110pts63
news.ycombinator.com 1y ago

Ask HN: Does GPT-4o image generation have copyright issues?

cloudking
2pts0
spacetimedb.com 1y ago

SpacetimeDB: Combined database and backend for MMO games

cloudking
1pts0
news.ycombinator.com 1y ago

Ask HN: What's Your Cursor Setup?

cloudking
23pts1
news.ycombinator.com 1y ago

Ask HN: Alternatives to Salesforce?

cloudking
1pts1
lumalabs.ai 1y ago

Luma Labs Ray2 Video Generation Model

cloudking
2pts0
news.ycombinator.com 1y ago

Ask HN: How would you feel about getting interviewed by AI?

cloudking
1pts6
news.ycombinator.com 1y ago

Ask HN: How do you personally evaluate LLMs?

cloudking
2pts0
github.com 1y ago

Video Seal: Open and Efficient Video Watermarking

cloudking
1pts0
news.ycombinator.com 1y ago

Ask HN: How should we handle AI-generated videos that look 100% real?

cloudking
1pts4
news.ycombinator.com 1y ago

Ask HN: Best practices to control LLM responses with user queries?

cloudking
4pts4
www.bbc.com 1y ago

AI artwork of Alan Turing sells for $1M

cloudking
2pts1
news.ycombinator.com 1y ago

Ask HN: Any tools to detect AI generated music?

cloudking
2pts1
news.ycombinator.com 1y ago

Ask HN: Anyone able to get a response from Cursor?

cloudking
2pts0
news.ycombinator.com 1y ago

Ask HN: Are you using an AI meeting product/feature/hack?

cloudking
2pts2
www.semianalysis.com 1y ago

Deep Dive on AI Neoclouds

cloudking
1pts0
techcrunch.com 1y ago

Even the ‘godmother of AI’ has no idea what AGI is

cloudking
1pts1
www.gov.ca.gov 1y ago

Bill limits smartphone use in California schools

cloudking
43pts76
news.ycombinator.com 1y ago

Tell HN: Negotiate SaaS deals near end of quarter

cloudking
2pts0
news.ycombinator.com 1y ago

Ask HN: Is Chrome buggy when there is an update pending?

cloudking
4pts2
news.ycombinator.com 1y ago

Ask HN: Best Open Source Tools for Audio Analysis on Web?

cloudking
3pts0
www.airtable.com 1y ago

Create apps instantly with Airtable Cobuilder

cloudking
1pts0
www.theverge.com 2y ago

How to fix Crowdstrike issue

cloudking
1pts0

Tried it for a few weeks, was really buggy and unpredictable.

Kudos for the concept though, I ended up rolling my own agentic system with Claude Code from scratch that works much more reliably for my use cases.

You should open the issue with your IT department and see if they can optimize the performance. You can gather proof that GoGuardian is causing slow downs by looking at it's memory usage in the Task Manager (right click empty area in Chrome tab bar).

We use https://devin.ai for this and it works very well. Devin has it's own virtual environment, IDE, terminal and browser. You can configure it to run your application and connect to whatever it needs. Devin can modify the app, test changes in the browser and send you a screen recording of the working feature with a PR.

For connecting agents to third-party systems I prefer CLI tools, less context bloat and faster. You can define the CLI usage in your agent instructions. If the MCP you're using doesn't exist as a CLI, build one with your agent.

Sora 2 10 months ago

Most people in the world only have a phone, no computer. Their window to software is the App Store or Play Store.

What languages do you use?

- HTML, JavaScript, Python, PHP, Rust

What kind of projects?

- Web apps (consumer and enterprise), games

Do you maintain these projects or is this for greenfield development?

- Both, I have my own projects and client projects

Could you fix any bugs without Claude?

- Yes, I have decades of software development experience

Are these projects tested, who writes the tests. If it's Claude how do you know these tests actually test something sensible?

- For serious projects yes, I will define the test cases and have Claude build them out along with any additional cases it identifies. I use planning mode heavily before any code gets written.

Is anybody using these projects and what do users think of using these projects?

- Yes, these are real projects in production with real users :) They love them

I've tried them for some more complex projects, but I've found as long as I am working on isolated features/bugs, with good component breakdowns the agents won't cross paths. Planning mode also helps because you know exactly which files will be modified before going into execution mode.

If you want to keep features in separate Git worktrees, https://conductor.build/ is pretty nice.