frontpage.
newsnewestaskshowjobs

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

South Africa midfielder dies aged 25, weeks after World Cup appearance

https://www.espn.com/soccer/story/_/id/49333373/south-africa-midfielder-jayden-adams-dies-aged-25...
1•theanonymousone•39s ago•0 comments

Free Software

https://www.fsf.org/
1•bpenjii•55s ago•0 comments

The Silent Epidemic of LLM Technical Debt

https://seldon-ai.com/blog/silent-epidemic-llm-tech-debt
1•nlpnerd•1m ago•0 comments

LAME v4.0

https://lame.sourceforge.io/index.php
1•alisonatwork•2m ago•0 comments

Pursuit: An epic, month-long San Francisco scavenger hunt

https://sfpursuit.org/
3•jer0me•6m ago•1 comments

The Unfair Advantage of Using Agents for Email – MailKite

https://mailkite.dev/blog/unfair-advantage-agent-email/
4•gabe_karina•8m ago•0 comments

Show HN: Haizu – Placement Management System

https://github.com/uswebk/haizu
2•uswebk•9m ago•0 comments

Huawei's telephoto lens identified a plane as a bird

https://xcancel.com/youy1qwq/status/2075444313132351828
3•robin_reala•12m ago•1 comments

One email to summarize all your emails

https://suminone.click/
2•evgy•14m ago•0 comments

We tried London's first driverless bus

https://www.londoncentric.media/p/londons-first-driverless-bus
1•BerislavLopac•18m ago•0 comments

We re living in a tick nightmare

https://www.nytimes.com/2026/07/11/opinion/ticks-disease-lyme-alpha-gal.html
1•yeknoda•18m ago•0 comments

I created a font called Ghost Font that only humans can read

https://twitter.com/ericlu/status/2075876651574210643
1•mcenedella•19m ago•1 comments

I miss post-internet art

https://spectator.com/article/i-miss-post-internet-art/
1•thinkingemote•22m ago•0 comments

Only 5L,If you want to take 5090 to college, Try this case – FE9 Build [video]

https://www.youtube.com/watch?v=McSLH-_unfk
1•ksec•22m ago•0 comments

Microsoft admits Windows 11 has a GDID tracker with no off switch

https://www.windowslatest.com/2026/07/10/you-cant-fully-disable-microsofts-gdid-windows-11-tracke...
5•GBiT•23m ago•0 comments

The crypto billionaires building a world where money buys you a vote

https://www.bbc.co.uk/news/articles/cly8eqyj8e2o
4•BerislavLopac•23m ago•0 comments

New York Times and Other Publishers Ask Court to Penalize OpenAI

https://www.nytimes.com/2026/07/09/technology/new-york-times-openai.html
2•1vuio0pswjnm7•27m ago•1 comments

Let's build a simple interpreter for APL – part 1

https://mathspp.com/blog/lsbasi-apl-part1
1•mpweiher•27m ago•0 comments

USAA closed 51% of home insurance claims without making a payment in 2025

https://www.expressnews.com/business/article/san-antonio-usaa-insurance-claims-rejected-22293061.php
28•gscott•27m ago•2 comments

Good Questions

https://www.economist.com/business/2026/07/09/the-secret-to-good-questions
1•andsoitis•28m ago•0 comments

40 Years of AVM/Fritz: From BTX Hobby Project to Router Icon

https://www.heise.de/en/news/40-Years-of-AVM-Fritz-From-BTX-Hobby-Project-to-Router-Icon-11357116...
1•sebastian_z•28m ago•0 comments

Dora Compliance for Email: Mapping Sender Authentication to Article 9-10-11

https://dmarcguard.io/blog/dora-email-authentication/
1•meysamazad•29m ago•0 comments

How the Rule-Breaking Octopus Is Rewriting the Evolution of Intelligence

https://nautil.us/how-the-rule-breaking-octopus-is-rewriting-the-evolution-of-intelligence-1282633
2•Brajeshwar•30m ago•1 comments

I was wrong about game development

https://mijndertstuij.nl/posts/i-was-wrong-about-game-development/
2•meysamazad•31m ago•0 comments

What I Expect from an Editor as a Programmer

https://plaindrops.de/blog/2026/programming/
1•meysamazad•31m ago•0 comments

How Does AI Work? [video]

https://www.youtube.com/watch?v=YmLp8qe87A0
1•luispa•32m ago•0 comments

Ask HN: My father died and I need to find my path

1•c4kar•32m ago•2 comments

Thomas Midgley Jr

https://en.wikipedia.org/wiki/Thomas_Midgley_Jr.
1•chistev•36m ago•0 comments

DoS Attack on Crates.io

https://status.crates.io/incidents/h2fxgl2jtc5q
2•garo-pro•39m ago•1 comments

PR Reminder Bot – Node.js tool that Slack-nags you about stale PRs

https://github.com/Enox77/pr-reminder-bot
1•Enox77•39m ago•0 comments