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_•10mo 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

Show HN: SignForge – Free e-signature tool, no account needed to sign

https://signforge.io
1•kumaras•54s ago•0 comments

Distributed Game Servers in KFChess

http://ternarysearch.blogspot.com/2026/02/distributed-game-servers-in-kfchess.html
1•paladin314159•1m ago•0 comments

Advertise to AI Agents with Prompt Injection

https://claw-guard.org/adnet/
1•gmerc•5m ago•1 comments

Shallow work: be aware of over-productivity

https://www.ssp.sh/brain/shallow-work/
4•articsputnik•7m ago•0 comments

The Agentic Data Organization: How AI Is Reshaping the Enterprise Data Function

https://abensrhir.com/posts/how-ai-will-reshape-the-enterprise-data-function-by-2028/
1•abensrhir•9m ago•0 comments

Nvidia Q4: revenue up 73% YoY, 20% QoQ, income up 94%, still no sales to China

https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-fourth-quarter-and-fisc...
1•aurareturn•11m ago•0 comments

My First Deployment

https://frameflow.sh/
1•tonycdr•13m ago•1 comments

Show HN: A 7-tier hybrid crypto stack (1553 Vigenèrepure-Python FIPS 203M-KEM)

https://github.com/EverettNC/Harvest-Now-Decrypt-Later
1•Nomore71•18m ago•1 comments

Show HN: Mneme–Persistent memory for AI agents without vector search or RAG

https://github.com/CVPaul/mneme
1•xqli•19m ago•2 comments

Show HN: Verity, Formally verified smart contracts from spec to bytecode

https://github.com/Th0rgal/verity
1•th0rgal2•20m ago•0 comments

Show HN: Word Snake Puzzle

https://wordsnake.com/
1•wordsnaking•21m ago•1 comments

Show HN: Secure Extension: Chat with ChatGPT and Other LLMs Simultaneously

https://multiai-chat.com/
1•rmrf100•23m ago•0 comments

The South Korean Anduril

https://theventures.substack.com/p/bone-ai-forging-the-flame-of-the
2•jefflee0127•31m ago•0 comments

Show HN: Capture context. Give your agent the full picture

https://github.com/semihcihan/ContextBrief
1•semihcihan•31m ago•1 comments

Life's a bi*ch CHUM, and then you die

https://himanshusinghbisht.substack.com/p/lifes-a-bich-chum-and-then-you-die
1•gilfoyle_7•31m ago•0 comments

US threatens Anthropic with deadline in dispute on AI safeguards

https://www.bbc.co.uk/news/articles/cjrq1vwe73po
3•louthy•33m ago•0 comments

Show HN: APA citation generator that explains missing metadata

https://apacitationgenerator.online
1•visiohex•34m ago•0 comments

Show HN: Clawned.io Crowdsource public security scanner for OpenClaw skills

https://clawned.io
1•jensec•34m ago•3 comments

Codex was able to port KittenTTS to JavaScript

https://github.com/jokkebk/KittenTTS-JS
3•jokkebk•37m ago•2 comments

Show HN: Play Fun Clicker Game Online

https://funclicker.app/
1•tomstig•38m ago•0 comments

Grep, Sed, Awk – The Unix Text Processing Trinity

https://grep-sed-awk.com/
1•m4c-pl•39m ago•2 comments

Is it possible to build it

1•Petersevcik•39m ago•0 comments

There is no reason Canadian Tire company should have any of my data

https://infosec.exchange/@pgl/116131275583976424
3•jalict•40m ago•0 comments

Age Requirements for Apps in Brazil, Australia, Singapore, Utah, and Louisiana

https://developer.apple.com/news/?id=f5zj08ey
1•petethomas•40m ago•0 comments

Visualizing DeepSpeed Ulysses: Sequence Parallelism for 1M Context Windows

https://darshanfofadiya.com/part3.html
1•DARSHANFOFADIYA•41m ago•2 comments

Show HN: Tspages – static site hosting platform for your Tailscale network

https://github.com/Radiergummi/tspages
1•9dev•42m ago•0 comments

From Noise to Image – interactive guide to diffusion

https://lighthousesoftware.co.uk/projects/from-noise-to-image/
2•simedw•42m ago•0 comments

React Native Is Not Dead – Nor Is It Deprecated

https://devdong.textlanes.com/en/react-native-is-dead-support-discontinued-not-at-all
1•textlanes33•43m ago•1 comments

Teams Or Not? Check what the domain/email is using

https://teamsornot.com/
1•punnerud•48m ago•0 comments

Show HN: AccIQ; A local-first financial IDE for sovereign founders

https://acciqmvp3.vercel.app/
1•auvira_systems•48m ago•0 comments