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

Free paycheck calculator for all 50 US states

https://takehometool.com/
1•ahcstudio•7s ago•0 comments

Show HN : Tickword – Chain the words. Dont let the clock catch you

https://tickword.com/en
1•Jekooo•2m ago•1 comments

Intuitive Understanding of PCA

https://ai.ragv.in/posts/intuitive-understanding-of-pca/
1•kn81198•5m ago•0 comments

Why on-chain options are still thin (and a liquidity model that fixes it)

https://rohanrathod.ai/writing/on-chain-options-liquidity
1•ro_lend•6m ago•0 comments

Late pregnancy is pretty bizarre

https://viverricious.substack.com/p/late-pregnancy-is-pretty-bizarre
1•eatitraw•7m ago•0 comments

Predicting the Future (2001) [pdf]

https://library.rumsfeld.com/doclib/sp/2382/2001-04-12%20To%20George%20W%20Bush%20et%20al%20re%20...
1•pollorollo•7m ago•0 comments

Admin Console Inaccessible – Tailscale Status

https://status.tailscale.com/incidents/01KQ8HC1B4KG94AMB39DD9F0FJ
1•corvad•8m ago•0 comments

How My RLM Tool Works

https://isaacflath.com/writing/rlm
1•simonpure•8m ago•0 comments

Taming the Unpredictable: Reliability in Chaos (Srecon 26)

https://www.usenix.org/conference/srecon26americas/presentation/brush
1•captainkrtek•8m ago•0 comments

Why stablecoins are making many banks nervous

https://www.marketplace.org/story/2026/04/27/why-stablecoins-are-making-many-banks-nervous
1•petethomas•11m ago•0 comments

A common weed killer left an epigenetic footprint in early-onset colon cancer

https://medicalxpress.com/news/2026-04-common-weed-killer-left-hidden.html
4•SilverElfin•11m ago•1 comments

We tested 7,039 sites for MCP support; 5.8% passed a live handshake

https://8bitconcepts.com/research/q2-2026-mcp-ecosystem-health.html
1•8bitconcepts•13m ago•0 comments

Extended interview: Ben Sasse on lessons for America [video]

https://www.youtube.com/watch?v=WcT9O5Sjmd0
1•duck•18m ago•0 comments

Solar exports 2x during Oil Crisis

https://e360.yale.edu/digest/china-solar-exports-iran-war
2•dreadsword•27m ago•0 comments

AI is confronting a supply-chain crunch

https://www.economist.com/business/2026/04/27/ai-is-confronting-a-supply-chain-crunch
1•edward•27m ago•0 comments

Nirvanic AI

https://www.nirvanic.ai
1•a_poo_on_a_shoe•28m ago•0 comments

Elephants, Goldfish and the New Golden Age of Software Engineering

https://drensin.medium.com/elephants-goldfish-and-the-new-golden-age-of-software-engineering-c336...
1•krish98sai•28m ago•0 comments

WallasAPI: Multi-provider AI router with automatic fallback (12 providers)

https://github.com/wubjak/wallasapi
1•wubjak•39m ago•0 comments

Open Museum – an MCP server for license-verified search across museums

https://github.com/cfpramod/open-museum-mcp
1•pramodprasanth•40m ago•1 comments

Pip 26.1 Released

https://lwn.net/Articles/1070010/
2•kazu11max17•41m ago•0 comments

AI researchers want AI to fake "thinking"

https://www.machinesociety.ai/p/ai-researchers-want-ai-to-fake-thinking-247
2•mikelgan•44m ago•1 comments

Initial tests find lead in children's fast-fashion clothing

https://www.acs.org/pressroom/presspacs/2026/march/initial-tests-find-lead-in-childrens-fast-fash...
1•_DeadFred_•45m ago•0 comments

I build my LLM a Brain

1•Kevintbt•45m ago•1 comments

I ran retrieval-auditor against LangChain's RAG quickstart, 5/6 flagged

https://github.com/kevin-luddy39/contrarianAI/tree/main/tools/retrieval-auditor/examples/langchai...
1•kevinluddy39•45m ago•0 comments

A Disappearing JSX Framework

https://twitter.com/dashersw/status/2048719900013732232
1•arbayi•45m ago•0 comments

Show HN: Need Human Lawyer – when AI for legal work isn't enough

1•fcpguru•48m ago•0 comments

Claude Pro: Opus model will only be available if extra usage is enabled

https://support.claude.com/en/articles/11940350-claude-code-model-configuration
6•yrds96•50m ago•3 comments

Show HN: Memory Guardian – open-source memory governance for AI agents

https://github.com/rishipratap10/memory-guardian
2•rishipratap10•51m ago•1 comments

Notes on structured concurrency, or: Go statement considered harmful (2018)

https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/
1•shadow28•54m ago•0 comments

muted.io

https://muted.io/
4•bookofjoe•54m ago•1 comments