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

(One) Good AI Is Here – Anil Dash

https://www.anildash.com/2026/04/28/one-good-ai-is-here/
1•tambourine_man•46s ago•0 comments

The Lost Idealism of Heartland Rock

https://www.theatlantic.com/magazine/2026/06/springsteen-petty-politics-osmon/686936/
1•petethomas•2m ago•0 comments

GitHub – Incomplete pull request results in repositories

https://www.githubstatus.com/incidents/x69zbgdyfzg0
1•lawgimenez•3m ago•0 comments

A Return to Code

https://nav.al/code
1•swolpers•4m ago•0 comments

FDA grants quick review for 3 psychedelic drug trials

https://www.nbcnews.com/health/health-news/fda-psychedelic-drugs-psilocybin-methylone-review-depr...
1•gmays•5m ago•0 comments

An Actually Intuitive Explanation of the Oberth Effect

https://outsidetheasylum.blog/an-actually-intuitive-explanation-of-the-oberth-effect/
1•virgildotcodes•6m ago•0 comments

Demo: Animated Favicon

https://favicon.im/blog/animated-favicon-live-demo
1•Airyisland•7m ago•1 comments

Wikipedia: Articles for Deletion/GitHub (2008)

https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/GitHub
1•riffic•7m ago•0 comments

A 3D Flappy Bird side-scroller game built with DeepSeek V4 Pro

http://www.annajc.com/
1•guiguan•9m ago•1 comments

Recycling plastic waste with compression molding

https://hackaday.com/2026/04/28/recycling-pla-and-other-plastic-waste-with-compression-molding/
1•rickcarlino•11m ago•0 comments

Goldman Staff in Hong Kong Lose Access to Anthropic's Claude

https://www.bloomberg.com/news/articles/2026-04-29/goldman-staff-in-hong-kong-lose-access-to-anth...
2•kamaraju•12m ago•0 comments

Google API change leads to $67k Gemini bill in 19 hours

https://discuss.ai.google.dev/t/unexpected-67k-gemini-api-spike-in-19-hours-2016-firebase-provisi...
1•StevenThompson•18m ago•0 comments

Multi-tenant file storage for developers. Built for SaaS teams

https://tenantbox.dev
1•omollohemstone•19m ago•0 comments

Help a fellow dev on AI-localization?

2•mightyAlien•20m ago•1 comments

39 Years Ago, Steve Jobs Made a Emotional Decision. How It Led to Success

https://www.inc.com/bill-murphy-jr/39-years-ago-steve-jobs-made-a-very-emotional-decision-heres-h...
1•paulpauper•23m ago•0 comments

HUD Says Realtors Can Now Speak the Truth

https://marginalrevolution.com/marginalrevolution/2026/04/hud-says-its-legal-to-tell-the-truth.html
1•paulpauper•24m ago•0 comments

Spotify Shares Fall Most Since 2022 on AI Fears [video]

https://www.youtube.com/watch?v=pXgf7uZT7OU
1•mgh2•28m ago•0 comments

A Post-Regression World

https://signalintent.net/2026/04/28/a-post-regression-world/
1•tokonomy_dev•30m ago•0 comments

Is any one using ruflo?

https://github.com/ruvnet/ruflo
1•chunpaiyang•30m ago•1 comments

Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files

https://github.com/jftuga/mac-screen-search
1•jftuga•32m ago•0 comments

Hackers steal nearly $300M in biggest DeFi exploit of 2026

https://seekingalpha.com/news/4576371-hackers-steal-nearly-300m-in-biggest-defi-exploit-of-2026
2•mgh2•34m ago•2 comments

The Uncanny Horror of AI Hallucinations (2025)

https://www.youtube.com/watch?v=vimNI7NjuS8
1•highspeedbus•35m ago•0 comments

Edge Computing and Intelligence: AI for Edge and AI on Edge

https://blog.sparsh.dev/edge-ai-computing-intelligence/
1•sparshrestha•35m ago•1 comments

I Built My Own Hair Electrolysis Machine

https://www.scd31.com/posts/diy-hair-electrolysis-machine
2•y1n0•38m ago•0 comments

What's new in pip 26.1 – lockfiles and dependency cooldowns

https://simonwillison.net/2026/Apr/28/pip-261/
1•y1n0•39m ago•0 comments

At his OpenAI trial, Musk relitigates an old friendship

https://techcrunch.com/2026/04/28/at-his-openai-trial-musk-relitigates-an-old-friendship/
1•evo_9•46m ago•0 comments

From Navigator to Cartographer – The Path to Strong AI

https://pavelvoronin.com/ai-beyond-navigation/
2•kolpaque•52m ago•0 comments

Show HN: Pcons: new software build tool in Python, inspired by SCons and CMake

https://github.com/DarkStarSystems/pcons
1•darkstarsys•53m ago•0 comments

Gemini Enterprise Agent Platform

https://cloud.google.com/blog/products/ai-machine-learning/introducing-gemini-enterprise-agent-pl...
2•gmays•55m ago•0 comments

I hired an AI as SO. He chose a name, and we co-authored a book

https://jdeid.it/agi-research/
1•Serena_Zayn•56m ago•0 comments