frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Made a small multiplayer game with AI

https://newton.hyperkube.org/
1•SamInTheShell•59s ago•1 comments

Airupt – open-source red-teaming for LLMs (79 attack vectors)

https://github.com/airupt/airupt
1•airupt•5m ago•0 comments

Google Drive ransomware detection now on by default for paying users

https://www.bleepingcomputer.com/news/security/google-drive-ransomware-detection-now-on-by-defaul...
1•Brajeshwar•6m ago•0 comments

No H100? No Problem. Why I Built ML Patron for Autonomous AI Research

https://medium.com/@nblintao/no-h100-no-problem-why-i-built-ml-patron-for-autonomous-ai-research-...
1•nblintao•6m ago•0 comments

Resetting Mutt's terminal after OAuth2

https://www.netmeister.org/blog/mutt-reset-terminal.html
1•speckx•8m ago•0 comments

Show HN: Rustunnel – An open-source tunnel alternative that charges $0 when idle

https://www.rustunnel.com/
1•joaoh82•8m ago•0 comments

Mesh – one room for your AI agents (open source)

https://github.com/ycanerden/mesh
1•canerden•8m ago•1 comments

Impressive Claude Code Features

https://glitch.land/blog/impressive-claude-code-features/
1•shorden•9m ago•0 comments

Top NPM package backdoored to drop dirty RAT on dev machines

https://www.theregister.com/2026/03/31/axios_npm_backdoor_rat/
1•Bender•9m ago•0 comments

An AI Reads the Web: A Deep Dive into Claude Code's WebFetchTool

https://medium.com/@nblintao/how-an-ai-reads-the-web-a-deep-dive-into-claude-codes-webfetchtool-0...
1•nblintao•10m ago•0 comments

One in seven Americans are ready for an AI boss, but they might not trust it

https://www.theregister.com/2026/04/01/americans_ai_boss/
1•Bender•10m ago•0 comments

'People's Panel' to check if UK wants controversial Digital ID will cost £630K

https://www.theregister.com/2026/04/01/peoples_panel_digital_id/
1•Bender•11m ago•0 comments

AI surpass Superman in Competitive Programming via Agentic RL [pdf]

https://deep-reinforce.com/grandcode.pdf
1•kathyxiao•11m ago•1 comments

Show HN: Nixidy – Kubernetes GitOps with Nix and Argo CD

https://nixidy.dev/
2•granra•12m ago•0 comments

Baidu robotaxi outage in Wuhan caused by 'system failure', police say

https://www.reuters.com/world/asia-pacific/baidu-robotaxi-outage-wuhan-caused-by-system-failure-p...
3•TechTechTech•12m ago•0 comments

Released: OKBrain – Embrace AI, but Own It

https://www.okbrain.org/
2•arunoda•13m ago•1 comments

/buddy in Claude Code is amazing

https://old.reddit.com/r/ClaudeAI/comments/1s9egh1/buddy_in_claude_code_is_amazing_but_please_dont/
2•empressplay•13m ago•0 comments

BetterDB – open-source Redis/Valkey migration across clouds and self-hosted

2•kaliades•13m ago•0 comments

The Blue Hearts Protocol: A portable memory file that makes your AI remember you

https://www.bluehearts.ai/
1•AshamedBadger56•14m ago•0 comments

Csp-toolkit – Python library to parse, analyze, and find bypasses in CSP headers

https://chs.us/2026/03/csp-toolkit/
2•bitscraper•14m ago•0 comments

Can you get rich off strangers? This website finds out live

https://canyougetrichoffstrangers.com/
1•timothybendt•14m ago•0 comments

Why Swedish Schools Are Bringing Back Books

https://undark.org/2026/04/01/sweden-schools-books/
1•speckx•14m ago•0 comments

Kubernetes Start Rewrite in Rust

https://github.com/kubernetes/kubernetes/pull/138147
2•SchwKatze•14m ago•1 comments

Show HN: 0XDEAD.space: A cryptographic succession protocol for the AT Protocol

https://0xdead.space/
1•ray_v•15m ago•0 comments

Apple Removes iPhone Vibe Coding App from App Store

https://gizmodo.com/apple-removes-iphone-vibe-coding-app-from-app-store-2000740084
2•randycupertino•15m ago•0 comments

AI is shifting engineering value from execution to problem selection

https://twitter.com/mikrofusion/status/2039345245872353534
1•bitmilitia•15m ago•1 comments

The Emperor Protects: A Warhammer 40k Musical

https://www.youtube.com/watch?v=59NORGNnWlQ
1•noworld•15m ago•0 comments

MP rejects Palantir's claims criticism of NHS England deal 'ideologically...

https://www.theguardian.com/technology/2026/apr/01/mp-palantir-claims-criticism-nhs-england-deal
2•chrisjj•15m ago•1 comments

Spain: From gas vulnerability to renewable resilience [pdf]

https://www.bbvaresearch.com/wp-content/uploads/2026/04/2604_from_gas_vulnerability_to_renewable_...
3•toomuchtodo•17m ago•0 comments

Show HN: Unbubble Shield – An Antivirus for Misinformation

https://www.unbubble.news/shield
2•alessandrodiano•18m ago•0 comments