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

Dunjons is a small turn-based dungeon hack/slash made using AmiBlitz3 for Amiga

https://zooperdan.itch.io/dunjons
1•doener•49s ago•0 comments

I created an utils to organize the tabs based on PORT number

https://github.com/Gancio-xyz/dev-tab-organizer
1•alexfg93•2m ago•0 comments

What if AI doesn't need more RAM but better math?

https://adlrocha.substack.com/p/adlrocha-what-if-ai-doesnt-need-more
1•adlrocha•3m ago•0 comments

Show HN: Prompt Injection Experiments in OpenClaw with Opus4.6

https://veganmosfet.codeberg.page/posts/2026-03-27-openclaw_webfetch/
1•veganmosfet•8m ago•0 comments

My Hands-On Guide to the Best AI HR Software in 2026

https://websites2know.com/best-ai-hr-software/
1•WallaceWalley•8m ago•0 comments

Specific ways to get early users for your new product [video]

https://www.youtube.com/watch?v=MZx-SptJ2ZY
1•adeeb•18m ago•0 comments

Deadlock, Circular Reference and Halting

https://qouteall.fun/qouteall-blog/2025/About%20circular%20reference
1•qouteall•18m ago•0 comments

The Lamentations of a Rocking Chair

https://animationobsessive.substack.com/p/the-lamentations-of-a-rocking-chair
1•vinhnx•19m ago•0 comments

We put browsers on thousands of people's devices so antibots can't block us

https://twitter.com/_alexspring/status/2037968450753335617
1•techpro864•20m ago•0 comments

Linux, Finally for Everyone

https://yololinux.com/
2•signa11•21m ago•0 comments

Is Your Language Learning App Lying to You?

https://growwithless.com/honest-pronunciation-feedback/
2•kieloo•22m ago•0 comments

Ask HN: Non-AI, engineering blogs? 2026

3•tugten•38m ago•0 comments

I built an agent orchestrator within tmux

https://twitter.com/Palanikannan_M/status/2038155724317208753
1•Palanikannan•39m ago•0 comments

Can you crack today's Numble?

https://numble.today
1•shauntrennery•39m ago•0 comments

Show HN: Public transit systems as data – lines, stations, railcars, and history

https://publictransit.systems
1•qwertykb•43m ago•0 comments

Show HN: Liter-LLM, Universal LLM client in Rust with bindings for 11 languages

https://github.com/kreuzberg-dev/liter-llm
1•nhirschfeld•45m ago•0 comments

Agent Orchestrator Within Terminal

https://github.com/Ataraxy-Labs/opensessions
1•Palanikannan•49m ago•0 comments

Russia can't escape this disaster [video]

https://www.youtube.com/watch?v=-fyd-Vuw-Po
3•doener•50m ago•1 comments

WSL's GitHub repository is being hit with a wave of Chinese spam issues

https://github.com/microsoft/WSL/issues
4•networkcat•53m ago•0 comments

Show HN: Built tool to turn n8n workflows into OpenClaw-compatible agent skills

https://github.com/just-claw-it/n8n-to-claw
2•just-claw-it•53m ago•0 comments

Iran's propaganda machine trolls Trump

https://text.npr.org/nx-s1-5760944
3•1659447091•58m ago•0 comments

Cloud Sync not working with iPhone, works fine for Mac

https://developer.apple.com/forums/thread/820550
2•doener•1h ago•0 comments

Donald Trump says 'Cuba is next' in speech touting US Military successes

https://www.rnz.co.nz/news/world/590891/donald-trump-says-cuba-is-next-in-speech-touting-us-milit...
2•SilentM68•1h ago•0 comments

The Bay Area Exclusion License

https://baxl.org/1.0/
1•codon•1h ago•0 comments

TypeScript game engine for single / multiplayer browser based games

https://github.com/MavonEngine/Core
1•mattvb91•1h ago•3 comments

Iranian Hackers Breached Kash Patel's Email–But Not the FBI's

https://www.wired.com/story/iranian-hackers-breached-the-fbi-directors-personal-email-but-not-the...
1•joozio•1h ago•0 comments

Next 12 months: Production Code that runs itself

2•brihati•1h ago•0 comments

The road to electric – in charts and data [UK]

https://www.rac.co.uk/drive/electric-cars/choosing/road-to-electric/
8•zeristor•1h ago•0 comments

Cory Doctorow's self-hosted did:web Bluesky server

https://pluralistic.net/2026/03/05/executive-dysfunction/
3•xeonmc•1h ago•0 comments

A Recipe for Steganogravy

https://theo.lol/python/ai/steganography/seo/recipes/2026/03/27/a-recipe-for-steganogravy.html
1•tbrockman•1h ago•0 comments