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

United CEO Has Pitched Possible Tie-Up with Rival American

https://www.bloomberg.com/news/articles/2026-04-13/united-ceo-has-pitched-possible-combination-wi...
1•mancerayder•48s ago•0 comments

World Quantum Day 2026

https://doodles.google/doodle/world-quantum-day-2026/
1•mxfh•1m ago•0 comments

Matrix-Game 3.0: Real-Time and Streaming Interactive World Model

https://matrix-game-v3.github.io/
1•pella•8m ago•0 comments

An Amazon warehouse worker died on the job at Oregon facility

https://techcrunch.com/2026/04/13/an-amazon-warehouse-worker-died-on-the-job-at-oregon-facility/
3•cebert•10m ago•1 comments

OpenAI acquires AI personal finance startup Hiro – financial agents next?

https://techcrunch.com/2026/04/13/openai-has-bought-ai-personal-finance-startup-hiro/
2•yesensm•14m ago•0 comments

MCP server for trading intelligence–gap scanner,SEC alerts,insider tracking

https://zivio-mcp-production.up.railway.app
1•doshinikunj•15m ago•0 comments

Wyden Urges House to Reject Handing Trump Unchecked Surveillance Authority

https://www.wyden.senate.gov/news/press-releases/wyden-urges-house-members-to-reject-handing-dona...
4•Cider9986•18m ago•0 comments

U.S. Says Wiretap Program Thwarted Attack on 2024 Taylor Swift Concert

https://www.nytimes.com/2026/04/09/us/politics/section-702-surveillance-fisa.html
1•Cider9986•19m ago•0 comments

Willingness to fail is now a superpower

https://nekolucifer.substack.com/p/willingness-to-fail-is-now-a-superpower
1•gurjeet•23m ago•0 comments

Citation Integrity

https://citationintegrity.org/
1•SanjayMehta•30m ago•0 comments

Forrest's $60M War on Facebook

https://www.afr.com/technology/dad-it-s-a-fraud-call-that-sparked-forrest-s-60m-war-on-facebook-2...
1•mianos•31m ago•2 comments

Just a Moment

https://blog.jdboyd.net/2026/04/just-a-moment/
1•linuxkernal•31m ago•0 comments

AI Home Architecture Startup Looking for Back End/ML Infra Engineer

1•AtmosXR•34m ago•2 comments

I built an AI CMO because I can't market

https://www.polara.ai/
1•foundermax•35m ago•0 comments

Keycard – inject API keys into subprocesses without polluting your shell

https://www.keycard.studio/
1•jijane•37m ago•0 comments

Slate Auto Raised $650M to Build a Truck with No Speakers, Color, or Apologies

https://www.siliconsnark.com/slate-auto-raised-650-million-to-build-a-truck-with-no-speakers-no-c...
2•SaaSasaurus•37m ago•0 comments

How CPUs run functions? [video]

https://www.youtube.com/watch?v=7YyALikxAlU
1•byte_0•42m ago•0 comments

The State of SBoM Generation for C/C++: 2026 Edition

https://www.interlynk.io/resources/the-state-of-sbom-generation-for-c-c-2026-edition
1•riteshnoronha16•42m ago•0 comments

Xcitation–inhibition interactions mediate firefly flash synchronization

https://www.biorxiv.org/content/10.64898/2026.01.19.700439v1
1•PaulHoule•43m ago•0 comments

Rewriting Every Syscall in a Linux Binary at Load Time

https://amitlimaye1.substack.com/p/rewriting-every-syscall-in-a-linux
1•riteshnoronha16•43m ago•0 comments

The Origins of GPU Computing

https://cacm.acm.org/federal-funding-of-academic-research/the-origins-of-gpu-computing/
3•eatonphil•44m ago•0 comments

Flimsier Cabinets and Fewer Windows: Home Builders Are Skimping on the Basics

https://www.wsj.com/real-estate/flimsier-cabinets-and-fewer-windows-home-builders-are-skimping-on...
2•JumpCrisscross•45m ago•0 comments

Microsoft Research DRM Talk (2004)

https://craphound.com/msftdrm.txt
1•kelnos•48m ago•0 comments

Building an MCP Server Using Only Notepad

https://catswords.readme.io/docs/feature-mcp-server
2•gnh1201•53m ago•0 comments

Explainer for the Private Verification Tokens

https://github.com/explainers-by-googlers/private-verification-tokens
1•feyman_r•54m ago•0 comments

AI Can Now Control Your Mac OS

https://clawdcursor.com
1•AmrDabb•55m ago•0 comments

Show HN: teletext, a real-time information dashboard

https://ttxt.org
1•dogancan•56m ago•0 comments

The Journal of C Language Translation

http://jclt.iecc.com/
2•kristianp•57m ago•0 comments

Neo-Unify: An Encoder-Free, Native Multimodal Paradigm (SenseTime)

https://huggingface.co/blog/sensenova/neo-unify
2•WayLonWen•58m ago•0 comments

YouTube removes pro-Iran channel producing anti-Trump videos

https://www.middleeasteye.net/news/youtube-removes-iran-linked-channel-producing-anti-trump-anima...
7•cramsession•1h ago•1 comments