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_•1y 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

War panic: if you prepare for war to achieve peace, you get war (2024)

https://blogs.lse.ac.uk/medialse/2024/12/19/war-panic-if-you-prepare-for-war-to-achieve-peace-you...
1•robtherobber•2m ago•0 comments

Pbgopy v0.4.0: Simple cross-device clipboard with history

https://github.com/nakabonne/pbgopy
1•nakabonne•3m ago•0 comments

Wipeout Clone Runs Native on ESP32-S3

https://hackaday.com/2026/04/29/wipeout-clone-runs-native-on-esp32-s3/
1•sohkamyung•3m ago•0 comments

Lectronz

https://lectronz.com/
1•irdc•4m ago•1 comments

Curious: How do you manage contract signature? Any winning process?

https://www.getprobo.com/blog/2026-04-24-how-we-automated-our-client-contract-process
1•arthurmyx•5m ago•1 comments

TimeCapsuleSMB: Hacking the Apple Time Capsule to Run Modern Samba

https://github.com/jamesyc/TimeCapsuleSMB
1•lproven•8m ago•0 comments

More Americans See Driverless Car Future; Few Show Interest

https://news.gallup.com/poll/708683/americans-driverless-car-future-few-show-interest.aspx
1•giuliomagnifico•8m ago•0 comments

China's Meta Backlash Renders Manus Model 'Officially Dead'

https://www.bloomberg.com/news/articles/2026-04-29/china-s-meta-backlash-renders-manus-model-offi...
1•helsinkiandrew•9m ago•0 comments

Niri Security Model

https://niri-wm.github.io/niri/Security-Model.html
2•luu•12m ago•0 comments

SnoreStop AI: Stop Snoring

https://apps.apple.com/gr/app/snorestop-ai-stop-snoring/id6761017053
2•SnoreStopAI•13m ago•0 comments

GraphOS – Visual runtime and debugger for AI agents (with local-first execution)

https://github.com/ahmedbutt2015/graphos
1•ahmedthefayyaz•15m ago•1 comments

Pgpulse – Autopilot for Postgres Observablity and monitoring platform

https://pgpulse.io/
1•pabanda•15m ago•1 comments

Seeking a human connection in the scam-infested hiring process

https://markoanastasov.com/signals/seeking-a-human-connection-in-the-scam-infested-hiring-process/
1•markoa•16m ago•0 comments

Continuing the story of early DOS development

https://opensource.microsoft.com/blog/2026/04/28/continuing-the-story-of-early-dos-development/
1•bananaboy•17m ago•0 comments

Python One go: Bootstrapped uncertainty quantification given observation matrix

https://github.com/msuzen/leymosun
1•northlondoner•18m ago•1 comments

Devin for CLI

https://cli.devin.ai/docs
1•teddyX•19m ago•1 comments

Orchestrating AI Code Review at Scale

https://blog.cloudflare.com/ai-code-review/
1•vinhnx•19m ago•0 comments

My Visitors Are Not All Human. That Is Fine

https://hoeijmakers.net/my-visitors-are-not-all-human-that-is-fine/
1•robhoeijmakers•20m ago•1 comments

Llama.cpp MIPS R8000 Kernel Running on an SGI Power Challenge from 1995

https://twitter.com/mov_axbx/status/2048656497370923470
2•MrBuddyCasino•20m ago•0 comments

Taking down a network with a TLS certificate: my RIPE NCC RPKI exploit chain

https://mxsasha.eu/posts/ripe-ncc-rpki-exploit-chain/
2•job•21m ago•0 comments

Robot golf vs. holes that keep getting harder [video]

https://www.youtube.com/watch?v=2OfjZ3ORJfc
2•7777777phil•22m ago•0 comments

Welcome to the "find out" stage of AI

https://stackoverflow.blog/2026/04/27/welcome-to-the-find-out-stage-of-ai/
1•vinhnx•22m ago•0 comments

Bitwarden Encrypts and Decrypts Secrets

https://blog.miguelgrinberg.com/post/how-bitwarden-encrypts-and-decrypts-secrets
2•vinhnx•23m ago•0 comments

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
3•bozdemir•23m ago•2 comments

Text-to-CAD: Generate 3D models with coding agents (open source)

https://github.com/earthtojake/text-to-cad
2•steveharing1•26m ago•0 comments

Notepad++ appears as a native macOS application

https://www.heise.de/en/news/Notepad-appears-as-a-native-macOS-application-11275741.html
3•rxmux•27m ago•0 comments

Soft launch of open-source code platform for government

https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
15•e12e•30m ago•0 comments

Could At-Home Brain Stimulation Reduce Psychiatry's Reliance on SSRIs?

https://www.nytimes.com/2026/04/28/health/depression-at-home-brain-stimulation-fda.html
2•raindeer2•32m ago•0 comments

Why Law Is Law-Shaped

https://lawvm.org/why-law-is-law-shaped/
2•ekns•41m ago•0 comments

Show HN: AI powered coding interview practice

https://protechstack.com/practice
2•vampiregrey•47m ago•0 comments