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

Logging Off

https://user8.bearblog.dev/logging-off/
1•James72689•2m ago•0 comments

Everything Google announced at I/O 2026: Gemini, Android, more

https://9to5google.com/2026/05/19/google-io-2026-news/
1•gmays•4m ago•1 comments

Cross-Model Context Inheritance in Anthropic's Claude: 94 Days of Non-Response

https://github.com/AIM-Nelson/cross-model-context-inheritance
1•Malinor•8m ago•0 comments

Knex Mechanical Computer (MechaDigit-1) [video]

https://www.youtube.com/watch?v=PAWZ2Zjsah0
1•Teever•10m ago•0 comments

Samsung's deal with union hailed as a victory

https://www.reuters.com/business/world-at-work/samsungs-deal-with-union-hailed-victory-bonuses-le...
1•Tomte•10m ago•1 comments

Hotline.tg

1•hotline•14m ago•0 comments

Finding Bugs Using LLMs

https://materialize.com/blog/finding-bugs-using-llms/
2•def-•25m ago•1 comments

Hermes: The Agent That Grows with You

https://hermes-agent.nousresearch.com/
1•mooreds•27m ago•1 comments

Cleve Moler (Matlab, MathWorks) passed away on May 20, 2026

https://www.mathworks.com/company/aboutus/founders/clevemoler.html
2•mychele•28m ago•0 comments

How to Rule the World

https://feld.com/archives/2026/05/how-to-rule-the-world/
1•mooreds•29m ago•0 comments

Israel's operation to turn Hezbollah's beepers into bombs – exclusive

https://www.jpost.com/israel-news/defense-news/article-896890
1•rodmena•29m ago•0 comments

The Prehistory of A.I. Slop

https://www.newyorker.com/magazine/2026/05/25/the-prehistory-of-ai-slop
1•tzury•34m ago•0 comments

The Treasure Has Been Found. Stop Hunting

https://www.buriedtreasuresf.com/solution
2•ChrisArchitect•36m ago•1 comments

Coins Stream

https://coins.stream
1•dragonsenseiguy•38m ago•0 comments

Gnutella: A Protocol Outlives the World That Created It

https://rickcarlino.com/notes/p2p/gnutella-explanation.html
2•rickcarlino•39m ago•0 comments

FreeLLMAPI – One key. One billion free LLM tokens. Every month

https://tashfeenahmed.github.io/freellmapi/
2•hamid914•40m ago•0 comments

It is time to build a new internet

https://mrmarket.bearblog.dev/it-is-time-to-build-a-new-internet/
53•mrmarket•44m ago•42 comments

Gopass: The slightly more standard Unix password manager for teams

https://github.com/gopasspw/gopass
1•thunderbong•47m ago•0 comments

Shitfixer.app – helps you reframe negative experiences and find optimism

https://shitfixer.app/
1•tonytonev•50m ago•0 comments

Nx Console v18.95.0 Postmortem

https://nx.dev/blog/nx-console-v18-95-0-postmortem
1•winebarrel•50m ago•0 comments

ReCardEx – AI product photos, infographics and videos for e-commerce sellers

https://recardex.com/en
1•masteriza•53m ago•0 comments

Riot Games celebrates bricking cheat devices

https://twitter.com/riotgames/status/2057604027941302564
6•indrora•58m ago•2 comments

Ground equipment problem scrubs Starship launch attempt

https://spacenews.com/ground-equipment-problem-scrubs-starship-launch-attempt/
2•JumpCrisscross•59m ago•0 comments

White House yanked AI order after David Sacks raised industry concerns

https://www.politico.com/news/2026/05/21/trump-ai-order-sacks-00933295
2•JumpCrisscross•1h ago•0 comments

Best Practices to Produce Maintainable Code with AI [video]

https://vimeo.com/1194574163
1•Austin_Conlon•1h ago•0 comments

Show HN: Pocket TTS running in (mobile) Safari

https://ldenoue.github.io/xn-ptts/
1•ldenoue•1h ago•0 comments

Three matrix algorithms, three walk orders – interactive animations

https://algo-rhythm.dev/en/matrix/
5•bytego•1h ago•0 comments

Wolfram Language

https://www.wolfram.com/language/
5•maxall4•1h ago•0 comments

It's Time to Walk

https://www.inferterra.com/the-new-workspace-a-first-principles-exploration-of-dictation-agents-a...
2•matt_teresi•1h ago•1 comments

Guesstimate

https://en.wikipedia.org/wiki/Guesstimate
1•teleforce•1h ago•0 comments