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

Differences Between miniKanren and Prolog

https://minikanren.org/minikanren-and-prolog.html
1•tosh•1m ago•0 comments

Where in the World Is All That Gold Stored?

https://www.nytimes.com/2026/05/01/business/central-banks-gold-storage.html
1•bookofjoe•2m ago•1 comments

The Monster That Slays Arctic Subsea Cables: Icebergs

https://subseacables.blogspot.com/2026/05/the-monster-that-slays-arctic-subsea.html
1•giuliomagnifico•3m ago•0 comments

Ubuntu back up, In Saturday after DDoS attacks

1•relunsec•4m ago•0 comments

This Month in Ladybird – April 2026

https://ladybird.org/newsletter/2026-04-30/
1•exploraz•5m ago•0 comments

µKanren: A Minimal Functional Core for Relational Programming (2013) [pdf]

http://webyrd.net/scheme-2013/papers/HemannMuKanren2013.pdf
1•tosh•5m ago•0 comments

Architecting AI Compute (Part 1)

https://pawankjha.substack.com/p/architecting-ai-compute-part-1-the
1•pawanjha25•6m ago•0 comments

Real Tesla Multimilionaire is P85 with 1.800.000 km under the belt

https://evclinic.eu/2023/07/27/real-tesla-multimilionaire-is-p85-with-1-800-000-km-under-the-belt/
1•taubek•9m ago•0 comments

List of Unsolved Problems in Physics

https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_physics
1•chistev•9m ago•1 comments

"Ppa.launchpad.net" Is Down

https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQGYrj57nvDDdm4tQ...
1•gslin•16m ago•1 comments

Qualcomm Flight RB5 5G Platform

https://www.qualcomm.com/internet-of-things/products/flight-rb5-platform
1•teleforce•19m ago•0 comments

The Galleria-Fication of Everything and the Armani Strategy

https://blog.jovono.com/p/the-galleria-fication-of-everything
1•ejz•21m ago•0 comments

Ask HN: Shipped my first iOS app. No downloads. How to get the first download?

https://apps.apple.com/us/app/padelsmile-padel-tournament/id6761918507
1•agenticfutureai•21m ago•5 comments

Ask HN: Try npx -y sharedmemory/MCP-server

1•Sharedmemory•21m ago•1 comments

core.logic

https://github.com/clojure/core.logic
1•tosh•22m ago•0 comments

I've Been a Public School Teacher for 20 Years. Trust Me: Homeschool Your Kids

https://twitter.com/creation247/status/2012598176138535041
1•bilsbie•26m ago•3 comments

SwiftScript: Tree-walking interpreter, library and CLI for Swift

https://github.com/Cocoanetics/SwiftScript
1•ingve•26m ago•0 comments

Show HN: A navigable map and recommender for 17M music entities

https://toposonico.com/
2•deppep•27m ago•0 comments

Pushed by Trump policies, top U.S. battery scientist is moving to Singapore

https://www.science.org/content/article/pushed-trump-policies-top-u-s-battery-scientist-moving-si...
15•Metacelsus•30m ago•0 comments

Potato OS

https://github.com/potato-os/core
1•oldfuture•30m ago•0 comments

The Cults of TDD and GenAI

https://drewdevault.com/blog/Cult-of-TDD-and-LLMs/
3•pards•31m ago•2 comments

Protesters shut down Berkeley Forum event hosting Jeff Dean

https://www.dailycal.org/news/campus/protesters-shut-down-berkeley-forum-event-hosting-google-ai-...
2•meling•33m ago•0 comments

WebLLM is a high-performance in-browser LLM inference engine

https://github.com/mlc-ai/web-llm
1•doener•34m ago•0 comments

Tailwind-merge: Utility function to merge Tailwind CSS classes in JavaScript

https://github.com/dcastil/tailwind-merge
1•doener•34m ago•0 comments

The Download: a new Christian phone network, and debugging LLMs

https://www.technologyreview.com/2026/05/01/1136762/the-download-christian-phone-network-debuggin...
1•joozio•34m ago•0 comments

127³ — Superintelligence, public. DeepSeek V4 Pro

https://deepseek-v4-pro-127cubed.vercel.app/
1•oroboroslabs•35m ago•0 comments

Clsx: A tiny (239B) utility for constructing className strings conditionally

https://github.com/lukeed/clsx
1•doener•35m ago•0 comments

Chinese Government Got the Largest Digital Rights Conference Canceled

https://www.wired.com/story/the-chinese-government-pressured-zambia-to-cancel-the-worlds-largest-...
2•ip3c4c•45m ago•0 comments

GameStop Preparing Offer for eBay

https://www.wsj.com/business/deals/gamestop-preparing-offer-for-ebay-1678e6de
4•voisin•47m ago•0 comments

Measuring what frontier models know – and how big they are

https://01.me/research/ikp/
1•schmorptron•47m ago•2 comments