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

Roger Fenton's Valley of the Shadow of Death (1855)

https://publicdomainreview.org/collection/roger-fenton-valley-of-the-shadow-of-death/
1•speckx•41s ago•0 comments

Apple Studio Display XDR Now FDA-Cleared for Diagnostic Radiology Use

https://www.macrumors.com/2026/04/07/studio-display-xdr-fda-clearance/
1•tosh•1m ago•0 comments

Spacebot: Agentic AI system where LLM process has a dedicated role, OpenClaw alt

https://spacebot.sh/
1•maxloh•1m ago•0 comments

Hotcopy Coding CLI with no context ceiling and agents that learn across sessions

https://hotcopy.ai/
2•antoniomadams•3m ago•0 comments

China is winning one AI race, the US another – but either might pull ahead

https://www.bbc.com/news/articles/c145enxln0go
1•devonnull•3m ago•0 comments

Building a framework-agnostic Ruby gem (and making sure it doesn't break)

https://newsletter.masilotti.com/p/on-building-a-framework-agnostic
1•joemasilotti•4m ago•0 comments

Another Memory Corruption Case

https://trofi.github.io/posts/347-another-memory-corruption-case.html
1•speckx•4m ago•0 comments

NRR doesn't have to compress as you scale (data from 37 devtools)

https://twitter.com/evilmartians/status/2041228426712101311
1•camimirabal•5m ago•0 comments

Show HN: A VS Code extension that points tickets based on tech debt

https://marketplace.visualstudio.com/items?itemName=BrooksForsyth.storypointinator
1•bforsyth•5m ago•0 comments

We fix your broken Rhino models

https://arcol.io/blog/how-we-fix-your-broken-rhino-models
1•skoodge•6m ago•0 comments

Tailslayer: Library for reducing tail latency in RAM reads

https://github.com/LaurieWired/tailslayer
1•hasheddan•6m ago•0 comments

Wireless festival cancelled after Kanye West banned from entering UK

https://www.theguardian.com/music/2026/apr/07/home-office-bans-kanye-west-from-entering-uk-wirele...
1•thinkingemote•7m ago•0 comments

RAM Has a Design Flaw from 1966. I Bypassed It [video]

https://www.youtube.com/watch?v=KKbgulTp3FE
1•surprisetalk•8m ago•0 comments

Show HN: A Little Excursion

https://alittleexcursion.com/
1•zzzzzzzzzzzxc•8m ago•0 comments

US Labor Force Participation Continues to Slide

https://restaurant.org/research-and-media/research/restaurant-economic-insights/analysis-commenta...
2•toomuchtodo•10m ago•0 comments

Self-hosted microservice that decodes minified stack traces

https://github.com/amadevstudio/source_dese
1•kinton•10m ago•0 comments

Tax Logic Evaluation with Prolog

https://github.com/mthom/scryer-prolog/discussions/3287
1•triska•10m ago•0 comments

Show HN: Whirligig

https://whirligig.live
1•idiocache•16m ago•1 comments

Show HN: Onepilot – Multi-agent orchestration from iPhone over native SSH

https://onepilotapp.com
4•elmlabs•17m ago•0 comments

Docker and the Linux Kernel Isolate Your Agent, and Where They Don't

https://timbreai.substack.com/p/how-docker-and-the-linux-kernel-isolate
2•bakibab•17m ago•1 comments

College instructor turns to typewriters to curb AI-written work

https://apnews.com/article/typewriter-ai-cheating-chatgpt-cornell-ce10e1ca0f10c96f79b7d988bb56448b
2•ohjeez•18m ago•0 comments

AI modeling techniques for vision-based occupancy determination

https://patents.google.com/patent/US20240185445A1/en
1•libpcap•18m ago•0 comments

The Seed Beneath the Snow

https://eli.li/the-seed-beneath-the-snow
1•birdculture•21m ago•0 comments

Cognition Announces SWE 1.6

https://cognition.ai/blog/swe-1-6
1•mschrage•23m ago•0 comments

Edwin Heathcote: Why the Max Bill Automatic Is the Ultimate Watch

https://www.ft.com/content/37cc95c7-794a-4d44-aef4-beebc534100f
1•aanet•23m ago•1 comments

Demis Hassabis: Renaissance man. He knows that image is everything

https://unherd.com/2026/04/demis-hassabis-renaissance-man/
2•mellosouls•24m ago•0 comments

Skilled older workers turn to AI training to stay afloat

https://www.theguardian.com/technology/ng-interactive/2026/apr/07/ai-training-work-jobs
4•billybuckwheat•25m ago•0 comments

is-antibot: Detect bot protection challenges from +25 providers

https://antibot.microlink.io/
2•Kikobeats•27m ago•0 comments

If-pal: play Zork (and other games) with an AI gen alpha companion

https://github.com/techbelly/if-pal
1•techbelly•27m ago•0 comments

OPFS: Origin Private File System

https://web.dev/articles/origin-private-file-system
1•nvahalik•28m ago•0 comments